haproxy-3.0.git
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
2023-05-31 Willy TarreauEXAMPLES: update the basic-config-edge file for 2.8
2023-05-31 Frédéric LécailleMINOR: quic: Add QUIC connection statistical counters...
2023-05-31 Willy TarreauDOC: install: clarify a few points on the wolfSSL build...
2023-05-31 Willy TarreauDOC: install: mention the common strict-aliasing warnin...
2023-05-31 Willy TarreauCLEANUP: doc: remove 21 totally obsolete docs
2023-05-31 Willy TarreauBUILD: Makefile: use -pthread not -lpthread when thread...
2023-05-31 Christopher... DOC: config: Fix bind/server/peer documentation in...
2023-05-31 Willy TarreauBUG/MINOR: mux-h2: refresh the idle_timer when the...
2023-05-30 Amaury DenoyelleCLEANUP: mux-quic: rename internal functions
2023-05-30 Amaury DenoyelleCLEANUP: mux-quic: rename functions for mux_ops
2023-05-30 Amaury DenoyelleDOC: quic: remove experimental status for QUIC
2023-05-30 Aurelien DARRAGONDOC: config: fix rfc7239 converter examples
2023-05-27 Willy TarreauBUG/MEDIUM: threads: fix a tiny race in thread_isolate()
2023-05-26 Amaury DenoyelleBUG/MEDIUM: mux-quic: only set EOI on FIN
2023-05-26 Amaury DenoyelleMINOR: quic: fix stats naming for flow control BLOCKED...
2023-05-26 Amaury DenoyelleMINOR: mux-quic: remove nb_streams from qcc
2023-05-26 Amaury DenoyelleCLEANUP: mux-quic: remove unneeded fields in qcc
2023-05-26 William LallemandDOC: install: specify the minimum openssl version recom...
2023-05-26 Aurelien DARRAGONBUILD: init: print rlim_cur as regular integer
2023-05-26 eaglegaiBUG/MINOR: thread: add a check for pthread_create
2023-05-26 eaglegaiBUG/MINOR: ssl_sock: add check for ha_meth
2023-05-26 William LallemandDOC: install: add details about WolfSSL
2023-05-26 Patrick HemmerMINOR: init: pre-allocate kernel data structures on...
2023-05-25 Willy TarreauBUILD: makefile: search for SSL_INC/wolfssl before...
2023-05-25 Christopher... MINOR: compression: Improve the way Vary header is...
2023-05-24 Willy Tarreau[RELEASE] Released version 2.8-dev13 v2.8-dev13
2023-05-24 Willy TarreauSCRIPTS: publish-release: update the umask to keep...
2023-05-24 Willy TarreauDOC: install: update reference to known supported versions
2023-05-24 Willy TarreauBUILD: compiler: systematically set USE_OBSOLETE_LINKER...
2023-05-24 Willy TarreauBUILD: ist: use the literal declaration for ist_lc...
2023-05-24 Willy TarreauBUILD: ist: do not put a cast in an array declaration
2023-05-24 Willy TarreauBUILD: makefile: fix build options when building tools...
2023-05-24 Willy TarreauBUILD: makefile: commit the tiny FreeBSD makefile stub
2023-05-24 Aurelien DARRAGONBUG/MINOR: hlua: unsafe hlua_lua2smp() usage
2023-05-24 Aurelien DARRAGONDOC: hlua: document hlua_lua2smp() function
2023-05-24 Aurelien DARRAGONDOC: hlua: document hlua_lua2arg() function
2023-05-24 Aurelien DARRAGONMINOR: hlua: hlua_arg2lua() may LJMP
2023-05-24 Aurelien DARRAGONMINOR: hlua: hlua_smp2lua() may LJMP
2023-05-24 Aurelien DARRAGONMINOR: hlua: hlua_smp2lua_str() may LJMP
2023-05-24 Frédéric LécailleMINOR: quic: Add a counter for sent packets
2023-05-24 Frédéric LécailleMINOR: quic: Add some counters at QUIC connection level
2023-05-24 Frédéric LécailleCLEANUP: quic: Useless tests in qc_rx_pkt_handle()
2023-05-24 Frédéric LécailleCLEANUP: quic: Indentation fix quic_rx_pkt_retrieve_conn()
2023-05-24 Frédéric LécailleMINOR: quic: Align "show quic" command help information
2023-05-24 Frédéric LécailleBUG/MINOR: quic: Missing Retry token length on receipt
2023-05-24 Frédéric LécailleBUG/MINOR: quic: Wrong token length check (quic_generat...
2023-05-24 Frédéric LécailleMINOR: quic: Add low level traces (addresses, DCID)
2023-05-24 Willy TarreauBUILD: makefile: do not erase build options for some...
2023-05-24 Willy TarreauCLEANUP: makefile: don't display a dummy features list...
2023-05-24 Amaury DenoyelleDEV: add a Lua helper script for SSL keys logging
2023-05-24 Christopher... BUG/MEDIUM: mux-h2: Propagate termination flags when...
2023-05-24 Christopher... MINOR: mux-h2: Add a function to propagate termination...
2023-05-24 Christopher... MINOR: mux-h2: Set H2_SF_ES_RCVD flag when decoding...
2023-05-24 Christopher... BUG/MINOR: mux-h2: Check H2_SF_BODY_TUNNEL on H2S flags...
2023-05-24 Willy TarreauBUILD: makefile: fix build issue on GNU make < 3.82
2023-05-24 Amaury DenoyelleMINOR: mux-quic: report error on stream-endpoint earlier
next