]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-10-06  Willy TarreauMINOR: sample: provide a generic var-to-sample conversi...
2021-10-06  Willy TarreauCLEANUP: sample: uninline sample_conv_var2smp_str()
2021-10-06  Willy TarreauCLEANUP: sample: rename sample_conv_var2smp() to *_sint
2021-10-06  Willy TarreauCLEANUP: server: always include the storage for SSL...
2021-10-06  William LallemandMINOR: httpclient/lua: supports headers via named arguments
2021-10-06  William LallemandBUG/MINOR: httpclient/lua: does not process headers...
2021-10-06  William LallemandMINOR: httpclient: destroy checks if a client was start...
2021-10-06  William LallemandBUG/MEDIUM: httpclient/lua: crash because of b_xfer...
2021-10-06  William LallemandMINOR: httpclient/lua: implement garbage collection
2021-10-06  William LallemandMINOR: httpclient: test if started during stop_and_dest...
2021-10-06  William LallemandMINOR: httpclient: stop_and_destroy() ask the applet...
2021-10-06  William LallemandMINOR: httpclient: set HTTPCLIENT_F_ENDED only in release
2021-10-06  William LallemandMINOR: httpclient: destroy() must free the headers...
2021-10-04  Christopher... BUG/MEDIUM: http-ana: Clear request analyzers when...
2021-10-04  Christopher... BUG/MEDIUM: filters: Fix a typo when a filter is attach...
2021-10-01  Willy TarreauREORG: sched: move the stolen CPU time detection to...
2021-10-01  Willy TarreauREORG: sched: move idle time calculation from time...
2021-10-01  Willy TarreauMINOR: time: uninline report_idle() and move it to...
2021-10-01  Willy TarreauMINOR: task: provide 3 task_new_* wrappers to simplify...
2021-10-01  Willy TarreauCLEANUP: tasks: remove the long-unused work_lists
2021-09-30  William LallemandREGTESTS: ssl: wrong feature cmd in show_ssl_ocsprespon...
2021-09-30  William LallemandREGTESTS: ssl: show_ssl_ocspresponse w/ freebsd won...
2021-09-30  Willy TarreauMINOR: tasks: catch TICK_ETERNITY with BUG_ON() in...
2021-09-30  Christopher... BUG/MINOR: tcp-rules: Stop content rules eval on read...
2021-09-30  Christopher... BUG/MINOR: tcpcheck: Don't use arg list for default...
2021-09-30  Christopher... MINOR: arg: Be able to forbid unresolved args when...
2021-09-30  Willy TarreauBUG/MAJOR: lua: use task_wakeup() to properly run a...
2021-09-30  Willy TarreauBUG/MEDIUM: lua: fix wakeup condition from sleep()
2021-09-30  William LallemandREGTESTS: ssl: enable ssl_crt-list_filters.vtc again
2021-09-30  William LallemandREGTESTS: ssl: enable show_ssl_ocspresponse.vtc again
2021-09-30  Remi Tricot... MINOR: ssl: Store the last SSL error code in case of...
2021-09-30  Remi Tricot... MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err
2021-09-30  Remi Tricot... MINOR: ssl: Set connection error code in case of SSL...
2021-09-29  William LallemandMINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_...
2021-09-29  Emeric BrunDOC: peers: fix doc "enable" statement on "peers" sections
2021-09-28  Willy TarreauREORG: pools: move default settings to defaults.h
2021-09-28  Christopher... REGTESTS: Add script to validate T-E header parsing
2021-09-28  Christopher... BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unkno...
2021-09-28  Christopher... MINOR: h1: Change T-E header parsing to fail if chunked...
2021-09-28  Christopher... MINOR: http: Add 422-Unprocessable-Content error message
2021-09-28  Christopher... BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only...
2021-09-28  Christopher... MEDIUM: h1: Force close mode for invalid uses of T...
2021-09-28  Christopher... MEDIUM: mux-h1: Reject HTTP/1.0 GET/HEAD/DELETE request...
2021-09-28  Christopher... MINOR: mux-h1: Be able to set custom status code on...
2021-09-28  Christopher... MINOR: mux-h1: Set error code if possible when MUX_EXIT...
2021-09-28  Christopher... MINOR: log: Try to get the status code when MUX_EXIT_ST...
2021-09-28  Willy TarreauMINOR: init: extract the setup and end of threads to...
2021-09-28  Willy TarreauMEDIUM: init: de-uglify the per-thread affinity setting
2021-09-28  Willy TarreauCLEANUP: init: remove useless test against MAX_THREADS...
2021-09-27  Willy TarreauMINOR: config: use a standard parser for the "nbthread...
2021-09-26  William LallemandBUG/MEDIUM: httpclient: replace ist0 by istptr
2021-09-24  William LallemandRevert "head-truc"
2021-09-24  William LallemandREGTESTS: lua: test the httpclient:get() feature
2021-09-24  William Lallemandhead-truc
2021-09-24  Willy Tarreau[RELEASE] Released version 2.5-dev8 v2.5-dev8
2021-09-24  Tim DuesterhusCLEANUP: slz: Mark `reset_refs` as static
2021-09-24  William LallemandBUG/MINOR: httpclient/lua: return an error on argument...
2021-09-24  William LallemandMINOR: httpclient/lua: implement the headers in the...
2021-09-24  William LallemandMINOR: httpclient/lua: httpclient:get() API in lua
2021-09-24  William LallemandMINOR: httpclient: httpclient_ended() returns 1 if...
2021-09-24  William LallemandMINOR: httpclient: httpclient_data() returns the availa...
2021-09-24  Thierry FournierCLEANUP: stats: Fix some alignment mistakes
2021-09-24  Thierry FournierMINOR: stats: Enable dark mode on stat web page
2021-09-23  Dragan DosenBUG/MINOR: http-ana: increment internal_errors counter...
2021-09-23  Christopher... MINOR: stream-int: Notify mux when the buffer is not...
2021-09-23  Christopher... BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_rec...
2021-09-23  Christopher... MINOR: htx: Add a function to know if the free space...
2021-09-23  Christopher... MINOR: htx: Add an HTX flag to know when a message...
2021-09-23  Christopher... MINOR: stream-int: Set CO_RFL transient/persistent...
2021-09-23  Christopher... BUG/MEDIUM: stream: Stop waiting for more data if SI...
2021-09-23  Christopher... BUG/MEDIUM: stream-int: Notify stream that the mux...
2021-09-23  Christopher... BUG/MEDIUM: mux-h1: Adjust conditions to ask more space...
2021-09-23  Christopher... BUG/MINOR: h1-htx: Fix a typo when request parser is...
2021-09-23  Amaury DenoyelleMINOR: quic: fix qcc subs initialization
2021-09-23  Amaury DenoyelleMEDIUM: quic: implement mux release/conn free
2021-09-23  Amaury DenoyelleMINOR: quic: define close handler
2021-09-23  Frédéric LécailleMINOR: quic: Crash upon too big packets receipt
2021-09-23  Frédéric LécailleMINOR: quic: Possible endless loop in qc_treat_rx_pkts()
2021-09-23  Frédéric LécailleMINOR: quic: RX packets memory leak
2021-09-23  Frédéric LécailleCLEANUP: quic: Remove useless inline functions
2021-09-23  Frédéric LécailleMINOR: quic: Wake up the xprt from mux
2021-09-23  Frédéric LécailleMINOR: quic: Implement qc_process_mux()
2021-09-23  Frédéric LécailleMINOR: quic: Stream FIN bit fix in qcs_push_frame()
2021-09-23  Frédéric LécailleMINOR: quic: Wake up the mux upon ACK receipt
2021-09-23  Frédéric LécailleMINOR: quic: Implement quic_conn_subscribe()
2021-09-23  Frédéric LécailleMINOR: mux_quic: Export the mux related flags
2021-09-23  Frédéric LécailleMINOR: quic: Add useful trace about pktns discarding
2021-09-23  Frédéric LécailleMINOR: quic: Initial packet number spaced not discarded
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet number space selection in...
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet loss detection due to wrong...
2021-09-23  Frédéric LécailleMINOR: quic_tls: Client/serveur state reordering
2021-09-23  Frédéric LécailleMINOR: quic: Constantness fixes for frame builders...
2021-09-23  Frédéric LécailleMINOR: quic: Wrong packet flags settings during frame...
2021-09-23  Frédéric LécailleMINOR: quic: Confusion between TX/RX for the frame...
2021-09-23  Frédéric LécailleMINOR: quic: Add a typedef for unsigned long long
2021-09-23  Frédéric LécailleMINOR: mux_quic: move qc_process() code to qc_send()
2021-09-23  Frédéric LécailleMINOR: quic: Make use of buffer structs to handle STREA...
2021-09-23  Frédéric LécailleMINOR: buf: Add b_force_xfer() function
2021-09-23  Frédéric LécailleMINOR: quic_sock: Do not flag QUIC connections as being set
2021-09-23  Frédéric LécailleMINOR: quic: Missing active_connection_id_limit default...
next