- 12529c0 MINOR: queue: factor out the proxy/server queuing code (v2) by Willy Tarreau · 3 years, 5 months ago
- a0e9c55 MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2) by Willy Tarreau · 3 years, 5 months ago
- 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) 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
- 9cef43a MEDIUM: queue: update px->served and lb's take_conn once per loop by Willy Tarreau · 3 years, 5 months ago
- a48905b Revert "MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn" by Willy Tarreau · 3 years, 5 months ago
- d83c98e Revert "MINOR: queue: update proxy->served once out of the loop" by Willy Tarreau · 3 years, 5 months ago
- e76fc32 Revert "MEDIUM: queue: refine the locking in process_srv_queue()" 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
- ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
- 58f4dfb Revert "MINOR: queue: factor out the proxy/server queuing code" by Willy Tarreau · 3 years, 5 months ago
- a4a9bba Revert "MINOR: queue: use atomic-ops to update the queue's index" by Willy Tarreau · 3 years, 5 months ago
- ddac4a1 Revert "MEDIUM: queue: determine in process_srv_queue() if the proxy is usable" by Willy Tarreau · 3 years, 5 months ago
- 5343d8e Revert "MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm()" by Willy Tarreau · 3 years, 5 months ago
- 90a160a Revert "MEDIUM: queue: unlock as soon as possible" by Willy Tarreau · 3 years, 5 months ago
- 2bf3f2c Revert "MINOR: queue: make pendconn_first() take the lock by itself" by Willy Tarreau · 3 years, 5 months ago
- bbab3bf DOC: Replace issue templates by issue forms by Tim Düsterhus · 3 years, 5 months ago
- c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · 3 years, 5 months ago
- 14aec6e DOC: config: Add missing actions in "tcp-request session" documentation by Christopher Faulet · 3 years, 5 months ago
- 19bbbe0 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
- 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · 3 years, 5 months ago
- 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · 3 years, 5 months ago
- 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · 3 years, 5 months ago
- 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · 3 years, 5 months ago
- de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · 3 years, 5 months ago
- 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · 3 years, 5 months ago
- 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · 3 years, 5 months ago
- c83e45e MEDIUM: queue: simplify again the process_srv_queue() API 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
- a057045 MINOR: server: replace the pendconns-related stuff with a struct queue 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
- eea3817 MINOR: queue: create a new structure type "queue" by Willy Tarreau · 3 years, 5 months ago
- 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
- 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · 3 years, 5 months ago
- 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · 3 years, 5 months ago
- 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · 3 years, 5 months ago
- e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years, 5 months ago
- 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
- 7386668 CLEANUP: Prevent channel-t.h from being detected as C++ by GitHub by Tim Duesterhus · 3 years, 5 months ago
- 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · 3 years, 5 months ago
- 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
- 34897d2 MINOR: ssl: support ssl keyword for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
- 71f9a06 MINOR: ssl: enable a series of ssl keywords for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
- fde8260 MINOR: ssl: support crl arg for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
- 93be21e MINOR: ssl: support crt arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
- 4825502 MINOR: ssl: support ca-file arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
- 7addf56 MINOR: ssl: split parse functions for alpn/check-alpn by Amaury Denoyelle · 3 years, 6 months ago
- 36aa451 MINOR: ssl: render file-access optional on server crt loading by Amaury Denoyelle · 3 years, 6 months ago
- b89d3d3 MINOR: server: disable CLI 'set server ssl' for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
- 1f9333b MINOR: ssl: check allocation in parse npn/sni by Amaury Denoyelle · 3 years, 6 months ago
- cbbf87f MINOR: ssl: check allocation in parse ciphers/ciphersuites/verifyhost by Amaury Denoyelle · 3 years, 6 months ago
- 949c94e MINOR: ssl: check allocation in ssl_sock_init_srv by Amaury Denoyelle · 3 years, 6 months ago
- c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · 3 years, 6 months ago
- b11ad9e MINOR: ssl: fix typo in usage for 'new ssl ca-file' by Amaury Denoyelle · 3 years, 6 months ago
- 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years, 5 months ago
- 0ba54bb BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · 3 years, 5 months ago
- e886dd5 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · 3 years, 5 months ago
- 655dec8 BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · 3 years, 6 months ago
- 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · 3 years, 5 months ago
- dcac418 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 5 months ago
- 73001ab MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
- 11c6c39 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
- c7b391a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 5 months ago
- a386e78 BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled by Christopher Faulet · 3 years, 5 months ago
- 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · 3 years, 5 months ago
- cbc0c23 CI: ssl: keep the old method for ancient OpenSSL versions by Willy Tarreau · 3 years, 5 months ago
- f4b9801 CI: ssl: do not needlessly build the OpenSSL docs by Willy Tarreau · 3 years, 6 months ago
- c6f1498 CI: ssl: enable parallel builds for OpenSSL on Linux by Willy Tarreau · 3 years, 6 months ago
- 8727614 REGTESTS: Remove support for REQUIRE_BINARIES by Tim Duesterhus · 3 years, 6 months ago
- 4ee192f REGTESTS: Replace REQUIRE_BINARIES with 'command -v' by Tim Duesterhus · 3 years, 6 months ago
- c957048 REGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc' for 2.5+ tests by Tim Duesterhus · 3 years, 6 months ago
- 5efc48d REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc' by Tim Duesterhus · 3 years, 6 months ago
- 8a91fa4 CI: Replace the requirement for 'sudo' with a call to 'ulimit -n' by Tim Duesterhus · 3 years, 5 months ago
- 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
- 3a53707 BUG/MINOR: mux-h2/traces: bring back the lost "sent H2 REQ/RES" traces by Willy Tarreau · 3 years, 5 months ago
- 29268e9 BUG/MINOR: mux-h2/traces: bring back the lost "rcvd H2 REQ" trace by Willy Tarreau · 3 years, 5 months ago
- ee4684f MINOR: mux-h2: obey http-ignore-probes during the preface by Willy Tarreau · 3 years, 5 months ago
- fc8e438 BUG/MINOR: stats: make "show stat typed desc" work again by Willy Tarreau · 3 years, 5 months ago
- 9abb317 CLEANUP: mux-h2/traces: better align user messages by Willy Tarreau · 3 years, 5 months ago
- 8e6f749 MINOR: mux-h2/trace: report a few connection-level info during h2_init() by Willy Tarreau · 3 years, 5 months ago
- d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · 3 years, 5 months ago
- b74debd BUG/MINOR: mux-h1: do not skip the error response on bad requests by Willy Tarreau · 3 years, 5 months ago
- f9a7c44 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 6 months ago
- 7867ceb BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · 3 years, 5 months ago
- 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 5 months ago
- b54ca70 MEDIUM: config: warn about "bind-process" deprecation by Willy Tarreau · 3 years, 5 months ago
- 317804d DOC: update references to process numbers in cpu-map and bind-process by Willy Tarreau · 3 years, 5 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
- 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · 3 years, 5 months ago
- 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · 3 years, 5 months ago
- bda7c1d MEDIUM: config: simplify cpu-map handling 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
- 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 5 months ago
- 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · 3 years, 5 months ago
- d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · 3 years, 5 months ago
- 9c6a802 CLEANUP: global: remove unused definition of stopping_task[] by Willy Tarreau · 3 years, 5 months ago
- e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 5 months ago
- 4c19e99 BUG/MINOR: ssl: use atomic ops to update global shctx stats by Willy Tarreau · 3 years, 5 months ago
- 9e467af BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · 3 years, 5 months ago