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