projects
/
haproxy-3.0.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-3.0.git
2022-11-25
Willy Tarreau
DOC: config: mention that a single monitor-uri rule...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-25
Willy Tarreau
DOC: config: clarify the fact that SNI should not be...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-25
Willy Tarreau
DOC: halog: explain how to use -ac and -ad in the help...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-25
Willy Tarreau
DOC: config: refer to section about quoting in the...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-25
Willy Tarreau
DOC: config: provide some configuration hints for ...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
William Lallemand
BUG/MINOR: ssl: shut the ca-file errors emitted during...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
William Lallemand
MINOR: ssl: forgotten newline in error messages on...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
[RELEASE] Released version 2.7-dev10
v2.7-dev10
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Amaury Denoyelle
BUG/MEDIUM: quic: fix datagram dropping on queueing...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
CLEANUP: qpack: properly use the QPACK macros not HPACK...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
CLEANUP: qpack: fix format string in debugging code...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
CLEANUP: peers: fix format string for status messages...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Aurelien DARRAGON
MINOR: auth: silence null dereference warning in check_...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
MINOR: sample: make the rand() sample fetch function...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Uriah Pollock
MEDIUM: ssl: add minimal WolfSSL support with OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Uriah Pollock
BUILD: quic: use openssl-compat.h instead of openssl...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: quic: silence two invalid build warnings at...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: makefile: minor reordering of objects by build...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: flags: really restrict the cases where flags...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
CLEANUP: tools: do not needlessly include xxhash nor...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: quic: global.h is needed in cfgparse-quic
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: compiler: include compiler's definitions before...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-24
Willy Tarreau
BUILD: stick-tables: fix build breakage in xxhash on...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Aurelien DARRAGON
DOC: configuration.txt: fix typo in table_idle signature
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Christopher...
MINOR: mux-h1: Avoid useless call to h1_send() if no...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Christopher...
MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Christopher...
BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Christopher...
BUG/MEDIUM: mux-h1: Remove H1C_F_WAIT_NEXT_REQ flag...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-23
Christopher...
BUILD: ssl-sock: Silent error about NULL deref in ssl_s...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Aurelien DARRAGON
DOC: configuration.txt: add default_value for table_idl...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUILD: http-htx: Silent build error about a possible...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUG/MEDIUM: mux-h1: Subscribe for reads on error on...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUG/MEDIUM: mux-h1: Don't release H1C on timeout if...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUG/MINOR: http-htx: Don't consider an URI as normalize...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
REG-TESTS: http: Add more tests about authority/host...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUG/MINOR: h1: Replace authority validation to conform...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
BUG/MINOR: http-htx: Normalized absolute URIs with...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
MINOR: http: Considere empty ports as valid default...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Christopher...
MINOR: h1: Consider empty port as invalid in authority...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Aurelien DARRAGON
CLEANUP: tools: extra check in utoa_pad
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Aurelien DARRAGON
CLEANUP: arg: remove extra check in make_arg_list arg...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Aurelien DARRAGON
BUG/MINOR: log: fix parse_log_message rfc5424 size...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Aurelien DARRAGON
BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Amaury Denoyelle
DOC: quic: add note on performance issue with listener...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Willy Tarreau
BUILD: sched: fix build with DEBUG_THREAD with the...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Willy Tarreau
BUG/MAJOR: sched: protect task during removal from...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-22
Willy Tarreau
BUILD: listener: fix build warning on global_listener_r...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
MINOR: server/idle: make the next_takeover index per...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
BUG/MINOR: server/idle: at least use atomic stores...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
BUG/MINOR: resolvers: do not run the timeout task when...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Amaury Denoyelle
MINOR: global: generate random cluster.secret if not...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Amaury Denoyelle
MINOR: quic: report error if force-retry without cluste...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Amaury Denoyelle
DOC: configuration: fix quic prefix typo
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
MINOR: cli/pools: add pool name filtering capability...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
MINOR: cli/pools: add sorting capabilities to "show...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Willy Tarreau
MINOR: cli/pools: store "show pools" results into a...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-21
Ilya Shipitsin
CLEANUP: quic: replace "choosen" with "chosen" all...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-20
Frédéric Lécaille
BUG/MAJOR: quic: Crash after discarding packet number...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-19
Abhijeet Rastogi
MINOR: cli: print parsed command when not found
commit
|
commitdiff
|
tree
|
snapshot
2022-11-19
Frédéric Lécaille
BUG/MAJOR: quic: Crash upon retransmission of dgrams...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-19
Mathias Weiersmueller
MEDIUM: tcp-act: add parameter rst-ttl to silent-drop
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Willy Tarreau
[RELEASE] Released version 2.7-dev9
v2.7-dev9
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Amaury Denoyelle
MINOR: quic: complete traces/debug for handshake
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Amaury Denoyelle
BUG/MEDIUM: quic: fix memleak for out-of-order crypto...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Amaury Denoyelle
BUG/MEDIUM: quic: fix unsuccessful handshakes on ncb_ad...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Amaury Denoyelle
MINOR: ncbuf: complete doc for ncb_advance()
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Christopher...
BUILD: peers: Remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Christopher...
MEDIUM: thread: Restric nbthread/thread-group(s) to...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Christopher...
MINOR: cfgparse: Always check the section position
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Emeric Brun
BUG/MEDIUM: peers: messages about unkown tables not...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
William Lallemand
BUILD: Makefile: enable USE_SHM_OPEN by default on...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
William Lallemand
BUG/MINOR: ssl: don't initialize the keylog callback...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Christopher...
BUG/MEDIUM: raw-sock: Don't report connection error...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Aurelien DARRAGON
BUG/MINOR: http_ana/txn: don't re-initialize txn and...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-18
Christopher...
CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn()
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Willy Tarreau
DOC: internal: commit notes about polling states and...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Willy Tarreau
DOC: internal: commit notes about polling states and...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
BUG/MINOR: mux-h1: Fix error handling when H1S allocati...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: listener: Remove useless task_queue from manag...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
BUG/MEDIUM: listener: Fix race condition when updating...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
DOC: lua-api: Remove warning about the lua filters
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: mux-h1: Rely on a H1S flag to know a WS key...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: sconn: Set SE_FL_ERROR only when there is no...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-fcgi: Introduce flags to deal with connecti...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: mux-h2: Remove unused fields in h2c structures
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-h2: Introduce flags to deal with connection...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-pt: Don't always set a final error on SE...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-h1: Don't report a final error whe a messag...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: mux-h1: Reorder H1 connection flags to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-h1: Rely on the H1C to deal with shutdown...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: mux-h1: Add flag on H1 stream to deal with inter...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_AB...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: mux-h1: Don't handle subscribe for reads in...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MEDIUM: mux-h1: Handle H1C states via its state field...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: mux-h1: Add a dedicated enum to deal with H1...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SIL...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
REORG: mux-h1: Reorg the H1C structure
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERR...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Christopher...
MINOR: mux-h1: Remove usless code inside shutr callback
commit
|
commitdiff
|
tree
|
snapshot
2022-11-17
Willy Tarreau
BUG/MINOR: pool/cli: use ullong to report total pool...
commit
|
commitdiff
|
tree
|
snapshot
next