]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-07-07  Willy TarreauMINOR: version: mention that it's an LTS release now
2020-07-07  Willy TarreauDOC: minor update to coding style file
2020-07-07  Willy TarreauDOC: update INSTALL with new compiler versions
2020-07-07  William LallemandCLEANUP: ssl: remove unrelevant comment in smp_fetch_ss...
2020-07-07  Willy TarreauDOC: configuration: remove obsolete mentions of H2...
2020-07-07  Christopher... BUG/MINOR: connection: See new connection as available...
2020-07-07  Christopher... BUG/MEDIUM: connection: Don't consider new private...
2020-07-07  Christopher... BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client...
2020-07-07  Christopher... MINOR: mux-h1: Improve traces about the splicing
2020-07-07  Christopher... BUG/MEDIUM: mux-h1: Disable splicing for the conn-strea...
2020-07-07  Christopher... BUG/MINOR: mux-h1: Disable splicing only if input data...
2020-07-07  Christopher... BUG/MINOR: mux-h1: Don't read data from a pipe if the...
2020-07-07  Christopher... BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode
2020-07-07  Christopher... MINOR: log: Remove unused case statement during the...
2020-07-07  Daniel CorbettDOC: configuration: various typo fixes
2020-07-07  William LallemandBUG/MINOR: ssl: check conn in keylog sample fetch
2020-07-07  William LallemandDOC: fix tune.ssl.keylog sample fetches array
2020-07-06  William LallemandWIP/MINOR: ssl: add sample fetches for keylog in frontend
2020-07-06  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-07-05  Willy TarreauBUILD: tree-wide: cast arguments to tolower/toupper...
2020-07-05  Willy TarreauCLEANUP: auth: fix useless self-include of auth-t.h
2020-07-05  Willy TarreauBUILD: tools: make resolve_sym_name() return a const
2020-07-04  Willy TarreauCLEANUP: makefile: update the outdated list of DEBUG_xx...
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
next