haproxy-2.5.git
2020-07-04 Willy TarreauBUILD: mux-h2: fix typo breaking build when using DEBUG...
2020-07-04 Willy Tarreau[RELEASE] Released version 2.2-dev12 v2.2-dev12
2020-07-04 Ilya ShipitsinCI: cirrus-ci: exclude slow reg-tests
2020-07-03 Willy TarreauBUILD: peers: fix build warning with gcc 4.2.1
2020-07-03 Willy TarreauBUILD: makefile: disable threads by default on OpenBSD
2020-07-03 Tim DuesterhusBUG/MINOR: http_act: don't check capture id in backend (2)
2020-07-03 Olivier HouchardBUG/MEDIUM: connections: Let the xprt layer know a...
2020-07-03 Olivier HouchardBUG/MEDIUM: connections: Set the tid for the old taskle...
2020-07-03 Willy TarreauMINOR: sched: split tasklet_wakeup() into tasklet_wakeu...
2020-07-02 Willy TarreauBUG/MEDIUM: server: don't kill all idle conns when...
2020-07-02 Emeric BrunBUG/MINOR: log: missing timezone on iso dates.
2020-07-02 Emeric BrunMINOR: log: add time second fraction field to rfc5424...
2020-07-02 Willy TarreauBUG/MAJOR: sched: make it work also when not building...
2020-07-02 Willy TarreauBUILD: haproxy: fix build error when RLIMIT_AS is not set
2020-07-02 Willy TarreauBUG/MEDIUM: cli/proxy: don't try to dump idle connectio...
2020-07-02 Olivier HouchardBUG/MEDIUM: muxes: Make sure nobody stole the connectio...
2020-07-02 Willy TarreauBUG/MAJOR: sched: make sure task_kill() always queues...
2020-07-02 Willy TarreauBUILD: debug: avoid build warnings with DEBUG_MEM_STATS
2020-07-02 Dragan DosenMINOR: log-format: allow to preserve spacing in log...
2020-07-02 Willy TarreauMINOR: debug: add a new "debug dev memstats" command
2020-07-01 Dragan DosenMINOR: 51d: silence a warning about null pointer derefe...
2020-07-01 Willy TarreauMINOR: config: add a new tune.idle-pool.shared global...
2020-07-01 Willy TarreauDOC: configuration: fix alphabetical ordering for tune...
2020-07-01 Willy TarreauDOC: configuration: add missing index entries for tune...
2020-07-01 Olivier HouchardMEDIUM: connections: Don't use a lock when moving conne...
2020-07-01 Olivier HouchardCLEANUP: connections: rename the toremove_lock to takeo...
2020-07-01 Olivier HouchardMINOR: list: Add MT_LIST_DEL_SAFE_NOINIT() and MT_LIST_...
2020-07-01 Willy TarreauMEDIUM: mux-fcgi: use task_kill() during fcgi_takeover...
2020-07-01 Willy TarreauMEDIUM: mux-h2: use task_kill() during h2_takeover...
2020-07-01 Willy TarreauMEDIUM: mux-h1: use task_kill() during h1_takeover...
2020-07-01 Willy TarreauMEDIUM: sched: implement task_kill() to kill a task
2020-07-01 Willy TarreauMEDIUM: sched: create a new TASK_KILLED task flag
2020-07-01 Willy TarreauMINOR: sched: make sched->task_list_size atomic
2020-07-01 Willy TarreauMINOR: backend: don't always takeover from the same...
2020-07-01 Willy TarreauBUG/MEDIUM: backend: always search in the safe list...
2020-07-01 Willy TarreauMEDIUM: server: add a new pool-low-conn server setting
2020-07-01 Willy TarreauBUG/MINOR: server: fix the connection release logic...
2020-07-01 Willy TarreauMINOR: server: skip servers with no idle conns earlier
2020-07-01 Willy TarreauMINOR: cli/proxy: add a new "show servers conn" command
2020-07-01 Willy TarreauBUG/MINOR: proxy: always initialize the trash in show...
2020-07-01 Willy TarreauBUG/MINOR: proxy: fix dump_server_state()'s misuse...
2020-07-01 Dragan DosenBUG/MEDIUM: log-format: fix possible endless loop in...
2020-06-30 Christopher... BUG/MEDIUM: pattern: Add a trailing \0 to match strings...
2020-06-30 William LallemandDOC: ssl: add "allow-0rtt" and "ciphersuites" in crt...
2020-06-30 Willy TarreauMINOR: pools: increase MAX_BASE_POOLS to 64
2020-06-30 Willy TarreauMINOR: mux-fcgi: avoid taking the toremove_lock in...
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
next