1. 11057a3 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sun Jun 21 21:18:27 2020 +0500
  2. dafc564 CI: extend spellchecker whitelist by Ilya Shipitsin · Sun Jun 21 21:06:55 2020 +0500
  3. aaa34ea CI: travis-ci: switch BoringSSL builds to ninja by Ilya Shipitsin · Sun Jun 21 16:39:30 2020 +0500
  4. f44d155 BUILD: fix ssl_sample.c when building against BoringSSL by Ilya Shipitsin · Sat Jun 20 23:38:37 2020 +0500
  5. 8f600c8 DOC: fix some typos in the ssl_s_{s|i}_dn documentation by William Lallemand · Fri Jun 26 09:55:06 2020 +0200
  6. 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
  7. 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
  8. 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
  9. 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · Thu Jun 25 16:11:20 2020 +0200
  10. 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
  11. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · Thu Jun 25 20:07:18 2020 +0200
  12. 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · Thu Jun 25 15:19:51 2020 +0200
  13. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  14. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · Thu Jun 25 07:41:22 2020 +0200
  15. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  16. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · Thu Jun 25 09:37:54 2020 +0200
  17. a941952 BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key by William Lallemand · Wed Jun 24 16:26:41 2020 +0200
  18. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · Wed Jun 24 11:11:02 2020 +0200
  19. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · Wed Jun 24 10:17:29 2020 +0200
  20. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · Wed Jun 24 09:54:24 2020 +0200
  21. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · Wed Jun 24 09:39:48 2020 +0200
  22. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · Wed Jun 24 09:19:50 2020 +0200
  23. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · Wed Jun 24 07:21:08 2020 +0200
  24. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · Wed Jun 24 09:54:29 2020 +0200
  25. 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
  26. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · Tue Jun 23 20:25:07 2020 +0200
  27. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · Tue Jun 23 18:19:42 2020 +0200
  28. 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · Tue Jun 23 11:43:35 2020 +0200
  29. 7df5c2d BUG/MEDIUM: ssl: fix ssl_bind_conf double free by William Lallemand · Tue Jun 23 11:02:17 2020 +0200
  30. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:10 2020 +0200
  31. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:09 2020 +0200
  32. 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
  33. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · Tue Jun 23 16:35:38 2020 +0200
  34. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · Tue Jun 23 11:32:35 2020 +0200
  35. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  36. ee99aaf BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · Tue Jun 23 05:58:20 2020 +0200
  37. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · Mon Jun 22 22:57:45 2020 +0200
  38. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · Mon Jun 22 22:57:44 2020 +0200
  39. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · Fri Jun 19 22:17:17 2020 +0200
  40. 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
  41. 60837d3 REGTEST: Add a simple script to tests errorfile directives in proxy sections by Christopher Faulet · Thu Jun 11 13:43:20 2020 +0200
  42. dc0936c [RELEASE] Released version 2.2-dev10 by Willy Tarreau · Fri Jun 19 21:43:26 2020 +0200
  43. 8912ae6 DOC: configuration: http-check send was missing from matrix by Peter Gervai · Thu Jun 11 18:26:36 2020 +0200
  44. df4c9d2 DOC: configuration: Unindent non-code sentences in the protobuf example by Peter Gervai · Thu Jun 11 18:05:11 2020 +0200
  45. f49a604 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · Mon Jun 15 11:34:54 2020 -0500
  46. 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
  47. 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
  48. d1d005d MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · Fri Dec 20 18:22:02 2019 +0100
  49. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · Fri Jun 19 16:20:59 2020 +0200
  50. 5bb21b1 REGTEST: http-rules: test spaces in ACLs with master CLI by William Lallemand · Thu Jun 18 18:56:44 2020 +0200
  51. 398c5f3 REGTEST: http-rules: test spaces in ACLs by William Lallemand · Thu Jun 18 18:52:18 2020 +0200
  52. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · Thu Jun 18 18:45:04 2020 +0200
  53. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · Thu Jun 18 18:03:57 2020 +0200
  54. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · Mon Jun 08 16:08:06 2020 +0200
  55. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · Fri Jun 19 12:17:55 2020 +0200
  56. 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
  57. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · Fri Jun 19 12:06:34 2020 +0200
  58. 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
  59. bc52bec MEDIUM: fd: add experimental support for edge-triggered polling by Willy Tarreau · Thu Jun 18 08:58:47 2020 +0200
  60. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · Thu Jun 18 18:24:05 2020 +0200
  61. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · Thu Jun 18 16:56:47 2020 +0200
  62. f1cad38 MINOR: fd: factorize the fd_takeover() exit path to make it safer by Willy Tarreau · Thu Jun 18 08:14:59 2020 +0200
  63. 4297363 MINOR: fd: slightly optimize the fd_takeover double-CAS loop by Willy Tarreau · Thu Jun 18 08:05:15 2020 +0200
  64. c460c91 MEDIUM: fd: refine the fd_takeover() migration lock by Willy Tarreau · Thu Jun 18 07:28:09 2020 +0200
  65. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · Wed Jun 17 20:49:49 2020 +0200
  66. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · Wed Jun 17 20:44:28 2020 +0200
  67. 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
  68. 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
  69. f86a106 MINOR: fd: Fix a typo in a coment. by Olivier Houchard · Wed Jun 17 20:28:27 2020 +0200
  70. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · Wed Jun 17 20:35:33 2020 +0200
  71. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · Wed Jun 17 20:25:18 2020 +0200
  72. 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
  73. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · Wed Jun 17 19:12:43 2020 +0200
  74. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · Wed Jun 17 16:26:22 2020 +0200
  75. b25970f BUILD: Fix build by including haproxy/global.h by Olivier Houchard · Tue Jun 16 23:35:00 2020 +0200
  76. 7bf484a MINOR: version: report the presence of the compiler's address sanitizer by Willy Tarreau · Tue Jun 16 19:14:19 2020 +0200
  77. 6d4c81d MINOR: compiler: always define __has_feature() by Willy Tarreau · Tue Jun 16 19:13:24 2020 +0200
  78. 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
  79. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · Tue Jun 16 17:58:14 2020 +0200
  80. 9f658a5 BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case by Tim Duesterhus · Tue Jun 16 18:14:21 2020 +0200
  81. 2c4dfae MINOR: http: do not close connections anymore after internal responses by Willy Tarreau · Tue Jun 16 17:36:36 2020 +0200
  82. 32234e7 BUG/MEDIUM: cfgparse: stop after a reasonable amount of fatal error by Willy Tarreau · Tue Jun 16 17:14:33 2020 +0200
  83. 9e1758e BUG/MEDIUM: cfgparse: use parse_line() to expand/unquote/unescape config lines by Willy Tarreau · Tue Jun 16 16:32:59 2020 +0200
  84. c8d167b MINOR: tools: add a new configurable line parse, parse_line() by Willy Tarreau · Tue Jun 16 16:27:26 2020 +0200
  85. 853926a BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks by Willy Tarreau · Tue Jun 16 11:10:53 2020 +0200
  86. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · Sun Jun 14 17:27:36 2020 +0200
  87. f3ca5a0 BUILD: haproxy: mark deinit_and_exit() as noreturn by Willy Tarreau · Mon Jun 15 18:43:46 2020 +0200
  88. 55ae1ab BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · Mon Jun 15 18:08:07 2020 +0200
  89. 9dc92b2 BUG/MINOR: http: make smp_fetch_body() report that the contents may change by Willy Tarreau · Mon Jun 15 18:01:10 2020 +0200
  90. bcefb85 BUILD: atomic: add string.h for memcpy() on ARM64 by Willy Tarreau · Sun Jun 14 08:06:55 2020 +0200
  91. d999a49 BUILD: compression: make gcc 10 happy with free_zlib() by Willy Tarreau · Sun Jun 14 07:50:18 2020 +0200
  92. ff78fcd BUG/MINOR: haproxy: Free rule->arg.vars.expr during deinit_act_rules by Tim Duesterhus · Sun Jun 14 00:37:43 2020 +0200
  93. 0a3b43d MINOR: haproxy: Make use of deinit_and_exit() for clean exits by Tim Duesterhus · Sun Jun 14 00:37:42 2020 +0200
  94. 2654055 MINOR: haproxy: Add void deinit_and_exit(int) by Tim Duesterhus · Sun Jun 14 00:37:41 2020 +0200
  95. 8469bed CI: travis-ci: use "-O1" for clang builds by Ilya Shipitsin · Sun Jun 14 01:08:37 2020 +0500
  96. 2867b40 BUG/MEDIUM: checks: Fix off-by-one in allocation of SMTP greeting cmd by Tim Duesterhus · Fri Jun 12 15:58:48 2020 +0200
  97. f28d5c9 BUILD: proto_uxst: shut up yet another gcc's absurd warning by Willy Tarreau · Fri Jun 12 15:58:19 2020 +0200
  98. db57a14 BUILD: thread: add parenthesis around values of locking macros by Willy Tarreau · Fri Jun 12 11:42:25 2020 +0200
  99. d0712f3 BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl < 1.1.0 by William Lallemand · Thu Jun 11 17:34:00 2020 +0200
  100. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200