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