1. c03d763 CLEANUP: pool: only include the type files from types by Willy Tarreau · Mon Jun 29 10:11:24 2020 +0200
  2. e4d1505 REORG: includes: create tinfo.h for the thread_info struct by Willy Tarreau · Mon Jun 29 09:57:23 2020 +0200
  3. 739879a REORG: buffer: rename buffer.c to dynbuf.c by Willy Tarreau · Mon Jun 29 09:26:59 2020 +0200
  4. db6fe69 BUG/MEDIUM: checks: Increment the server's curr_used_conns by Olivier Houchard · Sun Jun 28 16:23:09 2020 +0200
  5. 4ba494c BUG/MEDIUM: connections: Don't increase curr_used_conns for shared connections. by Olivier Houchard · Sun Jun 28 16:14:09 2020 +0200
  6. fc402cf CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY by Willy Tarreau · Sun Jun 28 16:05:39 2020 +0200
  7. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · Sun Jun 28 00:19:17 2020 +0200
  8. d79422a BUG/MEDIUM: buffers: always allocate from the local cache first by Willy Tarreau · Sun Jun 28 10:31:15 2020 +0200
  9. 4dc6c86 CLEANUP: buffers: remove unused buffer_wq_lock lock by Willy Tarreau · Sun Jun 28 07:31:42 2020 +0200
  10. c6e7a1b MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · Sun Jun 28 01:24:12 2020 +0200
  11. 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
  12. 4462af8 [RELEASE] Released version 2.2-dev11 by Willy Tarreau · Fri Jun 26 22:01:04 2020 +0200
  13. 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
  14. 08488f6 BUG/MINOR: cfgparse: correctly deal with empty lines by Willy Tarreau · Fri Jun 26 17:24:54 2020 +0200
  15. c184d87 DOC: ssl: update the documentation of "commit ssl cert" by William Lallemand · Fri Jun 26 15:39:57 2020 +0200
  16. 86bc953 REGTEST: ssl: add some ssl_c_* sample fetches test by William Lallemand · Fri Jun 26 12:03:45 2020 +0200
  17. 6e56b2c REGTEST: ssl: tests the ssl_f_* sample fetches by William Lallemand · Fri Jun 26 11:29:43 2020 +0200
  18. 85048f8 MINOR: http: Add support for http 413 status by Anthonin Bonnefoy · Mon Jun 22 09:17:01 2020 +0200
  19. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
  20. 11057a3 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sun Jun 21 21:18:27 2020 +0500
  21. dafc564 CI: extend spellchecker whitelist by Ilya Shipitsin · Sun Jun 21 21:06:55 2020 +0500
  22. aaa34ea CI: travis-ci: switch BoringSSL builds to ninja by Ilya Shipitsin · Sun Jun 21 16:39:30 2020 +0500
  23. f44d155 BUILD: fix ssl_sample.c when building against BoringSSL by Ilya Shipitsin · Sat Jun 20 23:38:37 2020 +0500
  24. 8f600c8 DOC: fix some typos in the ssl_s_{s|i}_dn documentation by William Lallemand · Fri Jun 26 09:55:06 2020 +0200
  25. 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
  26. 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
  27. 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
  28. 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · Thu Jun 25 16:11:20 2020 +0200
  29. 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
  30. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · Thu Jun 25 20:07:18 2020 +0200
  31. 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · Thu Jun 25 15:19:51 2020 +0200
  32. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  33. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · Thu Jun 25 07:41:22 2020 +0200
  34. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  35. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · Thu Jun 25 09:37:54 2020 +0200
  36. a941952 BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key by William Lallemand · Wed Jun 24 16:26:41 2020 +0200
  37. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · Wed Jun 24 11:11:02 2020 +0200
  38. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · Wed Jun 24 10:17:29 2020 +0200
  39. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · Wed Jun 24 09:54:24 2020 +0200
  40. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · Wed Jun 24 09:39:48 2020 +0200
  41. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · Wed Jun 24 09:19:50 2020 +0200
  42. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · Wed Jun 24 07:21:08 2020 +0200
  43. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · Wed Jun 24 09:54:29 2020 +0200
  44. 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
  45. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · Tue Jun 23 20:25:07 2020 +0200
  46. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · Tue Jun 23 18:19:42 2020 +0200
  47. 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · Tue Jun 23 11:43:35 2020 +0200
  48. 7df5c2d BUG/MEDIUM: ssl: fix ssl_bind_conf double free by William Lallemand · Tue Jun 23 11:02:17 2020 +0200
  49. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:10 2020 +0200
  50. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:09 2020 +0200
  51. 5bd7306 BUG/MEDIUM: task: be careful not to run too many tasks at TL_URGENT by Willy Tarreau · Tue Jun 23 16:36:36 2020 +0200
  52. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · Tue Jun 23 16:35:38 2020 +0200
  53. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · Tue Jun 23 11:32:35 2020 +0200
  54. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  55. ee99aaf BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · Tue Jun 23 05:58:20 2020 +0200
  56. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · Mon Jun 22 22:57:45 2020 +0200
  57. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · Mon Jun 22 22:57:44 2020 +0200
  58. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · Fri Jun 19 22:17:17 2020 +0200
  59. 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
  60. 60837d3 REGTEST: Add a simple script to tests errorfile directives in proxy sections by Christopher Faulet · Thu Jun 11 13:43:20 2020 +0200
  61. dc0936c [RELEASE] Released version 2.2-dev10 by Willy Tarreau · Fri Jun 19 21:43:26 2020 +0200
  62. 8912ae6 DOC: configuration: http-check send was missing from matrix by Peter Gervai · Thu Jun 11 18:26:36 2020 +0200
  63. df4c9d2 DOC: configuration: Unindent non-code sentences in the protobuf example by Peter Gervai · Thu Jun 11 18:05:11 2020 +0200
  64. f49a604 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · Mon Jun 15 11:34:54 2020 -0500
  65. 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
  66. 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
  67. d1d005d MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · Fri Dec 20 18:22:02 2019 +0100
  68. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · Fri Jun 19 16:20:59 2020 +0200
  69. 5bb21b1 REGTEST: http-rules: test spaces in ACLs with master CLI by William Lallemand · Thu Jun 18 18:56:44 2020 +0200
  70. 398c5f3 REGTEST: http-rules: test spaces in ACLs by William Lallemand · Thu Jun 18 18:52:18 2020 +0200
  71. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · Thu Jun 18 18:45:04 2020 +0200
  72. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · Thu Jun 18 18:03:57 2020 +0200
  73. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · Mon Jun 08 16:08:06 2020 +0200
  74. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · Fri Jun 19 12:17:55 2020 +0200
  75. 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
  76. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · Fri Jun 19 12:06:34 2020 +0200
  77. 54067e9 CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST and CO_FL_IDLE_LIST by Willy Tarreau · Fri Jun 19 08:47:30 2020 +0200
  78. bc52bec MEDIUM: fd: add experimental support for edge-triggered polling by Willy Tarreau · Thu Jun 18 08:58:47 2020 +0200
  79. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · Thu Jun 18 18:24:05 2020 +0200
  80. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · Thu Jun 18 16:56:47 2020 +0200
  81. f1cad38 MINOR: fd: factorize the fd_takeover() exit path to make it safer by Willy Tarreau · Thu Jun 18 08:14:59 2020 +0200
  82. 4297363 MINOR: fd: slightly optimize the fd_takeover double-CAS loop by Willy Tarreau · Thu Jun 18 08:05:15 2020 +0200
  83. c460c91 MEDIUM: fd: refine the fd_takeover() migration lock by Willy Tarreau · Thu Jun 18 07:28:09 2020 +0200
  84. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · Wed Jun 17 20:49:49 2020 +0200
  85. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · Wed Jun 17 20:44:28 2020 +0200
  86. ddc874c BUG/MEDIUM: fd: Call fd_stop_recv() when we just got a fd. by Olivier Houchard · Wed Jun 17 20:34:05 2020 +0200
  87. 8d7b517 BUG/MEDIUM: fd: Don't fd_stop_recv() a fd we don't own. by Olivier Houchard · Wed Jun 17 20:32:34 2020 +0200
  88. f86a106 MINOR: fd: Fix a typo in a coment. by Olivier Houchard · Wed Jun 17 20:28:27 2020 +0200
  89. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · Wed Jun 17 20:35:33 2020 +0200
  90. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · Wed Jun 17 20:25:18 2020 +0200
  91. c208a54 DOC: fd: make it clear that some fields ordering must absolutely be respected by Willy Tarreau · Wed Jun 17 19:58:37 2020 +0200
  92. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · Wed Jun 17 19:12:43 2020 +0200
  93. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · Wed Jun 17 16:26:22 2020 +0200
  94. b25970f BUILD: Fix build by including haproxy/global.h by Olivier Houchard · Tue Jun 16 23:35:00 2020 +0200
  95. 7bf484a MINOR: version: report the presence of the compiler's address sanitizer by Willy Tarreau · Tue Jun 16 19:14:19 2020 +0200
  96. 6d4c81d MINOR: compiler: always define __has_feature() by Willy Tarreau · Tue Jun 16 19:13:24 2020 +0200
  97. 88bd9ee MINOR: version: put the compiler version output into version.c not haproxy.c by Willy Tarreau · Tue Jun 16 19:11:11 2020 +0200
  98. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · Tue Jun 16 17:58:14 2020 +0200
  99. 9f658a5 BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case by Tim Duesterhus · Tue Jun 16 18:14:21 2020 +0200
  100. 2c4dfae MINOR: http: do not close connections anymore after internal responses by Willy Tarreau · Tue Jun 16 17:36:36 2020 +0200