]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-03-28  Christopher... MINOR: applet: Let's applets .snd_buf function deal...
2024-03-28  Christopher... MAJOR: cli: Update the CLI applet to handle its own...
2024-03-28  Christopher... BUG/MEDIUM: applet: State appctx have more data if...
2024-03-28  Christopher... MINOR: applet: Always use applet API to set appctx...
2024-03-28  Christopher... MEDIUM: cli/applet: Stop to test opposite SC in I/O...
2024-03-28  Christopher... MEDIUM: applet: Handle applets with their own buffers...
2024-03-28  Christopher... MEDIUM: buf: Add b_getline() and b_getdelim() functions
2024-03-28  Christopher... MEDIUM: stream: Use generic version to perform sync...
2024-03-28  Christopher... MINOR: sc_strm: Add generic version to perform sync...
2024-03-28  Christopher... BUG/MINOR: cli: Report an error to user if command...
2024-03-28  Christopher... REGTESTS: Fix script about OCSP update compatibility...
2024-03-28  Amaury DenoyelleMINOR: server: allow cookie for dynamic servers
2024-03-28  Damien ClaisseBUG/MINOR: server: fix persistence cookie for dynamic...
2024-03-28  Amaury DenoyelleBUG/MINOR: server: reject enabled for dynamic server
2024-03-27  Remi Tricot... REGTESTS: ssl: Add functional test for global ocsp...
2024-03-27  Remi Tricot... REGTESTS: ssl: Add OCSP update compatibility tests
2024-03-27  Remi Tricot... MEDIUM: ssl: Add 'tune.ssl.ocsp-update.mode' global...
2024-03-27  Remi Tricot... BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities
2024-03-27  Remi Tricot... BUG/MINOR: ssl: Wrong ocsp-update "incompatibility...
2024-03-26  Willy Tarreau[RELEASE] Released version 3.0-dev6 v3.0-dev6
2024-03-26  Willy TarreauBUG/MAJOR: ring: free the ring storage not the ring...
2024-03-26  Aurelien DARRAGONBUG/MINOR: server: 'source' interface ignored from...
2024-03-25  Willy TarreauBUILD: ssl: fix build error on older compilers with...
2024-03-25  Willy TarreauCLEANUP: ring: use only curr_cell and not next_cell...
2024-03-25  Willy TarreauOPTIM: ring: use relaxed stores to release the threads
2024-03-25  Willy TarreauMINOR: ring: avoid writes to cells during copy
2024-03-25  Willy TarreauMINOR: ring: it's not x86 but all non-ARMv8.1 which...
2024-03-25  Willy TarreauCLEANUP: ring: further simplify the write loop
2024-03-25  Willy TarreauMINOR: ring: simplify the write loop a little bit
2024-03-25  Willy TarreauMEDIUM: ring: improve speed in the queue waiting loop...
2024-03-25  Willy TarreauMEDIUM: ring: significant boost in the loop by checking...
2024-03-25  Willy TarreauMAJOR: ring: implement a waiting queue in front of...
2024-03-25  Willy TarreauMINOR: ring: make the number of queues configurable
2024-03-25  Willy TarreauMINOR: ring: add the definition of a ring waiting cell
2024-03-25  Willy TarreauMINOR: ring: keep a few frequently used pointers in...
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...
next