]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-10-16  Valentine KrasnobaevaMEDIUM: startup: remove MODE_MWORKER_WAIT
2024-10-16  Valentine KrasnobaevaMINOR: defaults: update MASTER_MAXCONN description
2024-10-16  Valentine KrasnobaevaMINOR: startup: rename exit_on_waitmode_failure to...
2024-10-16  Valentine KrasnobaevaCLEANUP: haproxy: rm no longer used mworker_reexec_waitmode
2024-10-16  Valentine KrasnobaevaMINOR: startup: only worker gets capabilities from bin
2024-10-16  Valentine KrasnobaevaMEDIUM: startup: do set_identity() if needed in one...
2024-10-16  Valentine KrasnobaevaMEDIUM: startup: call chroot() if needed in one place
2024-10-16  Valentine KrasnobaevaREORG: mworker: move mworker_create_master_cli in maste...
2024-10-16  Valentine KrasnobaevaMINOR: init: check MODE_MWORKER before creating master CLI
2024-10-16  Valentine KrasnobaevaREORG: mworker: set nbthread=1 for master after fork
2024-10-16  Valentine KrasnobaevaBUG/MINOR: mworker: fix memory leak due to master-worke...
2024-10-16  Valentine KrasnobaevaMAJOR: mworker: move master-worker fork in init()
2024-10-16  Valentine KrasnobaevaMEDIUM: startup: move PID handling in init()
2024-10-16  Valentine KrasnobaevaMINOR: startup: refactor "daemonization" fork
2024-10-16  Valentine KrasnobaevaMEDIUM: startup: move daemonization fork in init
2024-10-16  Valentine KrasnobaevaMINOR: startup: add O_CLOEXEC flag to open /dev/null
2024-10-16  Valentine KrasnobaevaREGTESTS: cli: add delay 0.1 before connect to cli
2024-10-16  Willy TarreauDEBUG: mux-h2/flags: add H2_CF_DEM_RXBUF & H2_SF_EXPECT...
2024-10-16  Willy TarreauBUG/MEDIUM: queue: make sure never to queue when there...
2024-10-16  Aurelien DARRAGONBUG/MEDIUM: server: server stuck in maintenance after...
2024-10-16  Amaury DenoyelleBUG/MEDIUM: quic: support wait-for-handshake
2024-10-16  Amaury DenoyelleBUG/MINOR: stream: unblock stream on wait-for-handshake...
2024-10-16  Amaury DenoyelleMINOR: quic: notify connection layer on handshake compl...
2024-10-15  Willy TarreauMINOR: activity/memprofile: always return "other" bin...
2024-10-14  Willy TarreauREGTESTS: fix a reload race in abns_socket.vtc
2024-10-14  William LallemandCI: cirrus-ci: bump FreeBSD image to 14-1
2024-10-12  Willy TarreauMINOR: mux-h2/traces: add buffer-related info to h2s...
2024-10-12  Willy TarreauMINOR: mux-h2/traces: add missing flags and proxy ID...
2024-10-12  Willy TarreauOPTIM: mux-h2: use tasklet_wakeup_after() in h2s_notify...
2024-10-12  Willy TarreauOPTIM: mux-h2: try to continue reading after demuxing...
2024-10-12  Willy TarreauOPTIM: mux-h2: make h2_send() report more accurate...
2024-10-12  Willy TarreauMEDIUM: mux-h2: rework h2_restart_reading() to differen...
2024-10-12  Willy TarreauDOC: design-thoughts: add diagrams illustrating an...
2024-10-12  Willy TarreauMEDIUM: mux-h2: change the default initial window to...
2024-10-12  Willy TarreauMINOR: mux-h2: add tune.h2.be.rxbuf and tune.h2.fe...
2024-10-12  Willy TarreauMAJOR: mux-h2: make the rxbuf allocation algorithm...
2024-10-12  Willy TarreauMAJOR: mux-h2: permit a stream to allocate as many...
2024-10-12  Willy TarreauMAJOR: mux-h2: make streams use the connection's buffers
2024-10-12  Willy TarreauMINOR: mux-h2: clear up H2_CF_DEM_DFULL and H2_CF_DEM_S...
2024-10-12  Willy TarreauMINOR: mux-h2: simplify the wake up code in h2_rcv_buf()
2024-10-12  Willy TarreauMINOR: mux-h2: simplify the exit code in h2_rcv_buf()
2024-10-12  Willy TarreauMINOR: mux-h2: move H2_CF_WAIT_IN_LIST flag away from...
2024-10-12  Willy TarreauMINOR: mux-h2: add rxbuf head/tail/count management...
2024-10-12  Willy TarreauMINOR: mux-h2: allocate the array of shared rx bufs...
2024-10-12  Willy TarreauMINOR: mux-h2: count within a connection, how many...
2024-10-12  Willy TarreauMEDIUM: mux-h2: start to introduce the window size...
2024-10-12  Willy TarreauMEDIUM: mux-h2: start to update stream when sending WU
2024-10-12  Willy TarreauMINOR: mux-h2: create and initialize an rx offset per...
2024-10-12  Willy TarreauMINOR: mux-h2: split the amount of rx data from the...
2024-10-12  Willy TarreauMINOR: buffer: add a buffer list type with functions
2024-10-12  Willy TarreauREORG: buffers: move some of the heavy functions from...
2024-10-12  Willy TarreauCLEANUP: muxes: remove useless inclusion of ebmbtree.h
2024-10-12  Willy TarreauMINOR: mux-h2/traces: print the size of the DATA frames
2024-10-12  Willy TarreauBUG/MINOR: mux-h2/traces: present the correct buffer...
2024-10-12  Willy TarreauBUILD: cache: silence an uninitialized warning at ...
2024-10-11  William LallemandMINOR: cfgparse: simulate long configuration parsing...
2024-10-10  Amaury DenoyelleBUG/MEDIUM: mux-quic: ensure timeout server is active...
2024-10-10  Aurelien DARRAGONMINOR: sample: postresolve sink names in debug() converter
2024-10-10  Aurelien DARRAGONMINOR: trace: postresolve sink names
2024-10-10  Aurelien DARRAGONMEDIUM: sink: implement sink_find_early()
2024-10-10  Damien ClaisseMINOR: ssl: disable server side default CRL check with...
2024-10-09  Amaury DenoyelleBUG/MEDIUM: quic: properly decount out-of-order ACK...
2024-10-09  Amaury DenoyelleBUG/MINOR: quic: fix discarding of already stored out...
2024-10-08  Aurelien DARRAGONBUG/MEDIUM: hlua: properly handle sample func errors...
2024-10-08  Aurelien DARRAGONBUG/MEDIUM: hlua: make hlua_ctx_renew() safe
2024-10-04  Aurelien DARRAGONREGTESTS: add some tests for 'do-log' action
2024-10-04  Aurelien DARRAGONMINOR: action: add do-log action
2024-10-04  Aurelien DARRAGONMINOR: log: add do_log_parse_act() helper func
2024-10-04  Aurelien DARRAGONMINOR: log: add do_log() logging helper
2024-10-04  Amaury DenoyelleMEDIUM: quic: decount out-of-order ACK data range for...
2024-10-04  Amaury DenoyelleMEDIUM: quic: merge contiguous/overlapping buffered...
2024-10-04  Amaury DenoyelleMINOR: quic: implement dedicated type for out-of-order...
2024-10-04  Amaury DenoyelleMEDIUM: quic: decount acknowledged data for MUX txbuf...
2024-10-04  Amaury DenoyelleMINOR: quic: strengthen qc_release_frm()
2024-10-04  Christopher... BUG/MINOR: stats: Fix the name for the total number...
2024-10-04  Amaury DenoyelleBUG/MAJOR: mux-quic: do not crash on empty STREAM frame...
2024-10-03  Willy Tarreau[RELEASE] Released version 3.1-dev9 v3.1-dev9
2024-10-02  Amaury DenoyelleBUG/MINOR: quic: fix trace on releasing STREAM frame...
2024-10-02  Amaury DenoyelleBUG/MINOR: mux-quic: fix crash on qcc_init() early...
2024-10-02  Christopher... BUG/MINOR: http-ana: Disable fast-fwd for unfinished...
2024-10-02  Christopher... MINOR: mux-h1: Use a dedicated function to conditionnal...
2024-10-02  Christopher... BUG/MINOR: mux-h1: Fix condition to set EOI on SE durin...
2024-10-02  Christopher... MINOR: tcpcheck: Add support for an option host header...
2024-10-02  Christopher... MINOR: trace: Be able to chain commands for a source...
2024-10-02  Christopher... MINOR: config/trace: Add a 'traces' section to declare...
2024-10-01  Willy TarreauBUG/MEDIUM: queue: always dequeue the backend when...
2024-10-01  Amaury DenoyelleMEDIUM: quic: refactor buffered STREAM ACK consuming
2024-10-01  Amaury DenoyelleMEDIUM: quic: handle out-of-order ACK at streamdesc...
2024-10-01  Amaury DenoyelleMINOR: quic: move buffered ACK to streambuf
2024-10-01  Amaury DenoyelleMINOR: quic: store streambuf in a streamdesc tree
2024-10-01  Amaury DenoyelleMINOR: quic: do not remove qc_stream_desc automatically...
2024-10-01  Amaury DenoyelleMINOR: quic: refactor STREAM room notification
2024-10-01  Amaury DenoyelleMEDIUM: quic: strengthen MUX send notification
2024-10-01  Amaury DenoyelleMINOR: quic: refactor MUX send notification
2024-10-01  Amaury DenoyelleMINOR: quic: remove unneeded notification of txbuf...
2024-10-01  Amaury DenoyelleMINOR: mux-quic: strengthen qcs_send_metadata() usage
2024-10-01  Amaury DenoyelleMINOR: quic: ensure txbuf realloc is only performed...
2024-10-01  Amaury DenoyelleMINOR: mux-quic: complete Tx infos for QCS dump
2024-10-01  Valentine KrasnobaevaMINOR: cfgparse-global: add dedicated parser for *env...
2024-10-01  Valentine KrasnobaevaBUG/MINOR: cfgparse-global: fix allowed args number...
next