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