projects
/
haproxy-2.3.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.3.git
2021-09-20
Willy Tarreau
CLEANUP: pools: factor all malloc_trim() calls into...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Willy Tarreau
BUG/MINOR: compat: make sure __WORDSIZE is always defined
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
Revert "REGTESTS: mark http_abortonclose as broken"
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MEDIUM: stream-int: Don't block SI on a channel...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
William Lallemand
BUG/MINOR: systemd: ExecStartPre must use -Ws
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MINOR: filters: Set right FLT_END analyser dependin...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MINOR: filters: Always set FLT_END analyser when...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MEDIUM: http-ana: Reset channels analysers when...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MINOR: stream: Don't release a stream if FLT_END...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MINOR: lua: Don't yield in channel.append() and...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
BUG/MINOR: lua: Yield in channel functions only if...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-20
Christopher...
MINOR: lua: Add a flag on lua context to know the yield...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Willy Tarreau
[RELEASE] Released version 2.3.14
v2.3.14
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Willy Tarreau
REGTESTS: mark http_abortonclose as broken
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Christopher...
MINOR: action: Use a generic function to check validity...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-07
Christopher...
Revert "BUG/MINOR: stream-int: Don't block reads in...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MAJOR: htx: fix missing header name length check...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
CLEANUP: htx: remove comments about "must be < 256 MB"
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MINOR: config: reject configs using HTTP with bufsi...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
DOC: configuration: remove wrong tcp-request examples...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MINOR: vars: fix set-var/unset-var exclusivity...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Tim Duesterhus
CLEANUP: Add missing include guard to signal.h
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Tim Duesterhus
BUG/MINOR: tools: Fix loop condition in dump_text()
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Tim Duesterhus
BUG/MINOR threads: Use get_(local|gm)time instead of...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MINOR: ebtree: remove dependency on incorrect macro...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MINOR: lua: use strlcpy2() not strncpy() to copy...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
MINOR: compiler: implement an ONLY_ONCE() macro
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Dragan Dosen
BUG/MEDIUM: base64: check output boundaries within...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
BUG/MINOR: stick-table: fix the sc-set-gpt* parser...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Willy Tarreau
REGTESTS: abortonclose: after retries, 503 is expected...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-27
Willy Tarreau
BUG/MEDIUM: sock: really fix detection of early connect...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-20
Willy Tarreau
BUG/MEDIUM: h2: match absolute-path not path-absolute...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
[RELEASE] Released version 2.3.13
v2.3.13
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Amaury Denoyelle
REGTESTS: add a test to prevent h2 desync attacks
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
BUG/MEDIUM: h2: give :authority precedence over Host
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
BUG/MAJOR: h2: enforce stricter syntax checks on the...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
BUG/MAJOR: h2: verify that :path starts with a '/'...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
BUG/MAJOR: h2: verify early that non-http/https schemes...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Willy Tarreau
MINOR: http: add a new function http_validate_scheme...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-17
Jonathon Lacher
DOC/MINOR: fix typo in management document
commit
|
commitdiff
|
tree
|
snapshot
2021-08-13
Emeric Brun
BUG/MEDIUM: cfgcheck: verify existing log-forward liste...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
BUG/MEDIUM: spoe: Fix policy to close applets when...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
DOC: config: Fix 'http-response send-spoe-group' docume...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
DOC: Improve the lua documentation
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
BUG/MINOR: tcpcheck: Properly detect pending HTTP data...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
William Lallemand
BUG/MINOR: buffer: fix buffer_dump() formatting
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
BUG/MEDIUM: spoe: Create a SPOE applet if necessary...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
MINOR: spoe: Add a pointer on the filter config in...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Willy Tarreau
BUG/MINOR: server: update last_change on maint->ready...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Willy Tarreau
BUG/MINOR: pollers: always program an update for migrat...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Willy Tarreau
BUG/MINOR: poll: fix abnormally high skip_fd counter
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Willy Tarreau
BUG/MINOR: select: fix excess number of dead/skip reported
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Willy Tarreau
BUG/MEDIUM: pollers: clear the sleeping bit after wakin...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Remi Tricot...
BUG/MINOR: connection: Add missing error labels to...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-12
Christopher...
BUG/MEDIUM: mux-h2: Handle remaining read0 cases on...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Christopher...
BUG/MINOR: mux-h2: Obey dontlognull option during the...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
William Lallemand
BUG/MINOR: systemd: must check the configuration using -Ws
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Christopher...
BUG/MINOR: resolvers: Use a null-terminated string...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Willy Tarreau
BUG/MINOR: check: fix the condition to validate a port...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Amaury Denoyelle
BUG/MEDIUM: ssl_sample: fix segfault for srv samples...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Willy Tarreau
BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXE...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Willy Tarreau
BUG/MEDIUM: mworker: do not register an exit handler...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Willy Tarreau
BUILD: lua: silence a build warning with TCC
commit
|
commitdiff
|
tree
|
snapshot
2021-07-27
Willy Tarreau
BUILD: add detection of missing important CFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Willy Tarreau
[RELEASE] Released version 2.3.12
v2.3.12
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Willy Tarreau
BUG/MAJOR: pools: second fix for incomplete backport...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Willy Tarreau
BUG/MAJOR: pools: fix incomplete backport of lockless...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-07
Christopher...
[RELEASE] Released version 2.3.11
v2.3.11
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
Revert "MINOR: tcp-act: Add set-src/set-src-port for...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Emeric Brun
BUG/MINOR: peers: fix data_type bit computation more...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MEDIUM: resolvers: Make 1st server of a template...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
MINOR: resolvers: Reset server IP on error in resolv_ge...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MINOR: resolvers: Reset server IP when no ip is...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MINOR: resolvers: Always attach server on matching...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MINOR: resolvers: Use resolver's lock in resolv_srv...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MEDIUM: resolvers: Add a task on servers to check...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
MINOR: resolvers: Remove server from named_servers...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
MINOR: resolvers: Clean server in a dedicated function...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MINOR: server: Forbid to set fqdn on the CLI if...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Christopher...
BUG/MINOR: server-state: load SRV resolution only if...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Daniel Black
DOC: config: use CREATE USER for mysql-check
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Willy Tarreau
DOC: peers: fix the protocol tag name in the doc
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Emeric Brun
DOC: stick-table: add missing documentation about gpt0...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Emeric Brun
BUG/MINOR: stick-table: fix several printf sign errors...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Willy Tarreau
BUG/MINOR: cli: fix server name output in "show fd"
commit
|
commitdiff
|
tree
|
snapshot
2021-07-06
Willy Tarreau
BUG/MEDIUM: sock: make sure to never miss early connect...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Christopher...
BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Dirkjan Bussink
BUG/MINOR: checks: return correct error code for srv_pa...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Christopher...
DOC: config: Add missing actions in "tcp-request sessio...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Christopher...
MINOR: tcp-act: Add set-src/set-src-port for "tcp-reque...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Amaury Denoyelle
REGTESTS: fix maxconn update with agent-check
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Amaury Denoyelle
BUG/MAJOR: server: fix deadlock when changing maxconn...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Christopher...
BUG/MINOR: server/cli: Fix locking in function processi...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Christopher...
BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Emeric Brun
BUG/MAJOR: resolvers: segfault using server template...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Emeric Brun
MEDIUM: resolvers: add a ref between servers and srv...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Emeric Brun
MEDIUM: resolvers: add a ref on server to the used...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-30
Emeric Brun
BUG/MINOR: resolvers: answser item list was randomly...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-21
Christopher...
BUILD: cfgparse-ssl: Remove const from defpx param...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-18
Emeric Brun
BUG/MEDIUM: dns: send messages on closed/reused fd...
commit
|
commitdiff
|
tree
|
snapshot
next