- 4d056bc MINOR: proxy: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · 2 years, 10 months ago
- a9dd901 MINOR: proxy: add option idle-close-on-response by William Dauchy · 2 years, 11 months ago
- 6db9a97 BUG/MINOR: proxy: Release ACLs and TCP/HTTP rules of default proxies by Christopher Faulet · 3 years, 1 month ago
- ee08d6c MEDIUM: rules/acl: Parse TCP/HTTP rules and acls defined in defaults sections by Christopher Faulet · 3 years, 1 month ago
- 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · 3 years, 1 month ago
- 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · 3 years, 1 month ago
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
- 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · 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
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · 3 years, 3 months ago
- fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
- 3d6350e MINOR: log: Remove log-error-via-logformat option by Remi Tricot-Le Breton · 3 years, 3 months ago
- a39e626 BUG/MINOR: proxy: don't dump servers of internal proxies by William Lallemand · 3 years, 3 months ago
- bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
- f5c1e12 MINOR: server: return the next srv instance on free_server by Amaury Denoyelle · 3 years, 3 months ago
- b0281a4 MINOR: proxy: check if p is NULL in free_proxy() by William Lallemand · 3 years, 3 months ago
- 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · 3 years, 4 months ago
- 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · 3 years, 4 months ago
- 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · 3 years, 4 months ago
- 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · 3 years, 4 months ago
- 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · 3 years, 4 months ago
- 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · 3 years, 4 months ago
- cdc83e0 MINOR: queue: add a pointer to the server and the proxy in the queue by Willy Tarreau · 3 years, 5 months ago
- df3b0cb MINOR: queue: add queue_init() to initialize a queue by Willy Tarreau · 3 years, 5 months ago
- 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · 3 years, 5 months ago
- 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · 3 years, 5 months ago
- fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · 3 years, 5 months ago
- 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
- 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · 3 years, 5 months ago
- eb77824 MEDIUM: proxy: remove the deprecated "grace" keyword by Willy Tarreau · 3 years, 6 months ago
- 9862787 MINOR: config: completely remove support for "no option http-use-htx" by Willy Tarreau · 3 years, 6 months ago
- 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
- 18a82ba BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy by Remi Tricot-Le Breton · 3 years, 7 months ago
- 55ba0d6 BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare by Remi Tricot-Le Breton · 3 years, 7 months ago
- e684483 BUILD: proxy: include tools.h in proxy.c by Willy Tarreau · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
- 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
- ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 8 months ago
- 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 8 months ago
- 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 9 months ago
- c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · 3 years, 9 months ago
- 7a9e362 MINOR: mux-pt: Don't perform implicit HTTP upgrade if not supported by mux by Christopher Faulet · 3 years, 9 months ago
- f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · 3 years, 8 months ago
- 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · 3 years, 8 months ago
- 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 8 months ago
- 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 8 months ago
- 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 8 months ago
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
- f57c64f BUILD: proxy: Missing header inclusion for quic_transport_params_init() by Frédéric Lécaille · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 9 months ago
- a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 9 months ago
- 0d03825 BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal by Willy Tarreau · 3 years, 9 months ago
- 92b887e BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop by Willy Tarreau · 3 years, 9 months ago
- e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 10 months ago
- 0a0f6a7 MINOR: proxy: support storing defaults sections into their own tree by Willy Tarreau · 3 years, 10 months ago
- c02ab03 MINOR: proxy: also store the name for a defaults section by Willy Tarreau · 3 years, 10 months ago
- 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · 3 years, 10 months ago
- 818ec78 MINOR: proxy: always properly reset the just freed default instance pointers by Willy Tarreau · 3 years, 10 months ago
- a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · 3 years, 10 months ago
- 3b06eae MEDIUM: proxy: only take defaults when a default proxy is passed. by Willy Tarreau · 3 years, 10 months ago
- 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · 3 years, 10 months ago
- 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 10 months ago
- d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 10 months ago
- fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 10 months ago
- cdd1e2a BUG/MEDIUM: stream: Don't immediatly ack the TCP to H1 upgrades by Christopher Faulet · 3 years, 10 months ago
- 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · 4 years ago
- f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 4 years ago
- 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 4 years ago
- 5503908 MINOR: proxy/cli: only take a read lock in "show errors" by Willy Tarreau · 4 years, 1 month ago
- ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years, 1 month ago
- ba29687 BUG/MEDIUM: proxy: properly stop backends by Willy Tarreau · 4 years, 1 month ago
- 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 4 years, 1 month ago
- 626f3a7 MEDIUM: proxy: make soft_stop() stop most listeners using protocol_stop_now() by Willy Tarreau · 4 years, 2 months ago
- acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 4 years, 2 months ago
- 322b9b9 MEDIUM: proxy: make stop_proxy() now use stop_listener() by Willy Tarreau · 4 years, 2 months ago
- 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 4 years, 2 months ago
- 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · 4 years, 2 months ago
- 58651b4 MEDIUM: listener/proxy: make the listeners notify about proxy pause/resume by Willy Tarreau · 4 years, 2 months ago
- 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 4 years, 2 months ago
- 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 4 years, 2 months ago
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 2 months ago
- f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · 4 years, 2 months ago
- a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · 4 years, 2 months ago
- 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 4 years, 2 months ago
- bec7ab0 CLEANUP: proxy: remove the first_to_listen hack in zombify_proxy() by Willy Tarreau · 4 years, 2 months ago
- 987dbf5 MINOR: listeners: do not uselessly try to close zombie listeners in soft_stop() by Willy Tarreau · 4 years, 2 months ago
- c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 4 years, 2 months ago
- c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · 4 years, 2 months ago