haproxy-2.5.git
2020-01-08 Florian ThamMINOR: http: Add 404 to http-request deny
2020-01-08 Florian ThamMINOR: http: Add 410 to http-request deny
2020-01-08 Willy TarreauMINOR: raw_sock: make sure to disable polling once...
2020-01-08 Willy TarreauMEDIUM: dns: implement synchronous send
2020-01-07 Willy TarreauBUG/MEDIUM: session: do not report a failure when rejec...
2020-01-07 Christopher... BUG/MINOR: channel: inject output data at the end of...
2020-01-07 Kevin ZhuBUG/MEDIUM: http-ana: Truncate the response when a...
2020-01-06 Christopher... BUG/MINOR: proxy: Fix input data copy when an error...
2020-01-06 Christopher... BUG/MINOR: h1: Report the right error position when...
2020-01-05 Olivier HouchardMINOR: ssl: Remove unused variable "need_out".
2020-01-02 William DauchyMINOR: config: disable busy polling on old processes
2020-01-02 Ilya ShipitsinBUILD: CI: modernize cirrus-ci
2019-12-30 Olivier HouchardBUG/MEDIUM: connections: Hold the lock when wanting...
2019-12-30 Olivier HouchardBUG/MEDIUM: checks: Only attempt to do handshakes if...
2019-12-27 Willy TarreauOPTIM: polling: do not create update entries for FD...
2019-12-27 Willy TarreauOPTIM: epoll: always poll for recv if neither active...
2019-12-27 Willy TarreauMINOR: poller: do not call the IO handler if the FD...
2019-12-27 Willy TarreauCLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_...
2019-12-27 Willy TarreauMINOR: connection: remove the double test on xprt_done_cb()
2019-12-27 Willy TarreauMINOR: connection: check for connection validation...
2019-12-27 Willy TarreauREORG: connection: move tcp_connect_probe() to conn_fd_...
2019-12-27 Willy TarreauMEDIUM: tcp: make tcp_connect_probe() consider ERR/HUP
2019-12-27 Willy TarreauMINOR: pollers: add a new flag to indicate pollers...
2019-12-27 Willy TarreauCLEANUP: connection: conn->xprt is never NULL
2019-12-27 Willy TarreauBUG/MINOR: connection: only wake send/recv callbacks...
2019-12-27 Willy TarreauBUG/MINOR: checks: refine which errno values are really...
2019-12-26 Ilya ShipitsinBUILD: travis-ci: reenable address sanitizer for clang...
2019-12-21 Ilya ShipitsinBUILD: travis-ci: link with ssl libraries using rpath...
2019-12-21 Lukas TribusBUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility
2019-12-20 Christopher... BUG/MEDIUM: stream: Be sure to never assign a TCP backe...
2019-12-20 Christopher... BUG/MAJOR: mux-h1: Don't pretend the input channel...
2019-12-20 Willy TarreauBUG/MINOR: state-file: do not leak memory on parse...
2019-12-20 Willy TarreauBUG/MINOR: state-file: do not store duplicates in the...
2019-12-20 Willy TarreauBUG/MEDIUM: state-file: do not allocate a full buffer...
2019-12-20 Rosen PenevBUG/MINOR: ssl: openssl-compat: Fix getm_ defines
2019-12-20 Willy TarreauREGTEST: make the "set ssl cert" require version 2.1
2019-12-20 Olivier HouchardBUG/MEDIUM: fd/threads: fix a concurrency issue between...
2019-12-20 Willy TarreauMINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use...
2019-12-19 Olivier HouchardBUG/MEDIUM: ssl: Revamp the way early data are handled.
2019-12-19 Willy TarreauBUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix...
2019-12-19 Willy TarreauMINOR: task: only check TASK_WOKEN_ANY to decide to...
2019-12-19 William LallemandREGTEST: run-regtests: implement #REQUIRE_BINARIES
2019-12-19 William LallemandREGTEST: ssl: test the "set ssl cert" CLI command
2019-12-19 Willy TarreauMINOR: http: add a new "replace-path" action
2019-12-19 Willy TarreauMINOR: debug: support logging to various sinks
2019-12-18 William LallemandBUG/MINOR: ssl/cli: fix build for openssl < 1.0.2
2019-12-18 William LallemandMINOR: ssl/cli: 'show ssl cert' give information on...
2019-12-17 Olivier HouchardBUG/MEDIUM: ssl: Don't set the max early data we can...
2019-12-17 Tim DuesterhusMINOR: sample: Validate the number of bits for the...
2019-12-17 Willy TarreauBUG/MINOR: sample: always check converters' arguments
2019-12-17 Willy TarreauBUG/MINOR: sample: fix the closing bracket and LF in...
2019-12-17 Willy TarreauDOC: clarify the fact that replace-uri works on a full URI
2019-12-11 Christopher... REGTEST: Add an HTX reg-test to check an edge case
2019-12-11 Christopher... MINOR: http-htx: Add some htx sample fetches for debugg...
2019-12-11 Christopher... MEDIUM: h1-htx: Add HTX EOM block when the message...
2019-12-11 Willy TarreauBUILD/MINOR: unix sockets: silence an absurd gcc warnin...
2019-12-11 Willy TarreauBUG/MINOR: listener: fix off-by-one in state name check
2019-12-11 Willy TarreauBUG/MINOR: server: make "agent-addr" work on default...
2019-12-11 Willy TarreauBUG/MINOR: listener: do not immediately resume on trans...
2019-12-11 Willy TarreauBUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to...
2019-12-11 Willy TarreauBUG/MINOR: log: fix minor resource leaks on logformat...
2019-12-11 Willy TarreauDOC: remove references to the outdated architecture.txt
2019-12-11 Julien PivottoDOC: proxies: HAProxy only supports 3 connection modes
2019-12-11 Willy TarreauMINOR: tasks: split wake_expired_tasks() in two parts...
2019-12-11 Willy TarreauBUG/MINOR: tasks: only requeue a task if it was already...
2019-12-11 Willy TarreauDOC: listeners: add a few missing transitions
2019-12-10 Willy TarreauBUG/MEDIUM: proto_udp/threads: recv() and send() must...
2019-12-10 Willy TarreauBUG/MAJOR: dns: add minimalist error processing on...
2019-12-10 Olivier HouchardBUG/MEDIUM: kqueue: Make sure we report read events...
2019-12-10 Willy TarreauDOC: document the listener state transitions
2019-12-10 Willy TarreauREORG: listener: move the global listener queue code...
2019-12-10 Willy TarreauMINOR: listener: split dequeue_all_listener() in two
2019-12-10 Willy TarreauMINOR: listener: make the wait paths cleaner and more...
2019-12-10 Willy TarreauBUG/MEDIUM: listener/threads: fix a remaining race...
2019-12-10 Willy TarreauBUG/MINOR: listener: also clear the error flag on a...
2019-12-10 Willy TarreauBUG/MINOR: listener/threads: always use atomic ops...
2019-12-10 Willy TarreauBUG/MINOR: proxy: make soft_stop() also close FDs in...
2019-12-09 Christopher... BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM...
2019-12-09 Christopher... BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when...
2019-12-06 Willy TarreauMEDIUM: init: set NO_NEW_PRIVS by default when supported
2019-12-06 Willy TarreauMINOR: debug: replace popen() with pipe+fork() in ...
2019-12-05 Olivier HouchardBUG/MEDIUM: checks: Make sure we set the task affinity...
2019-12-05 Olivier HouchardBUG/MEDIUM: tasks: Make sure we switch wait queues...
2019-12-05 Christopher... BUG/MINOR: mux-h1: Fix conditions to know whether or...
2019-12-05 Christopher... BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to...
2019-12-05 Christopher... BUG/MEDIUM: mux-h1: Never reuse H1 connection if a...
2019-12-05 Emmanuel HocdetBUG/MINOR: ssl: certificate choice can be unexpected...
2019-12-05 Willy TarreauBUG/MEDIUM: listener/thread: fix a race when pausing...
2019-12-04 William LallemandBUG/MINOR: ssl/cli: don't overwrite the filters variable
2019-12-04 Willy TarreauBUG/MINOR: stream-int: avoid calling rcv_buf() when...
2019-12-04 Willy TarreauBUG/MEDIUM: stream-int: don't subscribed for recv when...
2019-12-03 William LallemandBUG/MINOR: ssl/cli: 'ssl cert' cmd only usable w/ admin...
2019-12-03 Willy TarreauMEDIUM: init: prevent process and thread creation at...
2019-12-03 Willy TarreauDOC: move the "group" keyword at the right place
2019-12-03 Julien PivottoDOC: Fix ordered list in summary
2019-12-03 Mathias WeiersmuellerDOC: clarify matching strings on binary fetches
2019-12-03 Emmanuel HocdetBUG/MINOR: ssl: fix X509 compatibility for openssl...
2019-12-02 Christopher... BUG/MINOR: stats: Fix HTML output for the frontends...
2019-12-02 Christopher... BUG/MINOR: fcgi-app: Make the directive pass-header...
2019-11-29 Emmanuel HocdetBUG/MINOR: ssl: fix SSL_CTX_set1_chain compatibility...
next