haproxy-2.5.git
2021-06-24 Willy TarreauBUG: backend: stop looking for queued connections once...
2021-06-24 Willy TarreauMINOR: queue: simplify pendconn_unlink() regarding...
2021-06-24 Willy TarreauMINOR: queue: remove the px/srv fields from pendconn
2021-06-24 Willy TarreauMINOR: queue: store a pointer to the queue into the...
2021-06-24 Willy TarreauMINOR: queue: add a pointer to the server and the proxy...
2021-06-24 Willy TarreauMINOR: queue: add queue_init() to initialize a queue
2021-06-24 Willy TarreauMEDIUM: queue: use a trylock on the server's queue
2021-06-24 Willy TarreauMEDIUM: queue: take the proxy lock only during the...
2021-06-24 Willy TarreauMINOR: queue: use atomic-ops to update the queue's...
2021-06-24 Willy TarreauMINOR: queue: factor out the proxy/server queuing code...
2021-06-24 Willy TarreauMEDIUM: queue: determine in process_srv_queue() if...
2021-06-24 Willy TarreauMEDIUM: queue: simplify again the process_srv_queue...
2021-06-24 Willy TarreauMEDIUM: queue: use a dedicated lock for the queues...
2021-06-24 Willy TarreauMEDIUM: queue: update px->served and lb's take_conn...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: make pendconn_process_next_strm...
2021-06-24 Willy TarreauRevert "MINOR: queue: update proxy->served once out...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: refine the locking in process_sr...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: use a dedicated lock for the...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: simplify again the process_srv_q...
2021-06-24 Willy TarreauRevert "MINOR: queue: factor out the proxy/server queui...
2021-06-24 Willy TarreauRevert "MINOR: queue: use atomic-ops to update the...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: determine in process_srv_queue...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: move the queue lock manipulation...
2021-06-24 Willy TarreauRevert "MEDIUM: queue: unlock as soon as possible"
2021-06-24 Willy TarreauRevert "MINOR: queue: make pendconn_first() take the...
2021-06-24 Tim DüsterhusDOC: Replace issue templates by issue forms
2021-06-23 Christopher... CLEANUP: dns: Remove a forgotten debug message
2021-06-23 Christopher... DOC: config: Add missing actions in "tcp-request sessio...
2021-06-23 Christopher... MINOR: tcp-act: Add set-src/set-src-port for "tcp-reque...
2021-06-22 Willy TarreauCLEANUP: backend: remove impossible case of round-robin...
2021-06-22 Willy TarreauMINOR: queue: make pendconn_first() take the lock by...
2021-06-22 Willy TarreauMEDIUM: queue: unlock as soon as possible
2021-06-22 Willy TarreauMEDIUM: queue: move the queue lock manipulation to...
2021-06-22 Willy TarreauMEDIUM: queue: determine in process_srv_queue() if...
2021-06-22 Willy TarreauMINOR: queue: use atomic-ops to update the queue's...
2021-06-22 Willy TarreauMINOR: queue: factor out the proxy/server queuing code
2021-06-22 Willy TarreauMEDIUM: queue: simplify again the process_srv_queue...
2021-06-22 Willy TarreauMEDIUM: queue: use a dedicated lock for the queues
2021-06-22 Willy TarreauMINOR: server: replace the pendconns-related stuff...
2021-06-22 Willy TarreauMINOR: proxy: replace the pendconns-related stuff with...
2021-06-22 Willy TarreauMINOR: queue: create a new structure type "queue"
2021-06-22 Willy TarreauMINOR: lb/api: remove the locked argument from take_con...
2021-06-22 Willy TarreauMEDIUM: queue: refine the locking in process_srv_queue()
2021-06-22 Willy TarreauMINOR: queue: update proxy->served once out of the...
2021-06-22 Willy TarreauMEDIUM: queue: make pendconn_process_next_strm() only...
2021-06-22 Amaury DenoyelleREGTESTS: fix maxconn update with agent-check
2021-06-22 Amaury DenoyelleBUG/MAJOR: server: fix deadlock when changing maxconn...
2021-06-20 Tim DuesterhusCLEANUP: Prevent channel-t.h from being detected as...
2021-06-18 Willy TarreauMINOR: queue: update the stream's pend_pos before queui...
2021-06-18 Amaury DenoyelleREGTESTS: server: test ssl support for dynamic servers
2021-06-18 Amaury DenoyelleMINOR: ssl: support ssl keyword for dynamic servers
2021-06-18 Amaury DenoyelleMINOR: ssl: enable a series of ssl keywords for dynamic...
2021-06-18 Amaury DenoyelleMINOR: ssl: support crl arg for dynamic servers
2021-06-18 Amaury DenoyelleMINOR: ssl: support crt arg for dynamic servers
2021-06-18 Amaury DenoyelleMINOR: ssl: support ca-file arg for dynamic servers
2021-06-18 Amaury DenoyelleMINOR: ssl: split parse functions for alpn/check-alpn
2021-06-18 Amaury DenoyelleMINOR: ssl: render file-access optional on server crt...
2021-06-18 Amaury DenoyelleMINOR: server: disable CLI 'set server ssl' for dynamic...
2021-06-18 Amaury DenoyelleMINOR: ssl: check allocation in parse npn/sni
2021-06-18 Amaury DenoyelleMINOR: ssl: check allocation in parse ciphers/ciphersui...
2021-06-18 Amaury DenoyelleMINOR: ssl: check allocation in ssl_sock_init_srv
2021-06-18 Amaury DenoyelleMINOR: ssl: always initialize random generator
2021-06-18 Amaury DenoyelleMINOR: ssl: fix typo in usage for 'new ssl ca-file'
2021-06-18 Tim DuesterhusBUG/MINOR: cache: Correctly handle existing-but-empty...
2021-06-18 Christopher... BUG/MINOR: server/cli: Fix locking in function processi...
2021-06-18 Christopher... BUG/MINOR: resolvers: Use resolver's lock in resolv_srv...
2021-06-17 Amaury DenoyelleBUG/MINOR: backend: do not set sni on connection reuse
2021-06-17 Amaury DenoyelleBUG/MINOR: backend: restore the SF_SRV_REUSED flag...
2021-06-17 Christopher... BUG/MEDIUM: resolvers: Add a task on servers to check...
2021-06-17 Christopher... MINOR: resolvers: Remove server from named_servers...
2021-06-17 Christopher... MINOR: resolvers: Clean server in a dedicated function...
2021-06-17 Christopher... BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn...
2021-06-17 Christopher... BUG/MINOR: server: Forbid to set fqdn on the CLI if...
2021-06-17 Miroslav ZagoracCLEANUP: server: a separate function for initializing...
2021-06-17 Willy TarreauCI: ssl: keep the old method for ancient OpenSSL versions
2021-06-17 Willy TarreauCI: ssl: do not needlessly build the OpenSSL docs
2021-06-17 Willy TarreauCI: ssl: enable parallel builds for OpenSSL on Linux
2021-06-17 Tim DuesterhusREGTESTS: Remove support for REQUIRE_BINARIES
2021-06-17 Tim DuesterhusREGTESTS: Replace REQUIRE_BINARIES with 'command -v'
2021-06-17 Tim DuesterhusREGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc...
2021-06-17 Tim DuesterhusREGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy...
2021-06-17 Tim DuesterhusCI: Replace the requirement for 'sudo' with a call...
2021-06-17 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-06-17 Willy TarreauBUG/MINOR: mux-h2/traces: bring back the lost "sent...
2021-06-17 Willy TarreauBUG/MINOR: mux-h2/traces: bring back the lost "rcvd...
2021-06-17 Willy TarreauMINOR: mux-h2: obey http-ignore-probes during the preface
2021-06-17 Willy TarreauBUG/MINOR: stats: make "show stat typed desc" work...
2021-06-16 Willy TarreauCLEANUP: mux-h2/traces: better align user messages
2021-06-16 Willy TarreauMINOR: mux-h2/trace: report a few connection-level...
2021-06-16 Willy TarreauMINOR: connection: add helper conn_append_debug_info()
2021-06-16 Willy TarreauBUG/MINOR: mux-h1: do not skip the error response on...
2021-06-16 Willy TarreauMINOR: backend: only skip LB when there are actual...
2021-06-16 Willy TarreauBUG/MAJOR: queue: set SF_ASSIGNED when setting strm...
2021-06-15 Willy TarreauCLEANUP: shctx: remove the different inter-process...
2021-06-15 Willy TarreauMEDIUM: config: warn about "bind-process" deprecation
2021-06-15 Willy TarreauDOC: update references to process numbers in cpu-map...
2021-06-15 Willy TarreauMEDIUM: global: remove the relative_pid from global...
2021-06-15 Willy TarreauCLEANUP: global: remove unused definition of MAX_PROCS
2021-06-15 Willy TarreauMEDIUM: cpu-set: make the proc a single bit field and...
2021-06-15 Willy TarreauMEDIUM: config: simplify cpu-map handling
next