haproxy-2.5.git
2021-10-06 Willy TarreauBUILD: compat: fix -Wundef on SO_REUSEADDR
2021-10-06 Willy TarreauBUILD: tree-wide: add several missing activity.h
2021-10-06 Willy TarreauBUILD: mworker: mworker-prog needs time.h for the ...
2021-10-06 Willy TarreauBUILD: tcp_sample: include missing errors.h and session-t.h
2021-10-06 Willy TarreauBUILD: cfgparse-ssl: add missing errors.h
2021-10-06 Willy TarreauBUILD: tree-wide: add missing http_ana.h from many...
2021-10-06 Willy TarreauBUILD: connection: connection.h needs list.h and server.h
2021-10-06 Willy TarreauBUILD: idleconns: include missing ebmbtree.h at several...
2021-10-06 Willy TarreauBUILD: compiler: add the container_of() and container_o...
2021-10-06 Willy TarreauBUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c
2021-10-06 Willy TarreauBUILD: peers: need to include eb{32/mb/pt}tree.h
2021-10-06 Willy TarreauBUILD: vars: need to include xxhash
2021-10-06 Willy TarreauBUILD: http_rules: requires http_ana-t.h for REDIRECT_*
2021-10-06 Willy TarreauBUILD: http_ana: need to include proxy-t to get redirec...
2021-10-06 Willy TarreauBUILD: sample: include openssl-compat
2021-10-06 Willy TarreauBUILD: httpclient: include missing ssl_sock-t
2021-10-06 Willy TarreauBUILD: resolvers: define missing types in resolvers.h
2021-10-06 Willy TarreauBUILD: stats: define several missing structures in...
2021-10-06 Willy TarreauBUILD: hlua: needs to include stream-t.h
2021-10-06 Willy TarreauBUILD: extcheck: needs to include stream-t.h
2021-10-06 Willy TarreauBUILD: action: add the relevant structures for function...
2021-10-06 Willy TarreauBUG/MEDIUM: sample: properly verify that variables...
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()
next