]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Fix another possible uninitialized...
2022-06-03  Christopher... BUILD: ssl_ckch: Fix build error about a possible unini...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Fix possible uninitialized value...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Fix possible uninitialized value...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Fix possible uninitialized value...
2022-06-03  Christopher... MINOR: ssl_ckch: Remove service context for "set ssl...
2022-06-03  Christopher... MINOR: ssl_ckch: Remove service context for "set ssl...
2022-06-03  Christopher... MINOR: ssl_ckch: Remove service context for "set ssl...
2022-06-03  Christopher... MINOR: ssl_ckch: Simplify structure used to commit...
2022-06-03  Christopher... CLEANUP: ssl_ckch: Remove unused field in commit_cacrlf...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Init right field when parsing...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Dump cert transaction only once...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Dump CA transaction only once...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Dump CRL transaction only once...
2022-06-03  Christopher... BUG/MINOR: ssl_ckch: Use right type for old entry in...
2022-06-03  Christopher... MINOR: ssl_ckch: Simplify I/O handler to commit changes...
2022-06-03  Christopher... CLEANUP: ssl_ckch: Use corresponding enum for commit_ca...
2022-06-02  Christopher... REGTESTS: http_request_buffer: Increase client timeout...
2022-06-02  Christopher... REGTESTS: abortonclose: Add a barrier to not mix up...
2022-06-02  Tim DuesterhusCLEANUP: Re-apply xalloc_size.cocci (2)
2022-06-02  Christopher... MEDIUM: http-ana: Always report rewrite failures as...
2022-06-01  Christopher... MEDIUM: httpclient: Don't close CLI applet at the end...
2022-06-01  Christopher... BUG/MEDIUM: httpclient: Rework CLI I/O handler to handl...
2022-06-01  Christopher... BUG/MEDIUM: httpclient: Don't remove HTX header blocks...
2022-06-01  Christopher... BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handl...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Don't duplicate path when replacin...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Don't duplicate path when replacin...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if...
2022-06-01  Christopher... BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Free error msg if commit changes...
2022-06-01  Christopher... BUG/MINOR: ssl_ckch: Free error msg if commit changes...
2022-05-31  Willy Tarreau[RELEASE] Released version 2.7-dev0 v2.7-dev0
2022-05-31  Willy TarreauMINOR: version: it's development again
2022-05-31  Willy Tarreau[RELEASE] Released version 2.6.0 v2.6.0
2022-05-31  Willy TarreauMINOR: version: mention that it's LTS now.
2022-05-31  Willy TarreauDOC: intro: adjust the numbering of paragrams to keep...
2022-05-31  Amaury DenoyelleBUG/MINOR: qpack: do not consider empty enc/dec stream...
2022-05-31  Amaury DenoyelleCLEANUP: quic: remove useless check on local UNI stream...
next