1. b360bb8 MEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1 by Willy Tarreau · 3 years, 7 months ago
  2. 4676fa8 MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 7 months ago
  3. 2c42493 MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY by Willy Tarreau · 3 years, 7 months ago
  4. 85ec291 MINOR: pools: double the local pool cache size to 1 MB by Willy Tarreau · 3 years, 7 months ago
  5. c0457dc MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS by Willy Tarreau · 3 years, 7 months ago
  6. 27491ee MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · 3 years, 7 months ago
  7. 67de95e MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 7 months ago
  8. 907988a MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · 3 years, 7 months ago
  9. 132b3a4 MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 7 months ago
  10. 954827a MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 7 months ago
  11. 2214f34 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 7 months ago
  12. 2b43700 MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 7 months ago
  13. 72653c5 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 7 months ago
  14. 49e1080 OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 7 months ago
  15. 8fa7f22 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 7 months ago
  16. 6c3d776 MINOR: tasks: refine the default run queue depth by Willy Tarreau · 3 years, 7 months ago
  17. ed9883e MINOR: atomic: implement a more efficient arm64 __ha_cas_dw() using pairs by Ubuntu · 3 years, 7 months ago
  18. 93c61d3 MINOR: atomic: add armv8.1-a atomics variant for cas-dw by Willy Tarreau · 3 years, 10 months ago
  19. 2bc2814 BUG/MINOR: mt-list: always perform a cpu_relax call on failure by Willy Tarreau · 3 years, 7 months ago
  20. 48e9cfb REORG: atomic: reimplement pl_cpu_relax() from atomic-ops.h by Willy Tarreau · 3 years, 7 months ago
  21. 826060e BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 10 months ago
  22. 53efd40 BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl() by Willy Tarreau · 3 years, 7 months ago
  23. 6f682be BUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TRY_ADDQ(). by Olivier Houchard · 3 years, 7 months ago
  24. 8702b26 BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions by Ilya Shipitsin · 3 years, 7 months ago
  25. f072498 BUG/MINOR: sample: Always consider zero size string samples as unsafe by Christopher Faulet · 3 years, 7 months ago
  26. 93da4dc BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() by Willy Tarreau · 3 years, 7 months ago
  27. 6199db2 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · 3 years, 7 months ago
  28. b8b2e8f BUG/MINOR: server: re-align state file fields number by William Dauchy · 3 years, 7 months ago
  29. 84dd97d BUG/MINOR: intops: fix mul32hi()'s off-by-one by Willy Tarreau · 3 years, 7 months ago
  30. e4f38f9 BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro by Ilya Shipitsin · 3 years, 8 months ago
  31. 7151a12 MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 10 months ago
  32. 195be97 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · 3 years, 8 months ago
  33. 6cb467e MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 8 months ago
  34. e0150e7 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 8 months ago
  35. 341fafc CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 8 months ago
  36. 3ee3a26 BUG/MEDIUM: session: only retrieve ready idle conn from session by Amaury Denoyelle · 3 years, 8 months ago
  37. 65e7b38 BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 8 months ago
  38. 444b7b1 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 8 months ago
  39. 9e2f322 MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities by Christopher Faulet · 3 years, 8 months ago
  40. d40452e MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 8 months ago
  41. d97162c MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 9 months ago
  42. ffc781b MINOR: atomic: don't use ; to separate instruction on aarch64. by Olivier Houchard · 3 years, 9 months ago
  43. e2802e7 BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h by Christian Ruppert · 3 years, 11 months ago
  44. 842976d BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call by Ilya Shipitsin · 3 years, 9 months ago
  45. 775c665 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 3 years, 9 months ago
  46. e7f81bc BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call by Ilya Shipitsin · 3 years, 10 months ago
  47. efcf138 MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 3 years, 10 months ago
  48. 03cd01e MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · 3 years, 10 months ago
  49. b2239a7 MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 3 years, 10 months ago
  50. 4b5382d MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 3 years, 10 months ago
  51. ab93f7c MINOR: actions: Export actions lookup functions by Thierry Fournier · 3 years, 10 months ago
  52. a0338b9 BUG/MEDIUM: local log format regression. by Emeric Brun · 3 years, 10 months ago
  53. 3027cdc BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 3 years, 10 months ago
  54. 9a0374a MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 3 years, 10 months ago
  55. c4f3013 BUG/MEDIUM: lists: Lock the element while we check if it is in a list. by Olivier Houchard · 3 years, 10 months ago
  56. 367c1db MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · 3 years, 10 months ago
  57. b51e037 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · 3 years, 10 months ago
  58. 3666246 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · 3 years, 10 months ago
  59. 87c2f25 MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · 3 years, 10 months ago
  60. bd2dc87 BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 3 years, 10 months ago
  61. d5d6214 BUG/MAJOR: connection: reset conn->owner when detaching from session list by Willy Tarreau · 3 years, 10 months ago
  62. 4d41466 CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · 3 years, 10 months ago
  63. bbda99b MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · 3 years, 11 months ago
  64. 3a10710 MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · 3 years, 11 months ago
  65. 0badabc MINOR: version: mention that it's stable now by Willy Tarreau · 3 years, 11 months ago
  66. 0aa8c29 BUILD: ssl: use feature macros for detecting ec curves manipulation support by Ilya Shipitsin · 3 years, 11 months ago
  67. 5b8af1e MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL by Willy Tarreau · 3 years, 11 months ago
  68. 7e98e28 MINOR: fd: add fd_want_recv_safe() by Willy Tarreau · 3 years, 11 months ago
  69. 9dd7f4f MINOR: debug: don't count free(NULL) in memstats by Willy Tarreau · 3 years, 11 months ago
  70. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · 3 years, 11 months ago
  71. b706a3b CLEANUP: pattern: remove unused entry "tree" in pattern.val by Willy Tarreau · 3 years, 11 months ago
  72. 6bedf15 MINOR: pattern: export pat_ref_push() by Willy Tarreau · 3 years, 11 months ago
  73. f4edb72 MINOR: pattern: make pat_ref_append() return the newly added element by Willy Tarreau · 3 years, 11 months ago
  74. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · 3 years, 11 months ago
  75. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · 4 years ago
  76. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · 4 years ago
  77. 6701199 Revert "OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued" by Willy Tarreau · 4 years ago
  78. b7ba1d9 OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued by Willy Tarreau · 4 years ago
  79. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years ago
  80. de785f0 MINOR: threads/debug: only report lock stats for used operations by Willy Tarreau · 4 years ago
  81. 23d3b00 MINOR: threads/debug: only report used lock stats by Willy Tarreau · 4 years ago
  82. d6c4836 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · 4 years ago
  83. 6cb1038 MEDIUM: cache: Add support for 'If-None-Match' request header by Remi Tricot-Le Breton · 4 years ago
  84. bcced09 MINOR: http: Add etag comparison function by Remi Tricot-Le Breton · 4 years ago
  85. 2493ee8 MINOR: http: Add `enum etag_type http_get_etag_type(const struct ist)` by Tim Duesterhus · 4 years ago
  86. 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · 4 years ago
  87. 96ddc8a BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns by Christopher Faulet · 4 years ago
  88. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · 4 years ago
  89. e72a3f4 CLEANUP: tree-wide: reorder a few structures to plug some holes around locks by Willy Tarreau · 4 years ago
  90. 8f1f177 MINOR: threads: change lock_t to an unsigned int by Willy Tarreau · 4 years ago
  91. 3d18498 CLEANUP: threads: don't register an initcall when not debugging by Willy Tarreau · 4 years ago
  92. fcb69d7 BUILD: ssl: make BoringSSL use its own version numbers by Ilya Shipitsin · 4 years ago
  93. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 4 years ago
  94. 61f799b MINOR: threads: add the transitions to/from the seek state by Willy Tarreau · 4 years ago
  95. 8d5360c MINOR: threads: augment rwlock debugging stats to report seek lock stats by Willy Tarreau · 4 years ago
  96. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · 4 years ago
  97. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years ago
  98. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · 4 years ago
  99. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 4 years ago
  100. 1e509a7 MINOR: protocol: add a new function accept_conn() by Willy Tarreau · 4 years ago