1. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  2. ff1d092 MEDIUM: connections: Don't use a lock when moving connections to remove. by Olivier Houchard · 4 years ago
  3. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  4. 88d18f8 MEDIUM: mux-fcgi: use task_kill() during fcgi_takeover() instead of task_wakeup() by Willy Tarreau · 4 years ago
  5. 617e80f MEDIUM: mux-h2: use task_kill() during h2_takeover() instead of task_wakeup() by Willy Tarreau · 4 years ago
  6. 09e0d9e MEDIUM: mux-h1: use task_kill() during h1_takeover() instead of task_wakeup() by Willy Tarreau · 4 years ago
  7. eb8c2c6 MEDIUM: sched: implement task_kill() to kill a task by Willy Tarreau · 4 years ago
  8. 8a6049c MEDIUM: sched: create a new TASK_KILLED task flag by Willy Tarreau · 4 years ago
  9. d99177f MINOR: sched: make sched->task_list_size atomic by Willy Tarreau · 4 years ago
  10. 364f25a MINOR: backend: don't always takeover from the same threads by Willy Tarreau · 4 years ago
  11. 0d58711 BUG/MEDIUM: backend: always search in the safe list after failing on the idle one by Willy Tarreau · 4 years ago
  12. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · 4 years ago
  13. 151c253 MINOR: server: skip servers with no idle conns earlier by Willy Tarreau · 4 years ago
  14. 69f591e MINOR: cli/proxy: add a new "show servers conn" command by Willy Tarreau · 4 years ago
  15. df2a030 BUG/MINOR: proxy: always initialize the trash in show servers state by Willy Tarreau · 4 years ago
  16. 6ff8143 BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash by Willy Tarreau · 4 years ago
  17. 2866acf BUG/MEDIUM: log-format: fix possible endless loop in parse_logformat_string() by Dragan Dosen · 4 years ago
  18. b4cf7ab BUG/MEDIUM: pattern: Add a trailing \0 to match strings only if possible by Christopher Faulet · 4 years ago
  19. 60814ff MINOR: mux-fcgi: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years ago
  20. bd42e92 MINOR: mux-h2: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years ago
  21. 68d4ee9 MINOR: mux-h1: avoid taking the toremove_lock in on dying tasks by Willy Tarreau · 4 years ago
  22. 1553b66 BUG/MINOR: sched: properly cover for a rare MT_LIST_ADDQ() race by Willy Tarreau · 4 years ago
  23. 9467f18 BUG/MINOR: http-rules: Fix ACLs parsing for http deny rules by Christopher Faulet · 4 years ago
  24. 369a2ef BUG/MINOR: haproxy: don't wake already stopping threads on exit by Willy Tarreau · 4 years ago
  25. f21695b BUG/MINOR: threads: Don't forget to init each thread toremove_lock. by Olivier Houchard · 4 years ago
  26. a9fcecb MINOR: stats: add the estimated need of concurrent connections per server by Willy Tarreau · 4 years ago
  27. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · 4 years ago
  28. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · 4 years ago
  29. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · 4 years ago
  30. 3bb617c MINOR: stats: add 3 new output values for the per-server idle conn state by Willy Tarreau · 4 years ago
  31. 13c1a01 BUG/MINOR: debug: fix "show fd" null-deref when built with DEBUG_FD by Willy Tarreau · 4 years ago
  32. 20dc3cd MINOR: pools: move the LRU cache heads to thread_info by Willy Tarreau · 4 years ago
  33. 739879a REORG: buffer: rename buffer.c to dynbuf.c by Willy Tarreau · 4 years ago
  34. db6fe69 BUG/MEDIUM: checks: Increment the server's curr_used_conns by Olivier Houchard · 4 years ago
  35. 4ba494c BUG/MEDIUM: connections: Don't increase curr_used_conns for shared connections. by Olivier Houchard · 4 years ago
  36. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  37. 4dc6c86 CLEANUP: buffers: remove unused buffer_wq_lock lock by Willy Tarreau · 4 years ago
  38. c6e7a1b MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · 4 years ago
  39. 3846877 BUG/MINOR: mux_h2: don't lose the leaving trace in h2_io_cb() by Willy Tarreau · 4 years ago
  40. 5cd0087 BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL by Tim Duesterhus · 4 years ago
  41. 08488f6 BUG/MINOR: cfgparse: correctly deal with empty lines by Willy Tarreau · 4 years ago
  42. 85048f8 MINOR: http: Add support for http 413 status by Anthonin Bonnefoy · 4 years ago
  43. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 1 month ago
  44. eccfa61 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · 4 years ago
  45. cf6898c BUG/MINOR: http-ana: Don't wait to send 1xx responses generated by HAProxy by Christopher Faulet · 4 years ago
  46. 1a9db7c BUG/MINOR: http-ana: Set CF_EOI on response channel for generated responses by Christopher Faulet · 4 years ago
  47. 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · 4 years ago
  48. 40e6b55 BUG/MEDIUM: http-ana: Don't loop trying to generate a malformed 500 response by Christopher Faulet · 4 years ago
  49. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · 4 years ago
  50. 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · 4 years ago
  51. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · 4 years ago
  52. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · 4 years ago
  53. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · 4 years ago
  54. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · 4 years ago
  55. a941952 BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key by William Lallemand · 4 years ago
  56. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · 4 years ago
  57. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · 4 years ago
  58. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · 4 years ago
  59. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · 4 years ago
  60. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · 4 years ago
  61. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · 4 years ago
  62. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · 4 years ago
  63. 9ab8f8d BUG/MINOR: ssl/cli: certs added from the CLI can't be deleted by William Lallemand · 4 years ago
  64. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · 4 years ago
  65. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years ago
  66. 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · 4 years ago
  67. 7df5c2d BUG/MEDIUM: ssl: fix ssl_bind_conf double free by William Lallemand · 4 years ago
  68. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · 4 years ago
  69. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · 4 years ago
  70. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · 4 years ago
  71. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · 4 years ago
  72. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years ago
  73. ee99aaf BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · 4 years ago
  74. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · 4 years ago
  75. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · 4 years ago
  76. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · 4 years, 1 month ago
  77. c97406f BUG/MEDIUM: fcgi-app: Resolve the sink if a fcgi-app logs in a ring buffer by Christopher Faulet · 4 years ago
  78. c89a42f MINOR: mux_h1: Set H1_F_CO_MSG_MORE if we know we have more to send. by Olivier Houchard · 4 years, 1 month ago
  79. 8945bb6 BUG/MEDIUM: stream-int: fix loss of CO_SFL_MSG_MORE flag in forwarding by Willy Tarreau · 4 years, 1 month ago
  80. d1d005d MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · 4 years, 7 months ago
  81. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · 4 years, 1 month ago
  82. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · 4 years, 1 month ago
  83. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · 4 years, 1 month ago
  84. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · 4 years, 1 month ago
  85. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · 4 years, 1 month ago
  86. 77015ab MEDIUM: tasks: clean up the front side of the wait queue in wake_expired_tasks() by Willy Tarreau · 4 years, 1 month ago
  87. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · 4 years, 1 month ago
  88. bc52bec MEDIUM: fd: add experimental support for edge-triggered polling by Willy Tarreau · 4 years, 1 month ago
  89. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · 4 years, 1 month ago
  90. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · 4 years, 1 month ago
  91. f1cad38 MINOR: fd: factorize the fd_takeover() exit path to make it safer by Willy Tarreau · 4 years, 1 month ago
  92. 4297363 MINOR: fd: slightly optimize the fd_takeover double-CAS loop by Willy Tarreau · 4 years, 1 month ago
  93. c460c91 MEDIUM: fd: refine the fd_takeover() migration lock by Willy Tarreau · 4 years, 1 month ago
  94. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · 4 years, 1 month ago
  95. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · 4 years, 1 month ago
  96. ddc874c BUG/MEDIUM: fd: Call fd_stop_recv() when we just got a fd. by Olivier Houchard · 4 years, 1 month ago
  97. 8d7b517 BUG/MEDIUM: fd: Don't fd_stop_recv() a fd we don't own. by Olivier Houchard · 4 years, 1 month ago
  98. f86a106 MINOR: fd: Fix a typo in a coment. by Olivier Houchard · 4 years, 1 month ago
  99. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · 4 years, 1 month ago
  100. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · 4 years, 1 month ago