]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-06-30  Amaury DenoyelleBUG/MINOR: qpack: fix build with QPACK_DEBUG
2022-06-24  Willy Tarreau[RELEASE] Released version 2.7-dev1 v2.7-dev1
2022-06-24  Christopher... MEDIUM: bwlim: Add support of bandwith limitation at...
2022-06-24  Frédéric LécailleBUILD: quic+h3: 32-bit compilation errors fixes
2022-06-23  Frédéric LécailleBUG/MAJOR: quic: Big RX dgrams leak with POST requests
2022-06-23  Frédéric LécailleBUG/MAJOR: quic: Big RX dgrams leak when fulfilling...
2022-06-23  Frédéric LécailleBUG/MINOR: quic: Wrong reuse of fulfilled dgram RX...
2022-06-23  Willy TarreauMEDIUM: debug: improve DEBUG_MEM_STATS to also report...
2022-06-23  Willy TarreauCLEANUP: pool/tree-wide: remove suffix "_pool" from...
2022-06-23  Willy TarreauBUG/MINOR: stream: only free the req/res captures when set
2022-06-22  Christopher... MINOR: freq_ctr: Add a function to get events excess...
2022-06-22  Christopher... BUG/MINOR: http-fetch: Use integer value when possible...
2022-06-22  Christopher... BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER...
2022-06-22  Frédéric LécailleBUG/MINOR: quic: Missing acknowledgments for trailing...
2022-06-22  Remi Tricot... BUG/MINOR: ssl: Do not look for key in extra files...
2022-06-22  Willy TarreauBUILD: ssl_ckch: fix "maybe-uninitialized" build error...
2022-06-21  Willy TarreauTESTS: add a unit test for one_among_mask()
2022-06-21  Willy TarreauMINOR: intops: add a function to return a valid bit...
2022-06-21  William LallemandBUG/MEDIUM: mworker: use default maxconn in wait mode
2022-06-21  Frédéric LécailleMINOR: quic: Dump version_information transport parameter
2022-06-21  Frédéric LécailleBUG/MINOR: quic: Acknowledgement must be forced during...
2022-06-20  William LallemandREGTESTS: ssl: add the same cert for client/server
2022-06-20  William LallemandBUG/MEDIUM: ssl/cli: crash when crt inserted into a...
2022-06-20  Amaury DenoyelleBUG/MINOR: qpack: abort on dynamic index field line...
2022-06-20  Amaury DenoyelleBUG/MINOR: quic: free rejected Rx packets
2022-06-20  Amaury DenoyelleBUG/MINOR: quic: purge conn Rx packet list on release
2022-06-20  Frédéric LécailleBUG/MINOR: quic_stats: Duplicate "quic_streams_data_blo...
2022-06-20  Frédéric LécailleBUG/MINOR: quic: Unexpected half open connection counte...
2022-06-20  Frédéric LécailleBUILD: quic: Wrong HKDF label constant variable initial...
2022-06-19  Willy TarreauMEDIUM: debug: detect redefinition of symbols upon...
2022-06-19  Willy TarreauMEDIUM: debug: add a tainted flag when a shared library...
2022-06-19  Willy TarreauMINOR: hlua: add a new hlua_show_current_location(...
2022-06-19  Willy TarreauMINOR: hlua: don't dump empty entries in hlua_traceback()
2022-06-17  Christopher... BUG/MINOR: log: Properly test connection retries to...
2022-06-17  Christopher... CLEANUP: stconn: Don't expect to have no sedesc on...
2022-06-17  Christopher... MINOR: stream: Rely on stconn flags to abort stream...
2022-06-17  Christopher... BUG/MEDIUM: stream: Properly handle destructive client...
2022-06-16  Willy TarreauBUG/MINOR: task: fix thread assignment in tasklet_kill()
2022-06-16  Frédéric LécailleCLEANUP: quic: Remove any reference to boringssl
2022-06-16  Frédéric LécailleMEDIUM: quic: Compatible version negotiation implementa...
2022-06-16  Frédéric LécailleMINOR: quic: Released QUIC TLS extension for QUIC v2...
2022-06-16  Frédéric LécailleMEDIUM: quic: Add QUIC v2 draft support
2022-06-16  Frédéric LécailleCLEANUP: quid: QUIC draft-28 no more supported
2022-06-16  Frédéric LécailleMINOR: quic: Parse long packet version from qc_parse_hd...
2022-06-16  Frédéric LécailleBUG/MINOR: quic: Wrong PTO calculation
2022-06-16  Frédéric LécailleMINOR: quic: Add several nonce and key definitions...
2022-06-16  Frédéric LécailleBUG/MINOR: quic: Stop hardcoding Retry packet Version...
2022-06-15  Amaury DenoyelleBUG/BUILD: h3: fix wrong label name
2022-06-15  Amaury DenoyelleMINOR: qpack: implement standalone decoder tool
2022-06-15  Amaury DenoyelleMINOR: qpack: improve decoding function
2022-06-15  Amaury DenoyelleBUG/MINOR: h3/qpack: deal with too many headers
2022-06-15  Amaury DenoyelleMINOR: qpack: add ABORT_NOW on unimplemented decoding
2022-06-15  Amaury DenoyelleBUG/MINOR: qpack: support header litteral name decoding
2022-06-15  Amaury DenoyelleMINOR: qpack: reduce dependencies on other modules
2022-06-15  Amaury DenoyelleMINOR: qpack: add comments and remove a useless trace
2022-06-14  Willy TarreauDOC: design: update the task vs thread affinity require...
2022-06-14  Willy TarreauOPTIM: task: do not consult shared WQ when we're alread...
2022-06-14  Willy TarreauMINOR: thread: get rid of MAX_THREADS_MASK
2022-06-14  Willy TarreauCLEANUP: hlua: check for at least 2 threads on a task
2022-06-14  Willy TarreauMINOR: tinfo: remove the global thread ID bit (tid_bit)
2022-06-14  Willy TarreauCLEANUP: quic: use task_new_on() for single-threaded...
2022-06-14  Willy TarreauMINOR: task: move profiling bit to per-thread
2022-06-13  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix segfault on flow-control...
2022-06-13  Christopher... BUG/MEDIUM: cli: Notify cli applet won't consume data...
2022-06-13  Christopher... BUG/MEDIUM: stconn: Don't wakeup applet for send if...
2022-06-13  Christopher... CLEANUP: check: Remove useless tests on check's stream...
2022-06-13  Christopher... BUG/MINOR: tcp-rules: Make action call final on read...
2022-06-10  Amaury DenoyelleBUG/MINOR: mux-quic: fix memleak on frames rejected...
2022-06-10  Amaury DenoyelleMINOR: mux-quic: complete BUG_ON on TX flow-control...
2022-06-10  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix flow control connection Tx...
2022-06-10  Willy TarreauDOC: design: update the notes on thread groups
2022-06-10  Willy TarreauBUG/MINOR: cli/stats: add missing trailing LF after...
2022-06-10  Willy TarreauBUG/MINOR: server: do not enable DNS resolution on...
2022-06-10  Willy TarreauBUG/MINOR: cli/stats: add missing trailing LF after...
2022-06-09  Amaury DenoyelleBUG/MEDIUM: h3: fix SETTINGS parsing
2022-06-09  Amaury DenoyelleBUG/MINOR: h3: fix frame type definition
2022-06-09  Glenn StraussOPTIM: mux-h2: increase h2_settings_initial_window_size...
2022-06-09  Willy TarreauMEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE...
2022-06-08  Amaury DenoyelleBUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS...
2022-06-08  Christopher... REGTESTS: healthcheckmail: Relax health-check failure...
2022-06-08  Christopher... REGTESTS: healthcheckmail: Update the test to be functi...
2022-06-08  Christopher... BUG/MEDIUM: mailers: Set the object type for check...
2022-06-08  Christopher... BUG/MINOR: checks: Properly handle email alerts in...
2022-06-08  Christopher... BUG/MINOR: trace: Test server existence for health...
2022-06-08  Willy TarreauDEV: tcploop: add minimal UDP support
2022-06-08  Willy TarreauDEV: tcploop: add a new "bind" command to bind to ip...
2022-06-08  Willy TarreauDEV: tcploop: permit port 0 to ease handling of default...
2022-06-08  Willy TarreauDEV: tcploop: factor out the socket creation
2022-06-08  Willy TarreauDEV: tcploop: make it possible to change the target...
2022-06-08  Willy TarreauDEV: tcploop: make the current address the default...
2022-06-08  Willy TarreauDEV: tcploop: reorder options in the usage message
2022-06-08  Willy TarreauBUILD: compiler: implement unreachable for older compil...
2022-06-08  Benoit DOLEZBUILD: quic: fix anonymous union for gcc-4.4
2022-06-07  Amaury DenoyelleBUG/MINOR: h3: fix return value on decode_qcs on error
2022-06-07  Amaury DenoyelleMINOR: mux-quic/h3: adjust demuxing function return...
2022-06-07  Amaury DenoyelleMINOR: mux-quic: simplify decode_qcs API
2022-06-07  Amaury DenoyelleMINOR: h3: add h3c pointer into h3s instance
2022-06-07  Amaury DenoyelleMINOR: connection: support HTTP/3.0 for smp_*_http_majo...
2022-06-07  Christopher... REGTESTS: restrict_req_hdr_names: Extend supported...
2022-06-07  Christopher... REGTESTS: http_abortonclose: Extend supported versions
next