haproxy-2.5.git
2018-03-12 Aurélien NephtaliCLEANUP: cli: Remove a leftover debug message
2018-03-12 Aurélien NephtaliCLEANUP: ssl: Remove a duplicated #include
2018-03-12 Aurélien NephtaliBUG/MINOR: cli: Fix a crash when passing a negative...
2018-03-08 Willy TarreauBUG/MEDIUM: h2: also arm the h2 timeout when sending
2018-03-08 Willy TarreauDOC: buffers: clarify the purpose of the <from> pointer...
2018-03-08 Olivier HouchardBUG/MINOR: unix: Don't mess up when removing the socket...
2018-03-06 Christopher... CLEANUP: .gitignore: Ignore binaries from the contrib...
2018-03-06 Emeric BrunBUG/MINOR: session: Fix tcp-request session failure...
2018-03-05 Willy TarreauBUILD/MINOR: fix Lua build on Mac OS X (again)
2018-03-05 Thierry FournierMINOR/BUILD: fix Lua build on Mac OS X
2018-03-01 Willy TarreauMEDIUM: h2: use a single buffer allocator
2018-03-01 Willy TarreauMINOR: h2: provide and use h2s_detach() and h2s_free()
2018-03-01 Willy TarreauCLEANUP: h2: rename misleading h2c_stream_close() to...
2018-03-01 Tim DuesterhusMINOR: systemd: Add SystemD's SystemCallFilter option...
2018-03-01 Tim DuesterhusMINOR: systemd: Add SystemD's Protect*= options to...
2018-03-01 Tim DuesterhusMINOR: systemd: Add section for SystemD sandboxing...
2018-03-01 Emmanuel HocdetMINOR: connection: add proxy-v2-options authority
2018-03-01 Emmanuel HocdetMINOR: connection: add proxy-v2-options ssl-cipher...
2018-03-01 Emmanuel HocdetMINOR: ssl: add ssl_sock_get_cert_sig function
2018-03-01 Emmanuel HocdetMINOR: ssl: add ssl_sock_get_pkey_algo function
2018-03-01 Emmanuel HocdetMINOR: ssl: extract full pkey info in load_certificate
2018-03-01 Emmanuel HocdetRevert "BUG/MINOR: send-proxy-v2: string size must...
2018-02-28 Christopher... BUG/MEDIUM: spoe: Remove idle applets from idle list...
2018-02-27 Christopher... BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk
2018-02-27 Christopher... BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk
2018-02-27 Willy TarreauBUG/MEDIUM: h2: always consume any trailing data after...
2018-02-26 Christopher... BUG/MINOR: h2: Set the target of dbuf_wait to h2c
2018-02-26 Yves LafonMINOR: stats: display the number of threads in the...
2018-02-22 Willy TarreauMINOR: debug/pools: make DEBUG_UAF also detect underflows
2018-02-22 Willy TarreauBUG/MINOR: debug/pools: properly handle out-of-memory...
2018-02-22 Willy TarreauBUG/MINOR: pools/threads: don't ignore DEBUG_UAF on...
2018-02-21 Tim DuesterhusCLEANUP: standard: Fix typo in IPv6 mask example
2018-02-20 Tim DuesterhusCLEANUP: pools: Remove unused end label in memory.h
2018-02-20 Tim DuesterhusCLEANUP: h2: Remove unused labels from mux_h2.c
2018-02-20 Tim DuesterhusCLEANUP: spoe: Remove unused label retry
2018-02-20 Tim DuesterhusCLEANUP: cfgparse: Remove unused label end
2018-02-19 Emeric BrunMINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword.
2018-02-19 Emeric BrunBUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are...
2018-02-19 Christopher... BUG/MEDIUM: http: Switch the HTTP response in tunnel...
2018-02-19 Christopher... BUG/MEDIUM: ssl: Shutdown the connection for reading...
2018-02-19 Willy TarreauMINOR: sample: add a new "concat" converter
2018-02-19 Christopher... BUG/MINOR: ssl/threads: Make management of the TLS...
2018-02-19 Tim DuesterhusDOC: cfgparse: Warn on option (tcp|http)log in backend
2018-02-19 Thierry FOURNIERDOC: lua: new prototype for function "register_action()"
2018-02-19 Aurélien NephtaliBUG/MINOR: init: Add missing brackets in the code parsi...
2018-02-19 David CarlierBUILD/MINOR: memory: stdint is needed for uintptr_t
2018-02-14 Olivier HouchardBUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL...
2018-02-14 Willy TarreauBUG/MEDIUM: threads: fix the double CAS implementation...
2018-02-08 Olivier HouchardBUG/MINOR: fd/threads: properly lock the FD before...
2018-02-08 Willy TarreauBUG/MINOR: config: don't emit a warning when global...
2018-02-08 Pavlos ParissisDOC: Mention -Ws in the list of available options
2018-02-07 Jérôme MagninDOC: Describe routing impact of using interface keyword...
2018-02-06 Willy TarreauBUILD: fd/threads: fix breakage build breakage without...
2018-02-06 Chris LaneMINOR: init: emit warning when -sf/-sd cannot parse...
2018-02-05 Tim DuesterhusBUG/MEDIUM: standard: Fix memory leak in str2ip2()
2018-02-05 Willy TarreauBUG/MINOR: time/threads: ensure the adjusted time is...
2018-02-05 Willy TarreauMINOR: fd: reorder fd_add_to_fd_list()
2018-02-05 Willy TarreauMINOR: fd: remove the unneeded last CAS when adding...
2018-02-05 Willy TarreauBUG/MINOR: fd/threads: properly dereference fdcache...
2018-02-05 Willy TarreauMINOR: fd: move the fd_{add_to,rm_from}_fdlist function...
2018-02-05 Willy TarreauMEDIUM: poller: use atomic ops to update the fdtab...
2018-02-05 Willy TarreauMEDIUM: fd: make updt_fd_polling() use atomics
2018-02-05 Willy TarreauCLEANUP: fd: remove the now unused fd_compute_new_polle...
2018-02-05 Willy TarreauMINOR: select: get rid of the now useless fd_compute_ne...
2018-02-05 Willy TarreauMINOR: poll: get rid of the now useless fd_compute_new_...
2018-02-05 Willy TarreauMINOR: kqueue: get rid of the now useless fd_compute_ne...
2018-02-05 Willy TarreauMINOR: epoll: get rid of the now useless fd_compute_new...
2018-02-05 Willy TarreauMAJOR: fd: compute the new fd polling state out of...
2018-02-05 Olivier HouchardMEDIUM: fd/threads: Make sure we don't miss a fd cache...
2018-02-05 Olivier HouchardMAJOR: fd/threads: Make the fdcache mostly lockless.
2018-02-05 Olivier HouchardMINOR: pools/threads: Implement lockless memory pools.
2018-02-05 Willy TarreauMINOR: threads: add test and set/reset operations
2018-02-05 Olivier HouchardMINOR: threads: Introduce double-width CAS on x86_64...
2018-02-05 Olivier HouchardMINOR: compiler: introduce offsetoff().
2018-02-05 Olivier HouchardMINOR: early data: Never remove the CO_FL_EARLY_DATA...
2018-02-05 Olivier HouchardMINOR: early data: Don't rely on CO_FL_EARLY_DATA to...
2018-02-05 Olivier HouchardMINOR: init: make stdout unbuffered
2018-02-02 Christopher... MINOR: spoe: Add max-waiting-frames directive in spoe...
2018-02-02 Christopher... MINOR: spoa_example: Count the number of frames process...
2018-02-02 Christopher... MEDIUM: spoe: Use an ebtree to manage idle applets
2018-02-02 Christopher... MINOR: spoe: Count the number of frames waiting for...
2018-02-02 Christopher... MINOR: spoe: Replace sending_rate by a frequency counter
2018-02-02 Christopher... MINOR: spoe: Always link a SPOE context with the applet...
2018-02-02 Christopher... MINOR: spoe: Remove check on min_applets number when...
2018-02-02 Christopher... BUG/MEDIUM: spoe: Allow producer to read and to forward...
2018-02-02 Christopher... BUG/MEDIUM: spoe: Always try to receive or send the...
2018-02-02 Emmanuel HocdetMINOR: introduce proxy-v2-options for send-proxy-v2
2018-02-02 Lukas TribusDOC: don't suggest using http-server-close
2018-01-31 Willy TarreauBUG/MINOR: epoll/threads: only call epoll_ctl(DEL)...
2018-01-31 Frédéric LécailleMINOR: stick-tables: Adds support for new "gpc1" and...
2018-01-30 Christopher... BUG/MINOR: threads: Update labels array because of...
2018-01-29 Willy TarreauMINOR: fd: pass the iocb and owner to fd_insert()
2018-01-29 Willy TarreauMEDIUM: poll: don't use the old FD state anymore
2018-01-29 Willy TarreauMEDIUM: select: don't use the old FD state anymore
2018-01-29 Willy TarreauMEDIUM: fd: use atomic ops for hap_fd_{clr,set} and...
2018-01-29 Willy TarreauMEDIUM: select: make use of hap_fd_* functions
2018-01-29 Willy TarreauMINOR: fd: move the hap_fd_{clr,set,isset} functions...
2018-01-29 Willy TarreauCLEANUP: fd: remove the unused "new" field
2018-01-29 Willy TarreauMINOR: poll: more accurately compute the new maxfd...
2018-01-29 Willy TarreauCLEANUP: fd/threads: remove the now unused fdtab_lock
next