haproxy-2.5.git
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
2021-10-06 Willy TarreauREORG: pools: uninline the UAF allocator and force...
2021-10-06 Willy TarreauCLEANUP: pools: pools-t.h doesn't need to include threa...
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
next