- cff2df9 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 6 months ago
- af82167 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · 3 years, 6 months ago
- 42f9c53 BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · 3 years, 6 months ago
- 258a085 MINOR: conn-stream: Force mux to wait for read events if abortonclose is set by Christopher Faulet · 3 years, 7 months ago
- d54760e MINOR: channel: Rely on HTX version if appropriate in channel_may_recv() by Christopher Faulet · 3 years, 7 months ago
- 0b15516 MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · 3 years, 6 months ago
- f2fb9e5 MINOR: compat: automatically include malloc.h on glibc by Willy Tarreau · 4 years ago
- bdda845 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · 3 years, 7 months ago
- 167b783 BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
- a3259cb BUG/MEDIUM: threads: Ignore current thread to end its harmless period by Christopher Faulet · 3 years, 7 months ago
- 358a822 BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 8 months ago
- b8ca983 CLEANUP: fd: remove unused fd_set_running_excl() by Willy Tarreau · 3 years, 8 months ago
- 6598a2d BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · 3 years, 8 months ago
- 7160083 MINOR: fd: remove the unneeded running bit from fd_insert() by Willy Tarreau · 3 years, 8 months ago
- 58ab90b MINOR: fd: make fd_clr_running() return the remaining running mask by Willy Tarreau · 3 years, 8 months ago
- 9fb7eb9 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 8 months ago
- 5326d6a MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 8 months ago
- bcec63e BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 8 months ago
- 08aec89 MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 8 months ago
- 049602f BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · 3 years, 8 months ago
- 3a9bc55 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 8 months ago
- 4713176 BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 8 months ago
- f520788 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 8 months ago
- 8b6d5b0 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 8 months ago
- 119ec52 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 8 months ago
- 6d70368 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 8 months ago
- 656b427 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 8 months ago
- 99348c3 MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 8 months ago
- d57f8b2 BUG/MINOR: proxy/session: Be sure to have a listener to increment its counters by Christopher Faulet · 3 years, 8 months ago
- 4eb7a79 BUILD: atomic/arm64: force the register pairs to use in __ha_cas_dw() by Willy Tarreau · 3 years, 8 months ago
- 20076a0 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 8 months ago
- eb163b2 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 9 months ago
- 9a4864d MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · 3 years, 8 months ago
- b360bb8 MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · 3 years, 8 months ago
- 4676fa8 MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 8 months ago
- 2c42493 MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY by Willy Tarreau · 3 years, 9 months ago
- 85ec291 MINOR: pools: double the local pool cache size to 1 MB by Willy Tarreau · 3 years, 8 months ago
- c0457dc MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS by Willy Tarreau · 3 years, 8 months ago
- 27491ee MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · 3 years, 9 months ago
- 67de95e MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 9 months ago
- 907988a MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · 3 years, 9 months ago
- 132b3a4 MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 9 months ago
- 954827a MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 9 months ago
- 2214f34 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 9 months ago
- 2b43700 MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 9 months ago
- 72653c5 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 8 months ago
- 49e1080 OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 9 months ago
- 8fa7f22 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 9 months ago
- 6c3d776 MINOR: tasks: refine the default run queue depth by Willy Tarreau · 3 years, 9 months ago
- ed9883e MINOR: atomic: implement a more efficient arm64 __ha_cas_dw() using pairs by Ubuntu · 3 years, 8 months ago
- 93c61d3 MINOR: atomic: add armv8.1-a atomics variant for cas-dw by Willy Tarreau · 4 years ago
- 2bc2814 BUG/MINOR: mt-list: always perform a cpu_relax call on failure by Willy Tarreau · 3 years, 8 months ago
- 48e9cfb REORG: atomic: reimplement pl_cpu_relax() from atomic-ops.h by Willy Tarreau · 3 years, 8 months ago
- 826060e BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 4 years ago
- 53efd40 BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl() by Willy Tarreau · 3 years, 9 months ago
- 6f682be BUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TRY_ADDQ(). by Olivier Houchard · 3 years, 9 months ago
- 8702b26 BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions by Ilya Shipitsin · 3 years, 9 months ago
- f072498 BUG/MINOR: sample: Always consider zero size string samples as unsafe by Christopher Faulet · 3 years, 9 months ago
- 93da4dc BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() by Willy Tarreau · 3 years, 9 months ago
- 6199db2 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · 3 years, 9 months ago
- b8b2e8f BUG/MINOR: server: re-align state file fields number by William Dauchy · 3 years, 9 months ago
- 84dd97d BUG/MINOR: intops: fix mul32hi()'s off-by-one by Willy Tarreau · 3 years, 9 months ago
- e4f38f9 BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro by Ilya Shipitsin · 3 years, 9 months ago
- 7151a12 MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 4 years ago
- 195be97 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · 3 years, 10 months ago
- 6cb467e MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 10 months ago
- e0150e7 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 10 months ago
- 341fafc CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 10 months ago
- 3ee3a26 BUG/MEDIUM: session: only retrieve ready idle conn from session by Amaury Denoyelle · 3 years, 10 months ago
- 65e7b38 BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 10 months ago
- 444b7b1 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 10 months ago
- 9e2f322 MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities by Christopher Faulet · 3 years, 10 months ago
- d40452e MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 10 months ago
- d97162c MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 10 months ago
- ffc781b MINOR: atomic: don't use ; to separate instruction on aarch64. by Olivier Houchard · 3 years, 11 months ago
- e2802e7 BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h by Christian Ruppert · 4 years ago
- 842976d BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call by Ilya Shipitsin · 3 years, 11 months ago
- 775c665 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 3 years, 11 months ago
- e7f81bc BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call by Ilya Shipitsin · 4 years ago
- efcf138 MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 4 years ago
- 03cd01e MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · 4 years ago
- b2239a7 MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 4 years ago
- 4b5382d MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 4 years ago
- ab93f7c MINOR: actions: Export actions lookup functions by Thierry Fournier · 4 years ago
- a0338b9 BUG/MEDIUM: local log format regression. by Emeric Brun · 4 years ago
- 3027cdc BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 4 years ago
- 9a0374a MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 4 years ago
- c4f3013 BUG/MEDIUM: lists: Lock the element while we check if it is in a list. by Olivier Houchard · 4 years ago
- 367c1db MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · 4 years ago
- b51e037 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · 4 years ago
- 3666246 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · 4 years ago
- 87c2f25 MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · 4 years ago
- bd2dc87 BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 4 years ago
- d5d6214 BUG/MAJOR: connection: reset conn->owner when detaching from session list by Willy Tarreau · 4 years ago
- 4d41466 CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 4 years ago
- bbda99b MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · 4 years ago
- 3a10710 MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · 4 years ago
- 0badabc MINOR: version: mention that it's stable now by Willy Tarreau · 4 years ago
- 0aa8c29 BUILD: ssl: use feature macros for detecting ec curves manipulation support by Ilya Shipitsin · 4 years ago
- 5b8af1e MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL by Willy Tarreau · 4 years ago