]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
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...
next