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
2023-10-20
Willy Tarreau
[RELEASE] Released version 2.9-dev8
v2.9-dev8
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Willy Tarreau
BUG/MINOR: mux-h2: update tracked counters with req...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Willy Tarreau
BUG/MINOR: mux-h2: commit the current stream ID even...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Willy Tarreau
MINOR: mux-h2/traces: clarify the "rejected H2 request...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Willy Tarreau
MINOR: mux-h2/traces: explicitly show the error/refused...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Jens Popp
MINOR: sample: Added support for Arrays in sample_conv_...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
MINOR: listener: forbid most keywords for reverse HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
REGTESTS: remove maxconn from rhttp bind line
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
MINOR: cfgparse: rename "rev@" prefix to "rhttp@"
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
MINOR: server: convert @reverse to rev@ standard format
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
MINOR: listener: add nbconn kw for reverse connect
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Amaury Denoyelle
MINOR: cfgparse: forbid mixing reverse and standard...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Christopher...
BUG/MEDIUM: peers: Fix synchro for huge number of tables
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Christopher...
BUG/MEDIUM: peers: Be sure to always refresh recconnect...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Willy Tarreau
BUG/MINOR: trace: fix trace parser error reporting
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Willy Tarreau
BUG/MINOR: mux-h2: fix http-request and http-keep-alive...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Willy Tarreau
MINOR: dgram: allow to set rcv/sndbuf for dgram sockets...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Christopher...
REORG: stconn/muxes: Rename init step in fast-forwarding
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Christopher...
BUILD: mux-h1: Fix build without kernel splicing support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: global: Add an option to disable the zero-copy...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-pt: Add fast-forwarding support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
CLEAN: mux-h1: Remove useless __maybe_unused attribute...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
REGTESTS: Reenable HTTP tests about splicing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: tree-wide: Only rely on co_data() to check chann...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: channel: don't look at iobuf to report an empty...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-h2: Add consumer-side fast-forwarding support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: h2: Set the BODYLESS_RESP flag on the HTX start...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-h1: Add fast-forwarding support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-h1: Simplify payload formatting based on...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-h1: Simplify zero-copy on sending path
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: mux-h1: Add function to add size of a chunk...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: raw-sock: Specifiy amount of data to send via...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: mux-h1: Properly handle state transitions of...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: mux-h1: Use HTX extra field only for responses...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: stconn: Add mux-to-mux fast-forward support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: connection: Remove mux callbacks about splicing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: mux-h1: Temporarily remove splicing support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: mux-pt: Temporarily remove splicing support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: stconn: Temporarily remove kernel splicing support
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: connection: Add new mux callbacks to perform...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: stconn: Extend iobuf to handle a buffer in addit...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MINOR: stconn: Start to introduce mux-to-mux fast-forwa...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
MEDIUM: stconn/channel: Move pipes used for the splicin...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
BUG/MEDIUM: mux-h2: Don't report an error on shutr...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
BUG/MINOR: htpp-ana/stats: Specify that HTX redirect...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
BUG/MEDIUM: mux-h1: do not forget TLR/EOT even when...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Christopher...
CLEANUP: hlua: Remove dead-code on error path in hlua_s...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Willy Tarreau
BUG/MEDIUM: quic_conn: let the scheduler kill the task...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Willy Tarreau
DEBUG: pool: store the memprof bin on alloc() and updat...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Willy Tarreau
BUG/MINOR: mux-h2: make up other blocked streams upon...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Vladimir Vdovin
MINOR: support for http-response set-timeout
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Christopher...
BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Christopher...
BUG/MEDIUM: applet: Report a send activity everytime...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Christopher...
BUG/MEDIUM: stconn: Report a send activity everytime...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: server: introduce "log-bufsize" kw
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
REGTEST: add a test for log-backend used as a log target
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: log/balance: support for the "hash" lb algorithm
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: sample: add sample_process_cnv() function
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: lbprm: compute the hash avalanche in gen_hash()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: lbprm: support for the "none" hash-type function
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: log/balance: support for the "random" lb algorithm
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: log/balance: support for the "sticky" lb algorithm
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MAJOR: log: introduce log backends
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: sink: add sink_new_from_srv() function
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: sink: inherit from caller fmt in ring_write...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: log/sink: simplify log header handling
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: log: remove the logger dependency in do_send_log()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MINOR: log: support explicit log target as argument...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: sink/log: stop relying on AF_UNSPEC for rings
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
DOC: config: log <address> becomes log <target> in...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: log: introduce log target
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Aurelien DARRAGON
MEDIUM: tree-wide: logsrv struct becomes logger
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Amaury Denoyelle
BUG/MEDIUM: quic-conn: free unsent frames on retransmit...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Amaury Denoyelle
BUG/MINOR: mux-quic: fix free on qcs-new fail alloc
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Amaury Denoyelle
BUG/MINOR: quic: fix free on quic-conn fail alloc
commit
|
commitdiff
|
tree
|
snapshot
2023-10-13
Amaury Denoyelle
BUG/MINOR: quic: fix qc.cids access on quic-conn fail...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-12
Willy Tarreau
BUG/MAJOR: connection: make sure to always remove a...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-12
Willy Tarreau
CLEANUP: connection: drop an uneeded leftover cast
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Amaury Denoyelle
BUG/MINOR: h3: strengthen host/authority header parsing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Amaury Denoyelle
BUG/MINOR: mux-quic: support initial 0 max-stream-data
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Amaury Denoyelle
BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Amaury Denoyelle
BUG/MINOR: quic: reject packet with no frame
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Amaury Denoyelle
REORG: quic: cleanup traces definition
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
Frédéric Lécaille
BUG/MINOR: quic: Avoid crashing with unsupported crypto...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
William Lallemand
CI: github: add awslc 1.16.0 to the push CI
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
William Lallemand
CI: github: update wolfssl to git revision d83f2fa
commit
|
commitdiff
|
tree
|
snapshot
2023-10-11
William Lallemand
CI: github: add a wolfssl entry to the CI
commit
|
commitdiff
|
tree
|
snapshot
2023-10-10
William Lallemand
CI: ssl: add git id support for wolfssl download
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
CI: ssl: add wolfssl to build-ssl.sh
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
REGTESTS: wolfssl: temporarly disable some failing...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
REGTESTS: ssl: disable ssl_dh.vtc for WolfSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
REGTESTS: ssl: update common.pem with the new pki
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
REGTESTS: pki: add a pki for SSL tests
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
BUILD: ssl: enable keylog for WolfSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
CLEANUP: ssl: remove compat functions for openssl ...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
BUILD: ssl: enable keylog for awslc
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
BUILD: ssl: add 'secure_memcmp' converter for WolfSSL...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
BUILD: ssl: add 'ssl_c_r_dn' fetch for WolfSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
BUILD: ssl: enable 'ciphersuites' for WolfSSL
commit
|
commitdiff
|
tree
|
snapshot
2023-10-09
William Lallemand
MINOR: ssl: add an explicit error when 'ciphersuites...
commit
|
commitdiff
|
tree
|
snapshot
next