projects
/
haproxy-2.5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.5.git
2020-07-15
Christopher...
BUG/MEDIUM: mux-h2: Don't add private connections in...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-15
Ilya Shipitsin
CI: travis-ci: speed up osx build by running brew scrip...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-12
Willy Tarreau
CONTRIB: da: fix memory leak in dummy function da_atlas...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-10
Willy Tarreau
MINOR: tasks: use MT_LIST_ADDQ() when killing tasks.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-10
Willy Tarreau
MINOR: connection: use MT_LIST_ADDQ() to add connection...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-10
Willy Tarreau
MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-10
Willy Tarreau
MINOR: lists: rename some MT_LIST operations to clarify...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-09
Willy Tarreau
BUILD: tcp: condition TCP keepalive settings to platfor...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-09
MIZUTA Takeshi
MINOR: tcp: Support TCP keepalive parameters customization
commit
|
commitdiff
|
tree
|
snapshot
2020-07-09
Willy Tarreau
BUG/MEDIUM: lists: add missing store barrier in MT_LIST...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-08
Willy Tarreau
BUG/MEDIUM: lists: add missing store barrier on MT_LIST...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Pierre Cheynier
CLEANUP: contrib/prometheus-exporter: typo fixes for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: Add static void hlua_deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: Add static void vars_deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: haproxy: Free post_server_check_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: haproxy: Free server_deinit_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: haproxy: Free post_deinit_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
CLEANUP: haproxy: Free proxy_deinit_list in deinit()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: sample: Free str.area in smp_check_const_meth
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: sample: Free str.area in smp_check_const_bool
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: haproxy: Free srule->expr during deinit
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: haproxy: Free srule->file during deinit
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: haproxy: Free proxy->unique_id_header during...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: haproxy: Add missing free of server->(hostna...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: haproxy: Free proxy->format_unique_id during...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: sample: Fix freeing of conv_exprs in release...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Tim Duesterhus
BUG/MINOR: acl: Fix freeing of expr->smp in prune_acl_expr
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
William Dauchy
MINOR: config: make strict limits enabled by default
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
[RELEASE] Released version 2.3-dev0
v2.3-dev0
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
MINOR: version: back to development, update status...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
[RELEASE] Released version 2.3-dev0
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
[RELEASE] Released version 2.2.0
v2.2.0
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
MINOR: version: mention that it's an LTS release now
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
DOC: minor update to coding style file
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
DOC: update INSTALL with new compiler versions
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
William Lallemand
CLEANUP: ssl: remove unrelevant comment in smp_fetch_ss...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Willy Tarreau
DOC: configuration: remove obsolete mentions of H2...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MINOR: connection: See new connection as available...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MEDIUM: connection: Don't consider new private...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
MINOR: mux-h1: Improve traces about the splicing
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MEDIUM: mux-h1: Disable splicing for the conn-strea...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MINOR: mux-h1: Disable splicing only if input data...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MINOR: mux-h1: Don't read data from a pipe if the...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Christopher...
MINOR: log: Remove unused case statement during the...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
Daniel Corbett
DOC: configuration: various typo fixes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
William Lallemand
BUG/MINOR: ssl: check conn in keylog sample fetch
commit
|
commitdiff
|
tree
|
snapshot
2020-07-07
William Lallemand
DOC: fix tune.ssl.keylog sample fetches array
commit
|
commitdiff
|
tree
|
snapshot
2020-07-06
William Lallemand
WIP/MINOR: ssl: add sample fetches for keylog in frontend
commit
|
commitdiff
|
tree
|
snapshot
2020-07-06
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-05
Willy Tarreau
BUILD: tree-wide: cast arguments to tolower/toupper...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-05
Willy Tarreau
CLEANUP: auth: fix useless self-include of auth-t.h
commit
|
commitdiff
|
tree
|
snapshot
2020-07-05
Willy Tarreau
BUILD: tools: make resolve_sym_name() return a const
commit
|
commitdiff
|
tree
|
snapshot
2020-07-04
Willy Tarreau
CLEANUP: makefile: update the outdated list of DEBUG_xx...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-04
Willy Tarreau
BUILD: mux-h2: fix typo breaking build when using DEBUG...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-04
Willy Tarreau
[RELEASE] Released version 2.2-dev12
v2.2-dev12
commit
|
commitdiff
|
tree
|
snapshot
2020-07-04
Ilya Shipitsin
CI: cirrus-ci: exclude slow reg-tests
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Willy Tarreau
BUILD: peers: fix build warning with gcc 4.2.1
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Willy Tarreau
BUILD: makefile: disable threads by default on OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Tim Duesterhus
BUG/MINOR: http_act: don't check capture id in backend (2)
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Olivier Houchard
BUG/MEDIUM: connections: Let the xprt layer know a...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Olivier Houchard
BUG/MEDIUM: connections: Set the tid for the old taskle...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-03
Willy Tarreau
MINOR: sched: split tasklet_wakeup() into tasklet_wakeu...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUG/MEDIUM: server: don't kill all idle conns when...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Emeric Brun
BUG/MINOR: log: missing timezone on iso dates.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Emeric Brun
MINOR: log: add time second fraction field to rfc5424...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUG/MAJOR: sched: make it work also when not building...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUILD: haproxy: fix build error when RLIMIT_AS is not set
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUG/MEDIUM: cli/proxy: don't try to dump idle connectio...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Olivier Houchard
BUG/MEDIUM: muxes: Make sure nobody stole the connectio...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUG/MAJOR: sched: make sure task_kill() always queues...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
BUILD: debug: avoid build warnings with DEBUG_MEM_STATS
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Dragan Dosen
MINOR: log-format: allow to preserve spacing in log...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-02
Willy Tarreau
MINOR: debug: add a new "debug dev memstats" command
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Dragan Dosen
MINOR: 51d: silence a warning about null pointer derefe...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MINOR: config: add a new tune.idle-pool.shared global...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
DOC: configuration: fix alphabetical ordering for tune...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
DOC: configuration: add missing index entries for tune...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Olivier Houchard
MEDIUM: connections: Don't use a lock when moving conne...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Olivier Houchard
CLEANUP: connections: rename the toremove_lock to takeo...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Olivier Houchard
MINOR: list: Add MT_LIST_DEL_SAFE_NOINIT() and MT_LIST_...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: mux-fcgi: use task_kill() during fcgi_takeover...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: mux-h2: use task_kill() during h2_takeover...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: mux-h1: use task_kill() during h1_takeover...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: sched: implement task_kill() to kill a task
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: sched: create a new TASK_KILLED task flag
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MINOR: sched: make sched->task_list_size atomic
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MINOR: backend: don't always takeover from the same...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
BUG/MEDIUM: backend: always search in the safe list...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MEDIUM: server: add a new pool-low-conn server setting
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
BUG/MINOR: server: fix the connection release logic...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MINOR: server: skip servers with no idle conns earlier
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
MINOR: cli/proxy: add a new "show servers conn" command
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
BUG/MINOR: proxy: always initialize the trash in show...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Willy Tarreau
BUG/MINOR: proxy: fix dump_server_state()'s misuse...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-01
Dragan Dosen
BUG/MEDIUM: log-format: fix possible endless loop in...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-30
Christopher...
BUG/MEDIUM: pattern: Add a trailing \0 to match strings...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-30
William Lallemand
DOC: ssl: add "allow-0rtt" and "ciphersuites" in crt...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-30
Willy Tarreau
MINOR: pools: increase MAX_BASE_POOLS to 64
commit
|
commitdiff
|
tree
|
snapshot
next