]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-07-08  Willy TarreauBUG/MEDIUM: lists: add missing store barrier on MT_LIST...
2020-07-07  Pierre CheynierCLEANUP: contrib/prometheus-exporter: typo fixes for...
2020-07-07  Tim DuesterhusCLEANUP: Add static void hlua_deinit()
2020-07-07  Tim DuesterhusCLEANUP: Add static void vars_deinit()
2020-07-07  Tim DuesterhusCLEANUP: haproxy: Free post_server_check_list in deinit()
2020-07-07  Tim DuesterhusCLEANUP: haproxy: Free server_deinit_list in deinit()
2020-07-07  Tim DuesterhusCLEANUP: haproxy: Free post_deinit_list in deinit()
2020-07-07  Tim DuesterhusCLEANUP: haproxy: Free proxy_deinit_list in deinit()
2020-07-07  Tim DuesterhusBUG/MINOR: sample: Free str.area in smp_check_const_meth
2020-07-07  Tim DuesterhusBUG/MINOR: sample: Free str.area in smp_check_const_bool
2020-07-07  Tim DuesterhusBUG/MINOR: haproxy: Free srule->expr during deinit
2020-07-07  Tim DuesterhusBUG/MINOR: haproxy: Free srule->file during deinit
2020-07-07  Tim DuesterhusBUG/MINOR: haproxy: Free proxy->unique_id_header during...
2020-07-07  Tim DuesterhusBUG/MINOR: haproxy: Add missing free of server->(hostna...
2020-07-07  Tim DuesterhusBUG/MINOR: haproxy: Free proxy->format_unique_id during...
2020-07-07  Tim DuesterhusBUG/MINOR: sample: Fix freeing of conv_exprs in release...
2020-07-07  Tim DuesterhusBUG/MINOR: acl: Fix freeing of expr->smp in prune_acl_expr
2020-07-07  William DauchyMINOR: config: make strict limits enabled by default
2020-07-07  Willy Tarreau[RELEASE] Released version 2.3-dev0 v2.3-dev0
2020-07-07  Willy TarreauMINOR: version: back to development, update status...
2020-07-07  Willy Tarreau[RELEASE] Released version 2.3-dev0
2020-07-07  Willy Tarreau[RELEASE] Released version 2.2.0 v2.2.0
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...
next