]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2023-05-24  Amaury DenoyelleMINOR: mux-quic: only set EOS on RESET_STREAM recv
2023-05-24  Amaury DenoyelleMINOR: mux-quic: set both EOI EOS for stream fin
2023-05-23  Ilya ShipitsinBUILD: quic: re-enable chacha20_poly1305 for libressl
2023-05-23  Mariam JohnDOC/MINOR: config: Fix typo in description for `ssl_bc...
2023-05-23  Willy TarreauDOC: internal: add a bit of documentation for the stcon...
2023-05-23  Willy TarreauMEDIUM: stconn: make the SE_FL_ERR_PENDING to ERROR...
2023-05-23  Christopher... MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone
2023-05-22  Amaury DenoyelleMINOR: quic: fix alignment of oneline show quic
2023-05-22  Amaury DenoyelleBUG/MINOR: quic: handle Tx packet allocation failure...
2023-05-22  Amaury DenoyelleMINOR: quic: use WARN_ON for encrypt failures
2023-05-22  Amaury DenoyelleMINOR: quic: remove return val of quic_aead_iv_build()
2023-05-22  Amaury DenoyelleCLEANUP: mux-quic/h3: complete BUG_ON with comments
2023-05-17  Daniel EppersonDOC: add size format section to manual
2023-05-17  Christopher... [RELEASE] Released version 2.8-dev12 v2.8-dev12
2023-05-17  Aurelien DARRAGONBUG/MINOR: debug: fix pointer check in debug_parse_cli_...
2023-05-17  Aurelien DARRAGONBUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_run...
2023-05-17  Christopher... MEDIUM: resolvers: Stop scheduling resolution during...
2023-05-17  Christopher... MEDIUM: checks: Stop scheduling healthchecks during...
2023-05-17  Ilya ShipitsinCI: drop Fedora m32 pipeline in favour of cross matrix
2023-05-17  Christopher... REGTESTS: log: Reduce again response inspect-delay...
2023-05-17  Christopher... CLEANUP: fcgi-app; Remove useless assignment to NULL
2023-05-17  Willy TarreauBUG/MINOR: clock: automatically adjust the internal...
2023-05-17  Willy TarreauMINOR: clock: provide a function to automatically adjus...
2023-05-17  Willy TarreauBUG/MINOR: checks: postpone the startup of health check...
2023-05-17  Willy TarreauMINOR: stats: report the boot time in "show info"
2023-05-17  Willy TarreauMINOR: clock: measure the total boot time
next