haproxy-2.5.git
2020-10-09 Willy TarreauMEDIUM: listeners: implement protocol level ->suspend...
2020-10-09 Willy TarreauMINOR: listeners: split do_unbind_listener() in two
2020-10-09 Willy TarreauMEDIUM: receivers: add an rx_unbind() method in the...
2020-10-09 Willy TarreauMINOR: listeners: move the LI_O_MWORKER flag to the...
2020-10-09 Willy TarreauCLEANUP: listeners: remove the do_close argument to...
2020-10-09 Willy TarreauMEDIUM: listener: let do_unbind_listener() decide wheth...
2020-10-09 Willy TarreauBROKEN/MEDIUM: listeners: rework the unbind logic to...
2020-10-09 Willy TarreauMEDIUM: listeners: always close master vs worker listeners
2020-10-09 Willy TarreauMINOR: listener: add a few BUG_ON() statements to detec...
2020-10-09 Willy TarreauMEDIUM: udp: implement udp_suspend() and udp_resume()
2020-10-09 Willy TarreauMEDIUM: proxy: make soft_stop() stop most listeners...
2020-10-09 Willy TarreauMINOR: protocol: add protocol_stop_now() to instant...
2020-10-09 Willy TarreauMEDIUM: proxy: centralize proxy status update and reporting
2020-10-09 Willy TarreauMEDIUM: proxy: add mode PR_MODE_PEERS to flag peers...
2020-10-09 Willy TarreauMEDIUM: proxy: make stop_proxy() now use stop_listener()
2020-10-09 Willy TarreauMINOR: listeners: add a new stop_listener() function
2020-10-09 Willy TarreauMINOR: listeners: count unstoppable jobs on creation...
2020-10-09 Willy TarreauMINOR: listeners: split delete_listener() in two versions
2020-10-09 Willy TarreauMEDIUM: listeners: now use the listener's ->enable...
2020-10-09 Willy TarreauMINOR: protocol: add a new pair of enable/disable metho...
2020-10-09 Willy TarreauMINOR: protocol: add a new pair of rx_enable/rx_disable...
2020-10-09 Willy TarreauMINOR: sock: provide a set of generic enable/disable...
2020-10-09 Willy TarreauMINOR: listener: use the protocol's ->rx_resume() metho...
2020-10-09 Willy TarreauMINOR: protocol: implement an ->rx_resume() method
2020-10-09 Willy TarreauMINOR: protocol: replace ->pause(listener) with ->rx_su...
2020-10-09 Willy TarreauMINOR: protocol: rename the ->listeners field to -...
2020-10-09 Willy TarreauCLEANUP: listeners: remove the now unused enable_all_li...
2020-10-09 Willy TarreauCLEANUP: protocol: remove the ->enable_all method
2020-10-09 Willy TarreauMINOR: protocol: directly call enable_listener() from...
2020-10-09 Willy TarreauMINOR: listeners: export enable_listener()
2020-10-09 Willy TarreauCLEANUP: listeners: remove unused disable_listener...
2020-10-09 Willy TarreauCLEANUP: protocol: remove the ->disable_all method
2020-10-09 Willy TarreauMINOR: listeners: move fd_stop_recv() to the receiver...
2020-10-09 Willy TarreauBUG/MEDIUM: listeners: correctly report pause() errors
2020-10-09 Willy TarreauMEDIUM: proto_tcp: make the pause() more robust in...
2020-10-09 Willy TarreauCLEANUP: proxy: remove the now unused pause_proxies...
2020-10-09 Willy TarreauMAJOR: signals: use protocol_pause_all() and protocol_r...
2020-10-09 Willy TarreauMINOR: protocol: introduce protocol_{pause,resume}_all()
2020-10-09 Willy TarreauMEDIUM: listener/proxy: make the listeners notify about...
2020-10-09 Willy TarreauMINOR: listeners: check the current listener earlier...
2020-10-09 Willy TarreauMINOR: listeners: check the current listener state...
2020-10-09 Willy TarreauMEDIUM: proxy: merge zombify_proxy() with stop_proxy()
2020-10-09 Willy TarreauMEDIUM: proxy: remove start_proxies()
2020-10-09 Willy TarreauMEDIUM: proxy: replace proxy->state with proxy->disabled
2020-10-09 Willy TarreauCLEANUP: peers: don't use the PR_ST* states to mark...
2020-10-09 Willy TarreauMINOR: startup: don't rely on PR_STNEW to check for...
2020-10-09 Willy TarreauMEDIUM: proxy: remove state PR_STPAUSED
2020-10-09 Willy TarreauMEDIUM: proxy: remove the PR_STERROR state
2020-10-09 Willy TarreauMEDIUM: proxy: remove the unused PR_STFULL state
2020-10-09 Willy TarreauMINOR: proxy: maintain per-state counters of listeners
2020-10-09 Willy TarreauMINOR: listeners: introduce listener_set_state()
2020-10-09 Willy TarreauCLEANUP: proxy: remove the first_to_listen hack in...
2020-10-09 Willy TarreauMINOR: listeners: do not uselessly try to close zombie...
2020-10-09 Willy TarreauMEDIUM: listeners: remove the now unused ZOMBIE state
2020-10-09 Willy TarreauMEDIUM: deinit: close all receivers/listeners before...
2020-10-09 Willy TarreauMEDIUM: listeners: make unbind_listener() converge...
2020-10-09 Willy TarreauMEDIUM: init: stop disabled proxies after initializing...
2020-10-09 Willy TarreauMEDIUM: listeners: don't bounce listeners management...
2020-10-09 Willy TarreauMEDIUM: fd: always wake up one thread when enabling...
2020-10-09 Willy TarreauREGTESTS: mark abns_socket as broken
2020-10-09 Christopher... BUG/MINOR: http-htx: Expect no body for 204/304 interna...
2020-10-09 Christopher... BUG/MINOR: http: Fix content-length of the default...
2020-10-09 Sébastien GrossDOC: Fix typos in configuration.txt
2020-10-09 Christopher... BUG/MEDIUM: mux-h2: Don't handle pending read0 too...
2020-10-09 Christopher... BUG/MEDIUM: mux-fcgi: Don't handle pending read0 too...
2020-10-09 Pierre CheynierDOC: Add missing stats fields in the management doc
2020-10-09 Ilya ShipitsinCI: travis-ci: help Coverity to detect BUG_ON() as...
2020-10-09 Brad SmithBUILD: makefile: Update feature flags for NetBSD
2020-10-09 Willy TarreauBUG/MINOR: makefile: fix a tiny typo in the target...
2020-10-08 Brad SmithBUILD: Add a DragonFlyBSD target
2020-10-08 Willy TarreauDOC: fix a confusing typo on a regsub example
2020-10-08 Emeric BrunDOC: re-work log forward bind statement documentation.
2020-10-08 Emeric BrunBUG/MINOR: proxy/log: frontend/backend and log forward...
2020-10-07 Emeric BrunMEDIUM: log: syslog TCP support on log forward section.
2020-10-07 Emeric BrunMINOR: channel: new getword and getchar functions on...
2020-10-07 Emeric BrunMINOR: stats: inc req counter on listeners.
2020-10-07 Emeric BrunBUG/MEDIUM: log: old processes with log foward section...
2020-10-07 Emeric BrunBUG/MINOR: proxy: inc req counter on new syslog messages.
2020-10-07 Christopher... CLEANUP: sock-unix: Remove an unreachable goto clause
2020-10-07 Christopher... MINOR: mux-h1: Don't wakeup the H1C when output buffer...
2020-10-07 Christopher... BUG/MINOR: mux-h1: Always set the session on frontend...
2020-10-07 Christopher... BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE...
2020-10-07 Christopher... CLEANUP: ssl: Release cached SSL sessions on deinit
2020-10-07 Tim DuesterhusCLEANUP: cache: Fix leak of cconf->c.name during config...
2020-10-07 Christopher... BUG/MINOR: proto_tcp: Report warning messages when...
2020-10-07 Brad SmithDOC: update INSTALL with supported OpenBSD / FreeBSD...
2020-10-07 Frédéric LécailleBUG/MINOR: peers: Inconsistency when dumping peer statu...
2020-10-06 William DauchyDOC: ssl: fix typo about ocsp files
2020-10-05 Amaury DenoyelleMINOR: stats: remove for loop declaration
2020-10-05 Amaury DenoyelleMINOR: dns/stats: integrate dns counters in stats
2020-10-05 Amaury DenoyelleMINOR: stats: add config "stats show modules"
2020-10-05 Amaury DenoyelleMINOR: stats: display extra proxy stats on the html...
2020-10-05 Amaury DenoyelleMINOR: stats: support clear counters for dynamic stats
2020-10-05 Amaury DenoyelleMEDIUM: stats: integrate static proxies stats in new...
2020-10-05 Amaury DenoyelleMEDIUM: stats: add abstract type to store counters
2020-10-05 Amaury DenoyelleMEDIUM: stats: define an API to register stat modules
2020-10-05 Amaury DenoyelleMEDIUM: stats: add delimiter for static proxy stats...
2020-10-05 Amaury DenoyelleMINOR: stats: define additional flag px cap on domain
2020-10-05 Amaury DenoyelleMINOR: stats: define the concept of domain for statistics
2020-10-05 Christopher... MINOR: hlua: Display debug messages on stderr only...
next