- 4c67bd6 [RELEASE] Released version 2.5-dev9 by Willy Tarreau · 3 years, 2 months ago
- db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · 3 years, 2 months ago
- e3f4d74 MEDIUM: config: resolve relative threads on bind lines to absolute ones by Willy Tarreau · 3 years, 2 months ago
- 627def9 MINOR: threads: add a new function to resolve config groups and masks by Willy Tarreau · 3 years, 2 months ago
- d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · 3 years, 2 months ago
- a3870b7 MINOR: debug: report the group and thread ID in the thread dumps by Willy Tarreau · 3 years, 2 months ago
- b90935c MINOR: threads: add the current group ID in thread-local "tgid" variable by Willy Tarreau · 3 years, 2 months ago
- 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · 3 years, 2 months ago
- cc7a11e MINOR: threads: set the tid, ltid and their bit in thread_cfg by Willy Tarreau · 3 years, 2 months ago
- 6eee85f MINOR: threads: set the group ID and its bit in the thread group by Willy Tarreau · 3 years, 2 months ago
- e6806eb MEDIUM: threads: automatically assign threads to groups by Willy Tarreau · 3 years, 2 months ago
- fc69e41 MINOR: threads: make tg point to the current thread's group by Willy Tarreau · 3 years, 2 months ago
- d04bc3a MINOR: global: add a new "thread-group" directive by Willy Tarreau · 3 years, 2 months ago
- c33b969 MINOR: global: add a new "thread-groups" directive by Willy Tarreau · 3 years, 2 months ago
- f966284 MINOR: threads: introduce a minimalistic notion of thread-group by Willy Tarreau · 3 years, 2 months ago
- 6036342 MINOR: thread: make "ti" a const pointer and clean up thread_info a bit by Willy Tarreau · 3 years, 2 months ago
- b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · 3 years, 2 months ago
- 45c38e2 REORG: thread/clock: move the clock parts of thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- 1a9c922 REORG: thread/sched: move the task_per_thread stuff to thread_ctx by Willy Tarreau · 3 years, 2 months ago
- 6414e44 CLEANUP: wdt: do not remap SI_TKILL to SI_LWP, test the values directly by Willy Tarreau · 3 years, 2 months ago
- b474f43 MINOR: wdt: move wd_timer to wdt.c by Willy Tarreau · 3 years, 2 months ago
- 2169498 MINOR: clock: move the clock_ids to clock.c by Willy Tarreau · 3 years, 2 months ago
- 6cb0c39 REORG: clock/wdt: move wdt timer initialization to clock.c by Willy Tarreau · 3 years, 2 months ago
- 44c58da REORG: clock: move the clock_id initialization to clock.c by Willy Tarreau · 3 years, 2 months ago
- 2c6a998 CLEANUP: clock: stop exporting before_poll and after_poll by Willy Tarreau · 3 years, 2 months ago
- 20adfde MINOR: activity: get the run_time from the clock updates by Willy Tarreau · 3 years, 2 months ago
- f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · 3 years, 2 months ago
- 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
- 28345c6 BUILD: init: avoid a build warning on FreeBSD with USE_PROCCTL by Willy Tarreau · 3 years, 2 months ago
- de361ad BUILD: connection: avoid a build warning on FreeBSD with SO_USER_COOKIE by Willy Tarreau · 3 years, 2 months ago
- eb01f59 BUG/MINOR: quic: fix includes for compilation by Amaury Denoyelle · 3 years, 2 months ago
- 769e9ff CLEANUP: mux-quic: remove unused code by Amaury Denoyelle · 3 years, 2 months ago
- 9c8c4fa MINOR: qpack: fix memory leak on huffman decoding by Amaury Denoyelle · 3 years, 2 months ago
- 3a590c7 MINOR: qpack: support non-indexed http status code encoding by Amaury Denoyelle · 3 years, 2 months ago
- fccffe0 MINOR: qpack: do not encode invalid http status code by Amaury Denoyelle · 3 years, 2 months ago
- 485da0b BUG/MEDIUM: mux_h2: Handle others remaining read0 cases on partial frames by Christopher Faulet · 3 years, 2 months ago
- 2af1985 BUG/MAJOR: quic: remove qc from receiver cids tree on free by Amaury Denoyelle · 3 years, 2 months ago
- d595f10 MINOR: mux-quic: release connection if no more bidir streams by Amaury Denoyelle · 3 years, 2 months ago
- 336f6fd BUG/MAJOR: xprt-quic: do not queue qc timer if not set by Amaury Denoyelle · 3 years, 2 months ago
- 139814a BUG/MEDIUM: mux-quic: reinsert all streams in by_id tree by Amaury Denoyelle · 3 years, 2 months ago
- 75dd2b7 MINOR: quic: Fix SSL error issues (do not use ssl_bio_and_sess_init()) by Frédéric Lécaille · 3 years, 2 months ago
- 7c881bd MINOR: quic: BUG_ON() SSL errors. by Frédéric Lécaille · 3 years, 2 months ago
- 6f0fadb MINOR: quic: Add a function to dump SSL stack errors by Frédéric Lécaille · 3 years, 2 months ago
- 57e6e9e MINOR: quic: Distinguish packet and SSL read enc. level in traces by Frédéric Lécaille · 3 years, 2 months ago
- 1b4a714 MINOR: pools: report the amount used by thread caches in "show pools" by Willy Tarreau · 3 years, 2 months ago
- 1a9b8a6 BUG/MINOR: task: fix missing include with DEBUG_TASK by Amaury Denoyelle · 3 years, 2 months ago
- cd34ad7 DOC: configuration: add clarification on escaping in keyword arguments by Thayne McCombs · 3 years, 2 months ago
- aa99276 CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax() by Willy Tarreau · 3 years, 2 months ago
- 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · 3 years, 2 months ago
- 4eeb883 REORG: thread: move ha_get_pthread_id() to thread.c by Willy Tarreau · 3 years, 2 months ago
- d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · 3 years, 2 months ago
- 19b18ad CLENAUP: wdt: use ha_tkill() instead of accessing pthread directly by Willy Tarreau · 3 years, 2 months ago
- b63888c REORG: fd: uninline compute_poll_timeout() by Willy Tarreau · 3 years, 2 months ago
- c91f608 CLEANUP: fd: do not include time.h by Willy Tarreau · 3 years, 2 months ago
- 561958c CLEANUP: time: move a few configurable defines to defaults.h by Willy Tarreau · 3 years, 2 months ago
- d8b325c REORG: task: uninline the loop time measurement code by Willy Tarreau · 3 years, 2 months ago
- 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · 3 years, 2 months ago
- 7969986 CLEANUP: connection: remove unneeded tcpcheck-t.h and use only session-t.h by Willy Tarreau · 3 years, 2 months ago
- 5d921c5 CLEANUP: connection: do not include http_ana! by Willy Tarreau · 3 years, 2 months ago
- aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · 3 years, 2 months ago
- 1db546e CLEANUP: tree-wide: only include ebtree-t from type files by Willy Tarreau · 3 years, 2 months ago
- 9b7a617 REORG: ebtree: split structures into their own file ebtree-t.h by Willy Tarreau · 3 years, 2 months ago
- 260f324 REORG: server: uninline the idle conns management functions by Willy Tarreau · 3 years, 2 months ago
- 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · 3 years, 2 months ago
- e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · 3 years, 2 months ago
- fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · 3 years, 2 months ago
- 74f9817 CLEANUP: stick-table: no need to include socket nor in.h by Willy Tarreau · 3 years, 2 months ago
- 172c17b CLEANUP: stream: remove many unneeded includes from stream-t.h by Willy Tarreau · 3 years, 2 months ago
- a26be37 REORG: acitvity: uninline sched_activity_entry() by Willy Tarreau · 3 years, 2 months ago
- e065022 REORG: activity: uninline activity_count_runtime() by Willy Tarreau · 3 years, 2 months ago
- 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
- f2d0ec9 REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h by Willy Tarreau · 3 years, 2 months ago
- 078c257 REORG: sched: moved samp_time and idle_time to task.c as well by Willy Tarreau · 3 years, 2 months ago
- 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · 3 years, 2 months ago
- 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · 3 years, 2 months ago
- a8a72c6 CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.c by Willy Tarreau · 3 years, 2 months ago
- d2ae385 CLEANUP: mux_fcgi: remove dependency on ssl_sock by Willy Tarreau · 3 years, 2 months ago
- 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · 3 years, 2 months ago
- 340ef25 CLEANUP: servers: do not include openssl-compat by Willy Tarreau · 3 years, 2 months ago
- b0d8194 CLEANUP: listeners: do not include openssl-compat by Willy Tarreau · 3 years, 2 months ago
- dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · 3 years, 2 months ago
- fd1c17f CLEANUP: remove some unneeded includes from applet-t.h by Willy Tarreau · 3 years, 2 months ago
- dced3eb MINOR: thread/debug: replace nsec_now() with now_mono_time() by Willy Tarreau · 3 years, 2 months ago
- 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · 3 years, 2 months ago
- f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · 3 years, 2 months ago
- 690fa14 CLEANUP: pools: pools-t.h doesn't need to include thread-t.h by Willy Tarreau · 3 years, 2 months ago
- 1a21341 BUILD: compat: fix -Wundef on SO_REUSEADDR by Willy Tarreau · 3 years, 2 months ago
- 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
- 410e259 BUILD: mworker: mworker-prog needs time.h for the 'now' variable by Willy Tarreau · 3 years, 2 months ago
- 6cd007d BUILD: tcp_sample: include missing errors.h and session-t.h by Willy Tarreau · 3 years, 2 months ago
- 0d1dd0e BUILD: cfgparse-ssl: add missing errors.h by Willy Tarreau · 3 years, 2 months ago
- b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
- fa17d9f BUILD: connection: connection.h needs list.h and server.h by Willy Tarreau · 3 years, 2 months ago
- 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · 3 years, 2 months ago
- 337f23a BUILD: compiler: add the container_of() and container_of_safe() macros by Willy Tarreau · 3 years, 2 months ago
- 74f2456 BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c by Willy Tarreau · 3 years, 2 months ago
- 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · 3 years, 2 months ago
- b555eb1 BUILD: vars: need to include xxhash by Willy Tarreau · 3 years, 2 months ago
- 0ce6dc0 BUILD: http_rules: requires http_ana-t.h for REDIRECT_* by Willy Tarreau · 3 years, 2 months ago