haproxy-2.3.git
2020-06-30 Willy TarreauMINOR: mux-h2: avoid taking the toremove_lock in on...
2020-06-30 Willy TarreauMINOR: mux-h1: avoid taking the toremove_lock in on...
2020-06-30 Willy TarreauBUG/MINOR: sched: properly cover for a rare MT_LIST_ADD...
2020-06-30 Christopher... BUG/MINOR: http-rules: Fix ACLs parsing for http deny...
2020-06-29 Willy TarreauMEDIUM: server: use the two thresholds for the connecti...
2020-06-29 Willy TarreauBUG/MINOR: server: always count one idle slot for curre...
2020-06-29 Willy TarreauBUG/MINOR: haproxy: don't wake already stopping threads...
2020-06-29 Willy TarreauRevert "BUG/MEDIUM: lists: Lock the element while we...
2020-06-29 Olivier HouchardBUG/MEDIUM: lists: Lock the element while we check...
2020-06-29 Olivier HouchardBUG/MINOR: threads: Don't forget to init each thread...
2020-06-29 Willy TarreauMINOR: stats: add the estimated need of concurrent...
2020-06-29 Willy TarreauMEDIUM: server: improve estimate of the need for idle...
2020-06-29 Willy TarreauBUG/MINOR: server: start cleaning idle connections...
2020-06-29 Willy TarreauMINOR: activity: add per-thread statistics on FD takeover
2020-06-29 Willy TarreauMINOR: stats: add 3 new output values for the per-serve...
2020-06-29 Willy TarreauBUG/MINOR: debug: fix "show fd" null-deref when built...
2020-06-29 Willy TarreauMINOR: pools: move the LRU cache heads to thread_info
2020-06-29 Willy TarreauCLEANUP: pool: only include the type files from types
2020-06-29 Willy TarreauREORG: includes: create tinfo.h for the thread_info...
2020-06-29 Willy TarreauREORG: buffer: rename buffer.c to dynbuf.c
2020-06-28 Olivier HouchardBUG/MEDIUM: checks: Increment the server's curr_used_conns
2020-06-28 Olivier HouchardBUG/MEDIUM: connections: Don't increase curr_used_conns...
2020-06-28 Willy TarreauCONTRIB: debug: add missing flags SI_FL_L7_RETRY &...
2020-06-28 Willy TarreauMINOR: connection: align toremove_{lock,connections...
2020-06-28 Willy TarreauBUG/MEDIUM: buffers: always allocate from the local...
2020-06-28 Willy TarreauCLEANUP: buffers: remove unused buffer_wq_lock lock
2020-06-27 Willy TarreauMINOR: cli: make "show sess" stop at the last known...
2020-06-27 Willy TarreauBUG/MINOR: mux_h2: don't lose the leaving trace in...
2020-06-26 Willy Tarreau[RELEASE] Released version 2.2-dev11 v2.2-dev11
2020-06-26 Tim DuesterhusBUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses...
2020-06-26 Willy TarreauBUG/MINOR: cfgparse: correctly deal with empty lines
2020-06-26 William LallemandDOC: ssl: update the documentation of "commit ssl cert"
2020-06-26 William LallemandREGTEST: ssl: add some ssl_c_* sample fetches test
2020-06-26 William LallemandREGTEST: ssl: tests the ssl_f_* sample fetches
2020-06-26 Anthonin BonnefoyMINOR: http: Add support for http 413 status
2020-06-26 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-06-26 Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-06-26 Ilya ShipitsinCI: extend spellchecker whitelist
2020-06-26 Ilya ShipitsinCI: travis-ci: switch BoringSSL builds to ninja
2020-06-26 Ilya ShipitsinBUILD: fix ssl_sample.c when building against BoringSSL
2020-06-26 William LallemandDOC: fix some typos in the ssl_s_{s|i}_dn documentation
2020-06-25 Christopher... MINOR: spoe: Don't systematically create new applets...
2020-06-25 Christopher... BUG/MINOR: http-ana: Don't wait to send 1xx responses...
2020-06-25 Christopher... BUG/MINOR: http-ana: Set CF_EOI on response channel...
2020-06-25 Christopher... BUG/MINOR: stream-int: Don't wait to send truncated...
2020-06-25 Christopher... BUG/MEDIUM: http-ana: Don't loop trying to generate...
2020-06-25 William LallemandMINOR: ssl: add the ssl_s_* sample fetches for server...
2020-06-25 William LallemandMINOR: cli/ssl: handle trailing slashes in crt-list...
2020-06-25 Willy TarreauMINOR: cfgparse: sanitize the output a little bit
2020-06-25 Willy TarreauBUG/MINOR: cfgparse: report extraneous args *after...
2020-06-25 Willy TarreauMINOR: tools: make parse_line() always terminate the...
2020-06-25 Willy TarreauBUG/MINOR: cfgparse: don't increment linenum on incompl...
2020-06-24 William LallemandBUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when...
2020-06-24 Willy TarreauMEDIUM: tasks: add a tune.sched.low-latency option
2020-06-24 Willy TarreauMINOR: tasks: make run_tasks_from_lists() scan the...
2020-06-24 Willy TarreauMINOR: tasks: pass the queue index to run_task_from_list()
2020-06-24 Willy TarreauMINOR: tasks: add a mask of the queues with active...
2020-06-24 Willy TarreauMINOR: tasks: make current_queue an index instead of...
2020-06-24 Willy TarreauMEDIUM: tasks: apply a fair CPU distribution between...
2020-06-24 William LallemandMINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c
2020-06-23 William LallemandBUG/MINOR: ssl/cli: certs added from the CLI can't...
2020-06-23 William LallemandBUG/MINOR: ssl: fix build with ckch_deinit() and crtlis...
2020-06-23 William LallemandMINOR: ssl: free the crtlist and the ckch during the...
2020-06-23 William LallemandMINOR: ssl: free bind_conf_node in crtlist_free()
2020-06-23 William LallemandBUG/MEDIUM: ssl: fix ssl_bind_conf double free
2020-06-23 Tim DuesterhusBUG/MINOR: cfgparse: Fix calculation of position for...
2020-06-23 Tim DuesterhusBUG/MINOR: cfgparse: Fix argument reference in PARSE_ER...
2020-06-23 Willy TarreauBUG/MEDIUM: task: be careful not to run too many tasks...
2020-06-23 Willy TarreauMINOR: task: add a new pointer to current tasklet queue
2020-06-23 Willy TarreauBUG/MINOR: tasks: make sure never to exceed max_processed
2020-06-23 Willy TarreauMINOR: debug: add a new DEBUG_FD build option
2020-06-23 Willy TarreauBUG/MINOR: http_ana: clarify connection pointer check...
2020-06-23 Tim DuesterhusMINOR: cfgparse: Warn on truncated lines / files
2020-06-23 Tim DuesterhusBUG/MINOR: cfgparse: Support configurations without...
2020-06-22 Miroslav ZagoracBUG/MINOR: spoe: correction of setting bits for analyzer
2020-06-22 Christopher... BUG/MEDIUM: fcgi-app: Resolve the sink if a fcgi-app...
2020-06-22 Christopher... REGTEST: Add a simple script to tests errorfile directi...
2020-06-19 Willy Tarreau[RELEASE] Released version 2.2-dev10 v2.2-dev10
2020-06-19 Peter GervaiDOC: configuration: http-check send was missing from...
2020-06-19 Peter GervaiDOC: configuration: Unindent non-code sentences in...
2020-06-19 Ryan O'HaraBUG/MINOR: systemd: Wait for network to be online
2020-06-19 Olivier HouchardMINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have...
2020-06-19 Willy TarreauBUG/MEDIUM: stream-int: fix loss of CO_SFL_MSG_MORE...
2020-06-19 Willy TarreauMEDIUM: map: make the "clear map" operation yield
2020-06-19 Willy TarreauBUG/MAJOR: init: properly compute the default global...
2020-06-19 William LallemandREGTEST: http-rules: test spaces in ACLs with master CLI
2020-06-19 William LallemandREGTEST: http-rules: test spaces in ACLs
2020-06-19 William LallemandBUG/MINOR: mworker/cli: fix semicolon escaping in maste...
2020-06-19 William LallemandBUG/MINOR: mworker/cli: fix the escaping in the master CLI
2020-06-19 Yves LafonBUG/MINOR: cli: allow space escaping on the CLI
2020-06-19 Willy TarreauMEDIUM: tasks: also process late wakeups in process_run...
2020-06-19 Willy TarreauMEDIUM: tasks: clean up the front side of the wait...
2020-06-19 Willy TarreauMINOR: haproxy: process signals before runnable tasks
2020-06-19 Willy TarreauCONTRIB: debug: add the missing flags CO_FL_SAFE_LIST...
2020-06-19 Willy TarreauMEDIUM: fd: add experimental support for edge-triggered...
2020-06-19 Dragan DosenMEDIUM: peers: add the "localpeer" global option
2020-06-19 Dragan DosenMINOR: peers: do not use localpeer as an array anymore
2020-06-18 Willy TarreauMINOR: fd: factorize the fd_takeover() exit path to...
2020-06-18 Willy TarreauMINOR: fd: slightly optimize the fd_takeover double...
2020-06-18 Willy TarreauMEDIUM: fd: refine the fd_takeover() migration lock
next