- ab35e36 BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · 3 years, 4 months ago
- 40c5b03 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years, 4 months ago
- 30c69c6 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · 3 years, 4 months ago
- aec948b BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · 3 years, 5 months ago
- 8ae8d34 BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 5 months ago
- a289367 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 5 months ago
- 5fe76a75 DOC: config: Add missing actions in "tcp-request session" documentation by Christopher Faulet · 3 years, 5 months ago
- 2987307 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
- b0fbda5 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
- bebe255 BUG/MEDIUM: spoe: Register pre/post analyzers in start_analyze callback function by Christopher Faulet · 3 years, 5 months ago
- 0281499 BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken by Emeric Brun · 3 years, 5 months ago
- e2f6767 MINOR: mux-h2: obey http-ignore-probes during the preface by Willy Tarreau · 3 years, 5 months ago
- 9c27f36 BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · 3 years, 5 months ago
- a5de639 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 5 months ago
- 20955b5 BUG/MINOR: ssl: use atomic ops to update global shctx stats by Willy Tarreau · 3 years, 5 months ago
- be70d0a BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · 3 years, 5 months ago
- 0f93960 BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · 3 years, 5 months ago
- b7e226e DOC: lua: Add a warning about buffers modification in HTTP by Christopher Faulet · 3 years, 5 months ago
- 88b604a BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded by Christopher Faulet · 3 years, 5 months ago
- 8aa30fb BUG/MEDIUM: dns: reset file descriptor if send returns an error by Emeric Brun · 3 years, 6 months ago
- 344f2a1 BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · 3 years, 5 months ago
- 2f21654 BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future by Remi Tricot-Le Breton · 3 years, 5 months ago
- 4a90eb0 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · 3 years, 6 months ago
- 4b28a5f BUG/MINOR: http: Missing calloc return value check in make_arg_list by Remi Tricot-Le Breton · 3 years, 6 months ago
- 4286725 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · 3 years, 6 months ago
- ebe5457 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 6 months ago
- dcec0ae BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · 3 years, 6 months ago
- c9405bb BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · 3 years, 6 months ago
- 80e8e40 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response by Remi Tricot-Le Breton · 3 years, 6 months ago
- fcb2de6 BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy by Remi Tricot-Le Breton · 3 years, 6 months ago
- 84651d9 BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare by Remi Tricot-Le Breton · 3 years, 6 months ago
- e2201ad BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture by Remi Tricot-Le Breton · 3 years, 6 months ago
- e5759bd BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine by Remi Tricot-Le Breton · 3 years, 6 months ago
- 9919141 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 6 months ago
- 75ffa1b BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · 3 years, 6 months ago
- 71d8552 BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts by Christopher Faulet · 3 years, 6 months ago
- a104d84 BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · 3 years, 6 months ago
- ea5199d BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter by Christopher Faulet · 3 years, 6 months ago
- 7253889 BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' by Amaury Denoyelle · 3 years, 6 months ago
- 0db3611 BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · 3 years, 6 months ago
- 015a2b8 REGTESTS: Add script to test abortonclose option by Christopher Faulet · 3 years, 7 months ago
- 366312a MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · 3 years, 7 months ago
- 01277d2 BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive by Christopher Faulet · 3 years, 7 months ago
- c042249 MINOR: channel: Rely on HTX version if appropriate in channel_may_recv() by Christopher Faulet · 3 years, 7 months ago
- 0ef3a71 BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port by Amaury Denoyelle · 3 years, 6 months ago
- 750beb7 BUG/MINOR: stream: Reset stream final state and si error type on L7 retry by Christopher Faulet · 3 years, 6 months ago
- 9b9a83a BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · 3 years, 6 months ago
- e01140d BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · 3 years, 6 months ago
- 6319cbf BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · 3 years, 6 months ago
- e703c58 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · 3 years, 6 months ago
- 414ecb0 MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode by Thierry Fournier · 4 years, 3 months ago
- f8716e8 MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 7 months ago
- 9a2847b BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 7 months ago
- 129d8fa BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 7 months ago
- 053ecea BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 9 months ago
- a0394ab BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 9 months ago
- 5347ccd BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 8 months ago
- f4ea7a8 BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 7 months ago
- a9cbe95 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 7 months ago
- 7531568 BUG/MINOR: applet: Notify the other side if data were consumed by an applet by Christopher Faulet · 3 years, 7 months ago
- e9a67cc BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message by Christopher Faulet · 3 years, 7 months ago
- 692e71d BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
- 051c52b BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 7 months ago
- 2f96bae BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 7 months ago
- b810bce BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · 3 years, 7 months ago
- db6279f BUG/MINOR: mworker: don't use oldpids[] anymore for reload by William Lallemand · 3 years, 7 months ago
- 6f6519c BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases by William Lallemand · 3 years, 7 months ago
- c6ca143 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 7 months ago
- fe5e6aa BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames by Christopher Faulet · 3 years, 7 months ago
- e425487 BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers by Christopher Faulet · 3 years, 7 months ago
- 3200103 BUG/MINOR: server: free srv.lb_nodes in free_server by Amaury Denoyelle · 3 years, 7 months ago
- 25c047b BUG/MINOR: mux-h1: Release idle server H1 connection if data are received by Christopher Faulet · 3 years, 7 months ago
- ed68cfb BUG/MINOR: logs: Report the true number of retries if there was no connection by Christopher Faulet · 3 years, 7 months ago
- 84aa9ba BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function by Christopher Faulet · 3 years, 7 months ago
- b99a3b0 BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded by Christopher Faulet · 3 years, 7 months ago
- 2eb9920 BUG/MEDIUM: threads: Ignore current thread to end its harmless period by Christopher Faulet · 3 years, 7 months ago
- 9726a51 BUG/MEDIUM: sample: Fix adjusting size in field converter by Thayne McCombs · 3 years, 7 months ago
- 5380be2 DOC: clarify that compression works for HTTP/2 by Julien Pivotto · 3 years, 8 months ago
- d0ce737 BUG/MINOR: tools: fix parsing "us" unit for timers by Thayne McCombs · 3 years, 7 months ago
- 313fa09 DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options by Christopher Faulet · 3 years, 7 months ago
- d4759ba [RELEASE] Released version 2.0.22 by Amaury Denoyelle · 3 years, 7 months ago
- 325a436 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 8 months ago
- 64ab028 MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 8 months ago
- deb03c1 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 8 months ago
- 738db5b MINOR: resolvers: Purge answer items when a SRV resolution triggers an error by Christopher Faulet · 3 years, 8 months ago
- e530c76 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 8 months ago
- 52c10d7 BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 8 months ago
- c7e33c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · 4 years, 3 months ago
- 7cf3024 BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status by Jerome Magnin · 4 years, 3 months ago
- 30df20d BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields by Willy Tarreau · 3 years, 7 months ago
- 2dfb157 BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS by Willy Tarreau · 3 years, 7 months ago
- 0c721ad BUG/MINOR: tcp: fix silent-drop workaround for IPv6 by Willy Tarreau · 3 years, 7 months ago
- 3106a6b BUG/MINOR: stats: Apply proper styles in HTML status page. by Florian Apolloner · 3 years, 7 months ago
- 8e545d3 BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent by Willy Tarreau · 3 years, 8 months ago
- d08feaf BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 8 months ago
- 57b2235 MINOR: tools: make url2ipv4 return the exact number of bytes parsed by Willy Tarreau · 3 years, 8 months ago
- f03cd27 BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless by Christopher Faulet · 3 years, 8 months ago
- f505b08 BUG/MEDIUM: time: make sure to always initialize the global tick by Willy Tarreau · 3 years, 7 months ago
- 22d1d01 BUG/MEDIUM: lua: Always init the lua stack before referencing the context by Christopher Faulet · 3 years, 8 months ago
- 49de1f2 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 8 months ago