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