1. 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
  2. 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
  3. 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
  4. 42b77b0 BUG/MINOR: stream-int: Don't wait to send truncated HTTP messages by Christopher Faulet · Thu Jun 25 16:11:20 2020 +0200
  5. 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
  6. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · Thu Jun 25 20:07:18 2020 +0200
  7. 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · Thu Jun 25 15:19:51 2020 +0200
  8. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  9. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · Thu Jun 25 07:41:22 2020 +0200
  10. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  11. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · Thu Jun 25 09:37:54 2020 +0200
  12. a941952 BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key by William Lallemand · Wed Jun 24 16:26:41 2020 +0200
  13. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · Wed Jun 24 11:11:02 2020 +0200
  14. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · Wed Jun 24 10:17:29 2020 +0200
  15. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · Wed Jun 24 09:54:24 2020 +0200
  16. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · Wed Jun 24 09:39:48 2020 +0200
  17. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · Wed Jun 24 09:19:50 2020 +0200
  18. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · Wed Jun 24 07:21:08 2020 +0200
  19. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · Wed Jun 24 09:54:29 2020 +0200
  20. 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
  21. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · Tue Jun 23 20:25:07 2020 +0200
  22. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · Tue Jun 23 18:19:42 2020 +0200
  23. 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · Tue Jun 23 11:43:35 2020 +0200
  24. 7df5c2d BUG/MEDIUM: ssl: fix ssl_bind_conf double free by William Lallemand · Tue Jun 23 11:02:17 2020 +0200
  25. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:10 2020 +0200
  26. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · Tue Jun 23 18:56:09 2020 +0200
  27. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · Tue Jun 23 16:35:38 2020 +0200
  28. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · Tue Jun 23 11:32:35 2020 +0200
  29. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  30. ee99aaf BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · Tue Jun 23 05:58:20 2020 +0200
  31. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · Mon Jun 22 22:57:45 2020 +0200
  32. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · Mon Jun 22 22:57:44 2020 +0200
  33. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · Fri Jun 19 22:17:17 2020 +0200
  34. 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
  35. 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
  36. 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
  37. d1d005d MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · Fri Dec 20 18:22:02 2019 +0100
  38. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · Fri Jun 19 16:20:59 2020 +0200
  39. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · Thu Jun 18 18:45:04 2020 +0200
  40. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · Thu Jun 18 18:03:57 2020 +0200
  41. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · Mon Jun 08 16:08:06 2020 +0200
  42. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · Fri Jun 19 12:17:55 2020 +0200
  43. 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
  44. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · Fri Jun 19 12:06:34 2020 +0200
  45. bc52bec MEDIUM: fd: add experimental support for edge-triggered polling by Willy Tarreau · Thu Jun 18 08:58:47 2020 +0200
  46. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · Thu Jun 18 18:24:05 2020 +0200
  47. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · Thu Jun 18 16:56:47 2020 +0200
  48. f1cad38 MINOR: fd: factorize the fd_takeover() exit path to make it safer by Willy Tarreau · Thu Jun 18 08:14:59 2020 +0200
  49. 4297363 MINOR: fd: slightly optimize the fd_takeover double-CAS loop by Willy Tarreau · Thu Jun 18 08:05:15 2020 +0200
  50. c460c91 MEDIUM: fd: refine the fd_takeover() migration lock by Willy Tarreau · Thu Jun 18 07:28:09 2020 +0200
  51. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · Wed Jun 17 20:49:49 2020 +0200
  52. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · Wed Jun 17 20:44:28 2020 +0200
  53. 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
  54. 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
  55. f86a106 MINOR: fd: Fix a typo in a coment. by Olivier Houchard · Wed Jun 17 20:28:27 2020 +0200
  56. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · Wed Jun 17 20:35:33 2020 +0200
  57. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · Wed Jun 17 20:25:18 2020 +0200
  58. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · Wed Jun 17 19:12:43 2020 +0200
  59. 4cabfc1 BUG/MAJOR: connection: always disable ready events once reported by Willy Tarreau · Wed Jun 17 16:26:22 2020 +0200
  60. b25970f BUILD: Fix build by including haproxy/global.h by Olivier Houchard · Tue Jun 16 23:35:00 2020 +0200
  61. 7bf484a MINOR: version: report the presence of the compiler's address sanitizer by Willy Tarreau · Tue Jun 16 19:14:19 2020 +0200
  62. 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
  63. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · Tue Jun 16 17:58:14 2020 +0200
  64. 9f658a5 BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case by Tim Duesterhus · Tue Jun 16 18:14:21 2020 +0200
  65. 2c4dfae MINOR: http: do not close connections anymore after internal responses by Willy Tarreau · Tue Jun 16 17:36:36 2020 +0200
  66. 32234e7 BUG/MEDIUM: cfgparse: stop after a reasonable amount of fatal error by Willy Tarreau · Tue Jun 16 17:14:33 2020 +0200
  67. 9e1758e BUG/MEDIUM: cfgparse: use parse_line() to expand/unquote/unescape config lines by Willy Tarreau · Tue Jun 16 16:32:59 2020 +0200
  68. c8d167b MINOR: tools: add a new configurable line parse, parse_line() by Willy Tarreau · Tue Jun 16 16:27:26 2020 +0200
  69. 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
  70. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · Sun Jun 14 17:27:36 2020 +0200
  71. f3ca5a0 BUILD: haproxy: mark deinit_and_exit() as noreturn by Willy Tarreau · Mon Jun 15 18:43:46 2020 +0200
  72. 55ae1ab BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · Mon Jun 15 18:08:07 2020 +0200
  73. 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
  74. d999a49 BUILD: compression: make gcc 10 happy with free_zlib() by Willy Tarreau · Sun Jun 14 07:50:18 2020 +0200
  75. ff78fcd BUG/MINOR: haproxy: Free rule->arg.vars.expr during deinit_act_rules by Tim Duesterhus · Sun Jun 14 00:37:43 2020 +0200
  76. 0a3b43d MINOR: haproxy: Make use of deinit_and_exit() for clean exits by Tim Duesterhus · Sun Jun 14 00:37:42 2020 +0200
  77. 2654055 MINOR: haproxy: Add void deinit_and_exit(int) by Tim Duesterhus · Sun Jun 14 00:37:41 2020 +0200
  78. 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
  79. f28d5c9 BUILD: proto_uxst: shut up yet another gcc's absurd warning by Willy Tarreau · Fri Jun 12 15:58:19 2020 +0200
  80. 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
  81. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  82. 2fc761e BUG/MEDIUM: pattern: fix thread safety of pattern matching by Willy Tarreau · Thu Jun 11 16:37:35 2020 +0200
  83. df18787 BUG/MEDIUM: log: don't hold the log lock during writev() on a file descriptor by Willy Tarreau · Thu Jun 11 14:25:47 2020 +0200
  84. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · Thu Jun 11 11:22:44 2020 +0200
  85. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  86. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  87. 5b9cde4 REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.h by Willy Tarreau · Thu Jun 11 08:33:02 2020 +0200
  88. ca8b069 REORG: include: move MAX_THREADS to defaults.h by Willy Tarreau · Thu Jun 11 08:14:01 2020 +0200
  89. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  90. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · Fri Jun 05 15:31:31 2020 +0200
  91. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · Fri Jun 05 12:25:38 2020 +0200
  92. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · Fri Jun 05 11:40:38 2020 +0200
  93. 4f6535d CLEANUP: hpack: export debug functions and move inlines to .h by Willy Tarreau · Fri Jun 05 09:05:31 2020 +0200
  94. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  95. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  96. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  97. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  98. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  99. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · Thu Jun 04 22:35:49 2020 +0200
  100. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200