haproxy-2.5.git
2020-10-15 Willy TarreauMINOR: protocol: add a new function accept_conn()
2020-10-15 Willy TarreauMINOR: sock: rename sock_accept_conn() to sock_acceptin...
2020-10-15 Willy TarreauMINOR: connection: add new error codes for accept_conn()
2020-10-15 Willy TarreauMINOR: session: simplify error path in session_accept_fd()
2020-10-15 Willy TarreauMEDIUM: listener: allocate the connection before queuin...
2020-10-15 Willy TarreauMINOR: connection: make sockaddr_alloc() take the addre...
2020-10-15 Willy TarreauCLEANUP: fd: finally get rid of fd_done_recv()
2020-10-15 Willy TarreauCLEANUP: protocol: remove the ->drain() function
2020-10-15 Willy TarreauMEDIUM: proxy: remove obsolete "monitor-net"
2020-10-15 Willy TarreauMEDIUM: proxy: remove obsolete "mode health"
2020-10-15 Amaury DenoyelleDOC: Describe reuse safe for HOL handling
2020-10-15 Amaury DenoyelleMEDIUM: fcgi: remove conn from session on detach
2020-10-15 Amaury DenoyelleMEDIUM: h2: remove conn from session on detach
2020-10-15 Amaury DenoyelleMEDIUM: backend: add reused conn to sess if mux marked...
2020-10-15 Amaury DenoyelleMEDIUM: backend: add new conn to session if mux marked...
2020-10-15 Amaury DenoyelleMINOR: connection: don't check priv flag on free
2020-10-15 Amaury DenoyelleMINOR: mux/connection: add a new mux flag for HOL risk
2020-10-15 Amaury DenoyelleMINOR: connection: improve list api usage
2020-10-15 Amaury DenoyelleBUG/MEDIUM: connection: fix srv idle count on conn...
2020-10-15 Amaury DenoyelleBUG/MINOR: connection: fix loop iter on connection...
2020-10-14 Willy TarreauBUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner
2020-10-14 Willy TarreauCLEANUP: protocol: intitialize all of the sockaddr...
2020-10-14 Willy TarreauCONTRIB: tcploop: implement a disconnect operation 'D'
2020-10-13 Willy TarreauBUG/MINOR: listener: detect and handle shared sockets...
2020-10-13 Willy TarreauCLEANUP: unix: make use of sock_accept_conn() where...
2020-10-13 Willy TarreauCLEANUP: tcp: make use of sock_accept_conn() where...
2020-10-13 Willy TarreauMINOR: sockpair: implement the .rx_listening function
2020-10-13 Willy TarreauMINOR: protocol: make proto_tcp & proto_uxst report...
2020-10-13 Willy TarreauMINOR: sock: add sock_accept_conn() to test a listening...
2020-10-13 Willy TarreauMINOR: proto-tcp: make use of connect(AF_UNSPEC) for...
2020-10-13 Willy TarreauMINOR: fd: report an error message when failing initial...
2020-10-13 Willy TarreauBUG/MINOR: mux-h2: do not stop outgoing connections...
2020-10-13 Willy TarreauBUG/MINOR: init: only keep rlim_fd_cur if max is unlimited
2020-10-11 Ilya ShipitsinCI: travis-ci: replace not defined SSL_LIB, SSL_INC...
2020-10-10 Willy Tarreau[RELEASE] Released version 2.3-dev6 v2.3-dev6
2020-10-10 Brad SmithBUILD: makefile: Enable getaddrinfo() on OS/X
2020-10-09 Frédéric LécailleMINOR: peers: heartbeat, collisions and handshake infor...
2020-10-09 Willy TarreauBUG/MINOR: proxy: respect the proper format string...
2020-10-09 Willy TarreauMEDIUM: config: remove the deprecated and dangerous...
2020-10-09 Willy TarreauMEDIUM: config: mark "grace" as deprecated
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
next