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
2024-03-25
Willy Tarreau
MINOR: ring: add the definition of a ring waiting cell
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: keep a few frequently used pointers in...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
OPTIM: ring: have only one thread at a time wake up...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
OPTIM: ring: don't even try to update offset when faile...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MAJOR: ring: drop the now unneeded lock
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: make sure ring_dispatch waits when facing...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: protect the initialization of the initial...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring/applet: turn the wait_entry list to an...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: don't take the readers lock if there are...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: unlock the ring's tail earlier
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: move the ring's lock to only protect the reader...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: use the topmost bit of the tail as a...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: protect the reader's positions against...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: lock the tail's readers counters before...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: make the reader check the readers count...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: align the head and tail fields in the...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: remove the struct buffer from the ring
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: change the ring reader to use the new...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: replace the buffer API in ring_write...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: allow to reduce a ring size
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: resize only under thread isolation
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MAJOR: ring: insert an intermediary ring_storage level
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: add a flag to indicate a mapped file
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: use ring_size(), ring_area(), ring_head...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: errors: use ring_dup() to duplicate the startup_logs
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: make callers use ring_data() and ring_size...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: also add ring_area(), ring_head(), ring_tail()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: add ring_dup() to copy a ring into another one
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: add ring_size() to return the ring's size
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: add ring_data() to report the amount of...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: rename totlen vs msglen in ring_write()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: vecpair: add necessary functions to use vecpairs...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: vecpair: add new vector pair based data manipula...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: reserve one special value for the readers...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: ring: make the ring reader use only absolute...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: buf: add b_getblk_ofs() that works relative...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: buf: add b_putblk_ofs() to copy a block at a...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: buf: add b_rel_ofs() to turn an absolute offset...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: buf: add b_add_ofs() to add a count to an absolu...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: log/sink: make the log forwarder code use ring_...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: sink: move the generic ring forwarder code...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring: move the ring reader code to ring_dispatc...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
REORG: dns/ring: split the ring between the generic...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MEDIUM: ring/sink: use applet_append_line()/syslog_appl...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: log/applet: add new function syslog_applet_appen...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: applet: add new function applet_append_line()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: atomic: add a read-specific variant of __ha_cpu_...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Willy Tarreau
MINOR: debug: add "debug dev trace" to flood with traces
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Aurelien DARRAGON
OPTIM: http_ext: avoid useless copy in http_7239_extrac...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Aurelien DARRAGON
BUILD: server: fix build regression on old compilers...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Christopher...
BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-25
Amaury Denoyelle
BUG/MINOR: mux-quic: close all QCS before freeing QCC...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Amaury Denoyelle
MEDIUM: server: close private idle connection before...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Amaury Denoyelle
MEDIUM: mux: prepare for takeover on private connections
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Amaury Denoyelle
MEDIUM: server: close idle conn on server deletion
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Amaury Denoyelle
MINOR: connection: extend takeover with release option
commit
|
commitdiff
|
tree
|
snapshot
2024-03-22
Amaury Denoyelle
MINOR: connection: implement conn_release()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
REGTESTS: ssl: Add checks on ocsp-update log format
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
CLEANUP: ssl: Remove undocumented ocsp fetches
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
MINOR: ssl: Change level of ocsp-update logs
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
MEDIUM: ssl: Change output of ocsp-update log
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
BUG/MEDIUM: ssl: Fix crash in ocsp-update log function
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
BUG/MEDIUM: ssl: Fix crash when calling "update ssl...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
REGTESTS: ssl: Add OCSP related tests
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Remi Tricot...
BUG/MAJOR: ocsp: Separate refcount per instance and...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Amaury Denoyelle
BUG/MAJOR: connection: fix server used_conns with H2...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Amaury Denoyelle
BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-20
Amaury Denoyelle
BUG/MINOR: session: ensure conn owner is set after...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-19
Christopher...
BUG/MEDIUM: spoe: Return an invalid frame on recv if...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-18
Ilia Shipitsin
CI: temporarily adjust kernel entropy to work with...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-18
Ilia Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2024-03-15
Christopher...
MINOR: spoe: Add SPOE filters in the exposed deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-15
Christopher...
MINOR: cfgparse: Add a global option to expose deprecat...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-15
Christopher...
MAJOR: spoe: Deprecate the SPOE filter
commit
|
commitdiff
|
tree
|
snapshot
2024-03-15
Christopher...
BUG/MINOR: spoe: Be sure to be able to quickly close...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-15
Christopher...
BUG/MEDIUM: spoe: Don't rely on stream's expiration...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
Amaury Denoyelle
BUG/MAJOR: server: do not delete srv referenced by...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
Amaury Denoyelle
MINOR: session: rename private conns elements
commit
|
commitdiff
|
tree
|
snapshot
2024-03-14
Christopher...
BUG/MINOR: listener: Don't schedule frontend without...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Christopher...
BUG/MINOR: listener: Wake proxy's mngmt task up if...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
William Lallemand
CI: github: add -dI to haproxy arguments
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
William Lallemand
MINOR: debug: enable insecure fork on the command line
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
BUG/MEDIUM: hlua: streams don't support mixing lua...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
MINOR: hlua: use accessors for stream hlua ctx
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
DEBUG: lua: precisely identify if stream is stuck insid...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
BUG/MINOR: hlua: fix missing lock in hlua_filter_delete()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
BUG/MINOR: hlua: missing lock in hlua_filter_new()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
Aurelien DARRAGON
BUG/MINOR: hlua: segfault when loading the same filter...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
William Lallemand
CI: github: add -DDEBUG_LIST to the default builds
commit
|
commitdiff
|
tree
|
snapshot
2024-03-13
William Lallemand
CLEANUP: ssl: remove useless #ifdef in openssl-compat.h
commit
|
commitdiff
|
tree
|
snapshot
2024-03-12
William Lallemand
MEDIUM: ssl: allow to change the OpenSSL security level...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-12
William Lallemand
MEDIUM: ssl: initialize the SSL stack explicitely
commit
|
commitdiff
|
tree
|
snapshot
2024-03-12
Willy Tarreau
BUG/MINOR: server: fix first server template not being...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Dragan Dosen
BUG/MINOR: ssl: do not set the aead_tag flags in sample...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Dragan Dosen
BUG/MINOR: ssl: fix possible ctx memory leak in sample_...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Brooks Davis
MINOR: tools: use public interface for FreeBSD get_exec...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
William Lallemand
DOC: configuration: clarify ciphersuites usage (V2)
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Amaury Denoyelle
MINOR: quic: remove qc_treat_rx_crypto_frms()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Amaury Denoyelle
MINOR: quic: simplify rescheduling for handshake
commit
|
commitdiff
|
tree
|
snapshot
2024-03-11
Willy Tarreau
MEDIUM: mux-h2: allow to set the glitches threshold...
commit
|
commitdiff
|
tree
|
snapshot
next