]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2023-07-06  Aurelien DARRAGONBUG/MINOR: sink: missing sft free in sink_deinit()
2023-07-06  Aurelien DARRAGONBUG/MINOR: http_ext: unhandled ERR_ABORT in proxy_http_...
2023-07-06  Aurelien DARRAGONBUG/MEDIUM: sink: invalid server list in sink_new_from_...
2023-07-04  Remi Tricot... BUG/MINOR: cache: A 'max-age=0' cache-control directive...
2023-07-03  Frédéric LécailleBUG/MINOR: quic: Possible crash in "show quic" dumping...
2023-07-03  Aurelien DARRAGONMEDIUM: sample: introduce 'same' output type
2023-07-03  Aurelien DARRAGONMEDIUM: tree-wide: fetches that may return IPV4+IPV6...
2023-07-03  Aurelien DARRAGONMINOR: sample: fix ipmask sample definition
2023-07-03  Aurelien DARRAGONMEDIUM: sample: add missing ADDR=>? compatibility matri...
2023-07-03  Aurelien DARRAGONMINOR: sample: introduce c_pseudo() conv function
2023-07-03  Aurelien DARRAGONMEDIUM: acl/sample: unify sample conv parsing in a...
2023-07-03  Aurelien DARRAGONBUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT
2023-07-03  Remi Tricot... DOC: ssl: Add ocsp-update troubleshooting clues and...
2023-07-03  Remi Tricot... DOC: ssl: Fix typo in 'ocsp-update' option
2023-07-03  Frédéric LécailleBUILD: quic: Compilation fixes for some gcc warnings...
2023-07-03  Frédéric LécailleBUG/MINOR: quic: Missing QUIC connection path member...
2023-07-03  Frédéric LécailleBUG/MINOR: quic: Possible leak when allocating an encry...
2023-07-02  Willy Tarreau[RELEASE] Released version 2.9-dev1 v2.9-dev1
2023-07-02  Willy TarreauBUILD: debug: avoid a build warning related to epoll_wa...
2023-06-30  Frédéric LécailleBUILD: quic: Add a DISGUISE() to please some compiler...
2023-06-30  Frédéric LécailleMINOR: quic: Drop packet with type for discarded packet...
2023-06-30  Frédéric LécailleMINOR: quic: Move the packet number space status at...
2023-06-30  Frédéric LécailleCLEANUP: quic: Remove a useless test about discarded...
2023-06-30  Frédéric LécailleMEDIUM: quic: Release encryption levels and packet...
2023-06-30  Frédéric LécailleCLEANUP: quic: Remove server specific about Initial...
2023-06-30  Frédéric LécailleMINOR: quic: Remove call to qc_rm_hp_pkts() from I...
2023-06-30  Frédéric LécailleMEDIUM: quic: Handle the RX in one pass
2023-06-30  Frédéric LécailleCLEANUP: quic: Remove two useless pools a low QUIC...
2023-06-30  Frédéric LécailleMINOR: quic: Reduce the maximum length of TLS secrets
2023-06-30  Frédéric LécailleMEDIUM: quic: Dynamic allocations of QUIC TLS encryptio...
2023-06-30  Frédéric LécailleMINOR: quic: Add a pool for the QUIC TLS encryption...
2023-06-30  Frédéric LécailleCLEANUP: quic: Remove qc_list_all_rx_pkts() defined...
2023-06-30  Frédéric LécailleMEDIUM: quic: Dynamic allocations of packet number...
2023-06-30  Frédéric LécailleMINOR: quic: Move packet number space related functions
2023-06-30  Frédéric LécailleMINOR: quic: Implement a packet number space identifica...
2023-06-30  Frédéric LécailleMINOR: quic: Move QUIC encryption level structure defin...
2023-06-30  Frédéric LécailleMINOR: quic: Move QUIC TLS encryption level related...
2023-06-30  Willy TarreauMINOR: compression/slz: add support for a pure flush...
2023-06-30  Willy TarreauIMPORT: slz: implement a synchronous flush() operation
2023-06-30  Frédéric LécailleBUG/MINOR: quic: Wrong endianess for version field...
2023-06-30  Frédéric LécailleBUG/MINOR: quic: Wrong Retry paquet version field endianess
2023-06-30  Frédéric LécailleBUG/MINOR: quic: Missing random bits in Retry packet...
2023-06-30  Patrick HemmerBUG/MINOR: config: fix stick table duplicate name check
2023-06-29  William LallemandMINOR: ssl: allow to change the client-sigalgs on serve...
2023-06-29  William LallemandMINOR: ssl: allow to change the server signature algori...
2023-06-27  Emeric BrunBUG/MEDIUM: quic: error checking buffer large enought...
2023-06-27  Willy TarreauBUILD: mux-h1: silence a harmless fallthrough warning
2023-06-26  William LallemandBUG/MINOR: ssl: SSL_ERROR_ZERO_RETURN returns CO_ER_SSL...
2023-06-26  William LallemandMEDIUM: ssl: handle the SSL_ERROR_ZERO_RETURN during...
2023-06-26  Frédéric LécailleBUG/MINOR: quic: Prevent deadlock with CID tree lock
2023-06-21  William LallemandBUG/MINOR: mworker: leak of a socketpair during startup...
2023-06-20  Aurelien DARRAGONREGTEST: add an extra testcase for ifnone-forwardfor
2023-06-20  Aurelien DARRAGONBUG/MINOR: http_ext: fix if-none regression in forwardf...
2023-06-20  Christopher... CLEANUP: mux-h1: Remove useless __maybe_unused statement
2023-06-20  Christopher... REGTESTS: Add a script to test the kernel splicing...
2023-06-20  Christopher... MEDIIM: mux-h1: Add splicing support for chunked messages
2023-06-20  Christopher... MEDIUM: filters/htx: Don't rely on HTX extra field...
2023-06-20  Christopher... MINOR: mux-h1: Add function to prepend the chunk crlf...
2023-06-20  Christopher... MINOR: mux-h1: Add function to append the chunk size...
2023-06-20  Christopher... REORG: mux-h1: Rename functions to emit chunk size...
2023-06-20  Christopher... MEDIUM: mux-h1: Split h1_process_mux() to make code...
2023-06-20  Christopher... REGTESTS: h1_host_normalization : Add a barrier to...
2023-06-20  Tim DuesterhusDOC: Attempt to fix dconv parsing error for tune.h2...
2023-06-20  Tim DuesterhusDOC: Add tune.h2.max-frame-size option to table of...
2023-06-20  Tim DuesterhusDOC: Add tune.h2.be.* and tune.h2.fe.* options to table...
2023-06-19  Frédéric LécailleBUG/MINOR: quic: Missing TLS secret context initialization
2023-06-19  Frédéric LécailleBUG/MINOR: quic: ticks comparison without ticks API use
2023-06-19  William LallemandBUG/MEDIUM: mworker: increase maxsock with each new...
2023-06-19  Frédéric LécailleBUG/MINOR: quic: Missing transport parameters initializ...
2023-06-16  Frédéric LécailleMINOR: quic: Remove pool_zalloc() from quic_dgram_parse()
2023-06-16  Frédéric LécailleMINOR: quic: Remove pool_zalloc() from qc_conn_alloc_ss...
2023-06-16  Frédéric LécailleMINOR: quic: Remove pool_zalloc() from qc_new_conn()
2023-06-16  Frédéric LécailleBUG/MINOR: quic: Possible endless loop in quic_lstnr_dg...
2023-06-14  Frédéric LécailleBUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_...
2023-06-14  Frédéric LécailleBUG/MINOR: quic: Missing initialization (packet number...
2023-06-14  Aurelien DARRAGONBUG/MINOR: namespace: missing free in netns_sig_stop()
2023-06-14  Aurelien DARRAGONBUG/MINOR: server: inherit from netns in srv_settings_cpy()
2023-06-14  Frédéric LécailleBUG/MINOR: quic: Address inversion in "show quic full"
2023-06-14  Frédéric LécailleBUG/MINOR: quic: Wrong encryption level flags checking
2023-06-12  William LallemandBUG/MINOR: ssl: log message non thread safe in SSL...
2023-06-12  Christopher... BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP...
2023-06-06  Aurelien DARRAGONBUG/MINOR: proxy/server: free default-server on deinit
2023-06-06  Aurelien DARRAGONBUG/MINOR: proxy: add missing interface bind free in...
2023-06-06  Aurelien DARRAGONBUG/MINOR: cfgparse-tcp: leak when re-declaring interfa...
2023-06-06  Aurelien DARRAGONDOC: config: fix rfc7239 converter examples (again)
2023-06-06  Aurelien DARRAGONDOC: config: fix jwt_verify() example using var()
2023-06-06  Artur PydoDOC: quic: fix misspelled tune.quic.socket-owner
2023-06-05  Christopher... REG-TESTS: stickiness: Delay haproxys start to properly...
2023-06-05  Christopher... BUG/MINOR: peers: Improve detection of config errors...
2023-06-05  Christopher... BUG/MINOR: spoe: Only skip sending new frame after...
2023-06-02  Frédéric LécailleCONTRIB: Add vi file extensions to .gitignore
2023-06-02  Frédéric LécailleBUG/MINOR: quic: Possible crash when SSL session init...
2023-06-02  Willy TarreauBUG/MINOR: stream: do not use client-fin/server-fin...
2023-06-02  Willy TarreauMINOR: stats: protect against future stats fields omissions
2023-06-02  Tim DuesterhusBUG/MINOR: stats: Fix Lua's `get_stats` function
2023-05-31  Willy Tarreau[RELEASE] Released version 2.9-dev0 v2.9-dev0
2023-05-31  Willy TarreauMINOR: version: mention that it's development again
2023-05-31  Willy Tarreau[RELEASE] Released version 2.8.0 v2.8.0
2023-05-31  Willy TarreauMINOR: version: mention that it's LTS now.
2023-05-31  Willy TarreauMINOR: quic/cli: clarify the "show quic" help message
next