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