haproxy-2.5.git
2021-10-13 Amaury DenoyelleMEDIUM: h3: properly manage tx buffers for large data
2021-10-13 Amaury DenoyelleMEDIUM: mux-quic: rationalize tx buffers between qcc/qcs
2021-10-13 Remi Tricot... REGTESTS: ssl: Use mostly TLSv1.2 in ssl_errors test
2021-10-13 Remi Tricot... REGTESTS: ssl: Reenable ssl_errors test for OpenSSL...
2021-10-13 Remi Tricot... REGTESTS: ssl: Fix ssl_errors test for OpenSSL v3
2021-10-13 Remi Tricot... MINOR: ssl: Add ssllib_name_startswith precondition
2021-10-13 Remi Tricot... REGTESTS: ssl: Fix references to removed option in...
2021-10-13 William LallemandCI: github: switch to OpenSSL 3.0.0
2021-10-12 Tim DuesterhusBUG/MINOR: lua: Fix lua error handling in `hlua_config_...
2021-10-12 Christopher... CLEANUP: stream: Properly indent current_rule line...
2021-10-12 Christopher... MINOR: stream: report the current filter in "show sess...
2021-10-12 Willy TarreauMINOR: stream: report the current rule in "show sess...
2021-10-12 Willy TarreauMINOR: rules: add a file name and line number to act_rules
2021-10-12 Willy TarreauMINOR: rules: add a new function new_act_rule() to...
2021-10-10 Olivier HouchardMINOR: initcall: Rename __GLOBL and __GLOBL1.
2021-10-08 Willy Tarreau[RELEASE] Released version 2.5-dev9 v2.5-dev9
2021-10-08 Willy TarreauMEDIUM: stick-table: never learn the "conn_cur" value...
2021-10-08 Willy TarreauMEDIUM: config: resolve relative threads on bind lines...
2021-10-08 Willy TarreauMINOR: threads: add a new function to resolve config...
2021-10-08 Willy TarreauMEDIUM: listeners: support the definition of thread...
2021-10-08 Willy TarreauMINOR: debug: report the group and thread ID in the...
2021-10-08 Willy TarreauMINOR: threads: add the current group ID in thread...
2021-10-08 Willy TarreauMEDIUM: threads: replace ha_set_tid() with ha_set_thread()
2021-10-08 Willy TarreauMINOR: threads: set the tid, ltid and their bit in...
2021-10-08 Willy TarreauMINOR: threads: set the group ID and its bit in the...
2021-10-08 Willy TarreauMEDIUM: threads: automatically assign threads to groups
2021-10-08 Willy TarreauMINOR: threads: make tg point to the current thread...
2021-10-08 Willy TarreauMINOR: global: add a new "thread-group" directive
2021-10-08 Willy TarreauMINOR: global: add a new "thread-groups" directive
2021-10-08 Willy TarreauMINOR: threads: introduce a minimalistic notion of...
2021-10-08 Willy TarreauMINOR: thread: make "ti" a const pointer and clean...
2021-10-08 Willy TarreauREORG: thread/sched: move the last dynamic thread_info...
2021-10-08 Willy TarreauREORG: thread/sched: move the thread_info flags to...
2021-10-08 Willy TarreauREORG: thread/clock: move the clock parts of thread_inf...
2021-10-08 Willy TarreauREORG: thread/sched: move the task_per_thread stuff...
2021-10-08 Willy TarreauCLEANUP: wdt: do not remap SI_TKILL to SI_LWP, test...
2021-10-08 Willy TarreauMINOR: wdt: move wd_timer to wdt.c
2021-10-08 Willy TarreauMINOR: clock: move the clock_ids to clock.c
2021-10-08 Willy TarreauREORG: clock/wdt: move wdt timer initialization to...
2021-10-08 Willy TarreauREORG: clock: move the clock_id initialization to clock.c
2021-10-08 Willy TarreauCLEANUP: clock: stop exporting before_poll and after_poll
2021-10-08 Willy TarreauMINOR: activity: get the run_time from the clock updates
2021-10-08 Willy TarreauREORG: clock: move the updates of cpu/mono time to...
2021-10-08 Willy TarreauREORG: time: move time-keeping code and variables to...
2021-10-08 Willy TarreauBUILD: init: avoid a build warning on FreeBSD with...
2021-10-08 Willy TarreauBUILD: connection: avoid a build warning on FreeBSD...
2021-10-08 Amaury DenoyelleBUG/MINOR: quic: fix includes for compilation
2021-10-08 Amaury DenoyelleCLEANUP: mux-quic: remove unused code
2021-10-08 Amaury DenoyelleMINOR: qpack: fix memory leak on huffman decoding
2021-10-08 Amaury DenoyelleMINOR: qpack: support non-indexed http status code...
2021-10-08 Amaury DenoyelleMINOR: qpack: do not encode invalid http status code
2021-10-08 Christopher... BUG/MEDIUM: mux_h2: Handle others remaining read0 cases...
2021-10-07 Amaury DenoyelleBUG/MAJOR: quic: remove qc from receiver cids tree...
2021-10-07 Amaury DenoyelleMINOR: mux-quic: release connection if no more bidir...
2021-10-07 Amaury DenoyelleBUG/MAJOR: xprt-quic: do not queue qc timer if not set
2021-10-07 Amaury DenoyelleBUG/MEDIUM: mux-quic: reinsert all streams in by_id...
2021-10-07 Frédéric LécailleMINOR: quic: Fix SSL error issues (do not use ssl_bio_a...
2021-10-07 Frédéric LécailleMINOR: quic: BUG_ON() SSL errors.
2021-10-07 Frédéric LécailleMINOR: quic: Add a function to dump SSL stack errors
2021-10-07 Frédéric LécailleMINOR: quic: Distinguish packet and SSL read enc. level...
2021-10-07 Willy TarreauMINOR: pools: report the amount used by thread caches...
2021-10-07 Amaury DenoyelleBUG/MINOR: task: fix missing include with DEBUG_TASK
2021-10-07 Thayne McCombsDOC: configuration: add clarification on escaping in...
2021-10-06 Willy TarreauCLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_r...
2021-10-06 Willy TarreauMINOR: thread: use a dedicated static pthread_t array...
2021-10-06 Willy TarreauREORG: thread: move ha_get_pthread_id() to thread.c
2021-10-06 Willy TarreauREORG: thread: move the thread init/affinity/stop to...
2021-10-06 Willy TarreauCLENAUP: wdt: use ha_tkill() instead of accessing pthre...
2021-10-06 Willy TarreauREORG: fd: uninline compute_poll_timeout()
2021-10-06 Willy TarreauCLEANUP: fd: do not include time.h
2021-10-06 Willy TarreauCLEANUP: time: move a few configurable defines to defau...
2021-10-06 Willy TarreauREORG: task: uninline the loop time measurement code
2021-10-06 Willy TarreauREORG: connection: uninline the rest of the alloc/free...
2021-10-06 Willy TarreauCLEANUP: connection: remove unneeded tcpcheck-t.h and...
2021-10-06 Willy TarreauCLEANUP: connection: do not include http_ana!
2021-10-06 Willy TarreauREORG: connection: move the largest inlines from connec...
2021-10-06 Willy TarreauCLEANUP: tree-wide: only include ebtree-t from type...
2021-10-06 Willy TarreauREORG: ebtree: split structures into their own file...
2021-10-06 Willy TarreauREORG: server: uninline the idle conns management functions
2021-10-06 Willy TarreauREORG: connection: uninline conn_notify_mux() and conn_...
2021-10-06 Willy TarreauREORG: connection: move the hash-related stuff to conne...
2021-10-06 Willy TarreauMINOR: connection: use uint64_t for the hashes
2021-10-06 Willy TarreauCLEANUP: stick-table: no need to include socket nor...
2021-10-06 Willy TarreauCLEANUP: stream: remove many unneeded includes from...
2021-10-06 Willy TarreauREORG: acitvity: uninline sched_activity_entry()
2021-10-06 Willy TarreauREORG: activity: uninline activity_count_runtime()
2021-10-06 Willy TarreauCLEANUP: tree-wide: remove unneeded include time.h...
2021-10-06 Willy TarreauREORG: time/ticks: move now_ms and global_now_ms defini...
2021-10-06 Willy TarreauREORG: sched: moved samp_time and idle_time to task...
2021-10-06 Willy TarreauREORG: sample: move the crypto samples to ssl_sample.c
2021-10-06 Willy TarreauREORG: ssl-sock: move the sslconns/totalsslconns counte...
2021-10-06 Willy TarreauCLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set...
2021-10-06 Willy TarreauCLEANUP: mux_fcgi: remove dependency on ssl_sock
2021-10-06 Willy TarreauREORG: ssl: move ssl_sock_is_ssl() to connection.h...
2021-10-06 Willy TarreauCLEANUP: servers: do not include openssl-compat
2021-10-06 Willy TarreauCLEANUP: listeners: do not include openssl-compat
2021-10-06 Willy TarreauREORG: listener: move bind_conf_alloc() and listener_st...
2021-10-06 Willy TarreauCLEANUP: remove some unneeded includes from applet-t.h
2021-10-06 Willy TarreauMINOR: thread/debug: replace nsec_now() with now_mono_t...
2021-10-06 Willy TarreauREORG: thread: uninline the lock-debugging code
next