1. 2d42329 CLEANUP: fd: slightly simplify up _fd_delete_orphan() by Willy Tarreau · Wed Mar 24 15:34:25 2021 +0100
  2. 2c3f981 BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · Wed Mar 24 10:51:32 2021 +0100
  3. 1e8433f BUG/MEDIUM: lua: Always init the lua stack before referencing the context by Christopher Faulet · Wed Mar 24 15:03:01 2021 +0100
  4. cc2c4f8 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · Wed Mar 24 14:52:24 2021 +0100
  5. d09cc51 MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · Wed Mar 24 14:48:45 2021 +0100
  6. a0fd35b BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro by Ilya Shipitsin · Sun Mar 21 12:50:47 2021 +0500
  7. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · Tue Mar 23 16:41:53 2021 +0100
  8. f23b1bc BUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM by Willy Tarreau · Tue Mar 23 18:36:37 2021 +0100
  9. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · Mon Mar 22 17:17:34 2021 +0100
  10. 8cc586c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · Tue Mar 23 08:58:22 2021 +0100
  11. 6064b34 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · Tue Mar 23 08:45:42 2021 +0100
  12. e449893 CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · Mon Mar 22 21:13:05 2021 +0100
  13. 6922e55 CLEANUP: tcpcheck: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · Mon Mar 22 21:11:45 2021 +0100
  14. f208ac0 CLEANUP: ssl: use pool_zalloc() in ssl_init_keylog() by Willy Tarreau · Mon Mar 22 21:10:12 2021 +0100
  15. 70490eb CLEANUP: resolvers: use pool_zalloc() in resolv_link_resolution() by Willy Tarreau · Mon Mar 22 21:08:50 2021 +0100
  16. 3ab0a0b CLEANUP: mailers: use pool_zalloc() in enqueue_one_email_alert() by Willy Tarreau · Mon Mar 22 21:07:52 2021 +0100
  17. ec4cfc3 CLEANUP: frontend: use pool_zalloc() in frontend_accept() by Willy Tarreau · Mon Mar 22 21:06:21 2021 +0100
  18. c9ef9bc CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · Mon Mar 22 21:04:50 2021 +0100
  19. 1bbec38 CLEANUP: filters: use pool_zalloc() in flt_stream_add_filter() by Willy Tarreau · Mon Mar 22 21:02:50 2021 +0100
  20. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  21. f499f50 CLEANUP: l7-retries: do not test the buffer before calling b_alloc() by Willy Tarreau · Mon Mar 22 16:17:37 2021 +0100
  22. 862ad82 CLEANUP: compression: do not test for buffer before calling b_alloc() by Willy Tarreau · Mon Mar 22 16:16:22 2021 +0100
  23. b454e90 MINOR: ssl: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:09:41 2021 +0100
  24. acc5b01 MINOR: cache: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:00:49 2021 +0100
  25. 18f43d8 MINOR: fcgi-app: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:07:37 2021 +0100
  26. f1a9129 MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:05:54 2021 +0100
  27. 5bfeb21 MINOR: compression: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:08:17 2021 +0100
  28. 3b1c9a3 CLEANUP: mark defproxy as const on parse tune.fail-alloc by Amaury Denoyelle · Mon Mar 22 11:21:36 2021 +0100
  29. ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Mar 19 22:21:44 2021 +0500
  30. 26c5109 MEDIUM: quic: Fix build. by Olivier Houchard · Fri Mar 19 20:09:22 2021 +0100
  31. 7ab6d8b MEDIUM: quic: Fix build. by Olivier Houchard · Fri Mar 19 19:48:53 2021 +0100
  32. 83926a0 BUG/MEDIUM: debug/lua: Don't dump the lua stack if not dumpable by Christopher Faulet · Fri Mar 19 15:41:08 2021 +0100
  33. a61789a MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · Fri Mar 19 15:16:28 2021 +0100
  34. a561ffb CLEANUP: tcp-rules: Fix a typo in error messages about expect-netscaler-cip by Christopher Faulet · Fri Mar 19 08:53:26 2021 +0100
  35. dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · Sun Mar 14 00:39:49 2021 +0100
  36. bc5ce92 MEDIUM: connections: Implement a start() method in ssl_sock. by Olivier Houchard · Fri Mar 05 23:47:00 2021 +0100
  37. d54ede7 MEDIUM: connections: Implement a start() method for xprt_handshake. by Olivier Houchard · Fri Mar 05 23:42:41 2021 +0100
  38. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100
  39. ca1a57f MINOR: raw_sock: Add a close method. by Olivier Houchard · Sun Mar 14 00:34:49 2021 +0100
  40. 8af3bb0 BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · Thu Mar 18 16:52:17 2021 +0100
  41. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · Fri Mar 12 18:03:27 2021 +0100
  42. fc465a5 MINOR: server: enable standard options for dynamic servers by Amaury Denoyelle · Tue Mar 09 17:36:23 2021 +0100
  43. f99f77a MEDIUM: server: implement 'add server' cli command by Amaury Denoyelle · Mon Mar 08 17:13:32 2021 +0100
  44. 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · Thu Mar 18 15:48:14 2021 +0100
  45. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · Mon Mar 08 17:08:01 2021 +0100
  46. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · Mon Mar 08 16:36:46 2021 +0100
  47. cf58dd7 REORG: server: attach servers in parse_server by Amaury Denoyelle · Mon Mar 08 16:35:54 2021 +0100
  48. 7d27efe REORG: server: rename internal functions from parse_server by Amaury Denoyelle · Wed Mar 17 14:25:39 2021 +0100
  49. 9394a94 REORG: server: move alert traces in parse_server by Amaury Denoyelle · Mon Mar 08 11:20:52 2021 +0100
  50. a8f442e REORG: server: split parse_server by Amaury Denoyelle · Mon Mar 08 10:29:33 2021 +0100
  51. 3b89c11 MINOR: server: remove fastinter from mistyped kw list by Amaury Denoyelle · Fri Mar 12 16:04:00 2021 +0100
  52. 587b71e REORG: server: move keywords in srv_kws by Amaury Denoyelle · Wed Mar 10 16:36:02 2021 +0100
  53. 3efee65 MINOR: cfgparse: always alloc idle conns task by Amaury Denoyelle · Mon Mar 08 17:31:39 2021 +0100
  54. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · Tue Mar 16 17:20:15 2021 +0100
  55. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · Thu Mar 18 15:32:53 2021 +0100
  56. 5ba8335 MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode by Eric Salama · Tue Mar 16 15:11:17 2021 +0100
  57. 1b8dacc MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · Tue Mar 16 15:12:17 2021 +0100
  58. a1ecbca BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · Wed Mar 17 19:10:23 2021 +0100
  59. 650f374 MINOR: time: export the global_now variable by Willy Tarreau · Wed Mar 17 18:52:18 2021 +0100
  60. 59b2925 BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames by Christopher Faulet · Tue Mar 16 11:21:04 2021 +0100
  61. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · Mon Mar 15 11:11:55 2021 +0100
  62. ec197e8 MINOR: cli: sort the suggestions by order of relevance by Willy Tarreau · Mon Mar 15 10:35:04 2021 +0100
  63. a9aa628 MINOR: cli: improve fuzzy matching to work on all remaining words at once by Willy Tarreau · Mon Mar 15 10:00:29 2021 +0100
  64. 714c4c1 MINOR: tools: do not sum squares of differences for word fingerprints by Willy Tarreau · Mon Mar 15 09:44:53 2021 +0100
  65. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · Mon Mar 15 09:34:27 2021 +0100
  66. 101df31 BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords list for spell checking by Willy Tarreau · Mon Mar 15 09:12:41 2021 +0100
  67. 9c18747 BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes by Willy Tarreau · Sat Mar 13 12:25:43 2021 +0100
  68. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · Sat Mar 13 11:30:19 2021 +0100
  69. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · Sat Mar 13 11:00:33 2021 +0100
  70. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · Sat Mar 13 10:59:23 2021 +0100
  71. c57dcfe MINOR: cli: apply the fuzzy matching on the whole command instead of words by Willy Tarreau · Fri Mar 12 19:01:59 2021 +0100
  72. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · Fri Mar 12 18:59:31 2021 +0100
  73. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · Fri Mar 12 18:24:46 2021 +0100
  74. b96a74c MINOR: cli: filter the list of commands to the matching part by Willy Tarreau · Fri Mar 12 17:13:28 2021 +0100
  75. f3697dd MINOR: cli: print the error message in the parser function itself by Willy Tarreau · Fri Mar 12 15:57:47 2021 +0100
  76. 91bc359 MINOR: cli: test the appctx level for master access instead of comparing pointers by Willy Tarreau · Fri Mar 12 15:20:39 2021 +0100
  77. e283ee6 MINOR: cli: set the ACCESS_MASTER* bits on the master bind_conf by Willy Tarreau · Fri Mar 12 15:00:57 2021 +0100
  78. 0609c9b BUG/MINOR: cli: make sure "help", "prompt", "quit" are enabled at master level by Willy Tarreau · Fri Mar 12 17:03:33 2021 +0100
  79. db31b44 CLEANUP: resolvers: Perform unsafe loop on requester list when possible by Christopher Faulet · Thu Mar 11 18:19:41 2021 +0100
  80. c392d46 CLEANUP: resolvers: Use ha_free() in srvrq_resolution_error_cb() by Christopher Faulet · Wed Mar 10 15:51:13 2021 +0100
  81. e8674c7 MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · Fri Mar 12 16:42:45 2021 +0100
  82. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · Thu Mar 11 09:36:05 2021 +0100
  83. d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · Fri Mar 12 10:23:05 2021 +0100
  84. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · Thu Mar 11 18:09:53 2021 +0100
  85. 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · Thu Mar 11 18:06:23 2021 +0100
  86. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · Thu Mar 11 18:03:21 2021 +0100
  87. 51d5e3b MINOR: resolvers: Purge answer items when a SRV resolution triggers an error by Christopher Faulet · Wed Mar 10 15:46:46 2021 +0100
  88. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · Wed Mar 10 14:40:39 2021 +0100
  89. 3e0600f BUG/MEDIUM: resolvers: Trigger a DNS resolution if an ADD item is obsolete by Christopher Faulet · Wed Mar 10 18:38:37 2021 +0100
  90. 49531e8 BUG/MINOR; resolvers: Ignore DNS resolution for expired SRV item by Christopher Faulet · Wed Mar 10 15:07:27 2021 +0100
  91. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · Wed Mar 10 12:22:18 2021 +0100
  92. 77f8606 BUG/MEDIUM: resolvers: Fix the loop looking for an existing ADD item by Christopher Faulet · Wed Mar 10 15:19:57 2021 +0100
  93. ab177ac BUG/MEDIUM: resolvers: Don't set an address-less server as UP by Christopher Faulet · Wed Mar 10 15:34:52 2021 +0100
  94. bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · Wed Mar 10 21:33:21 2021 +0100
  95. 5130c21 BUG/MINOR: resolvers: Reset server address on DNS error only on status change by Christopher Faulet · Wed Mar 10 20:31:40 2021 +0100
  96. bd0227c BUG/MINOR: resolvers: Consider server to have no IP on DNS resolution error by Christopher Faulet · Wed Mar 10 15:39:16 2021 +0100
  97. 5037c06 Revert "BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record" by Christopher Faulet · Wed Mar 10 15:54:14 2021 +0100
  98. 736adef BUG/MINOR: cfgparse/server: increment the extra keyword counter one at a time by Willy Tarreau · Fri Mar 12 14:47:10 2021 +0100
  99. db67b0e MINOR: tcp-rules: suggest approaching action names on mismatch by Willy Tarreau · Fri Mar 12 13:46:10 2021 +0100
  100. 49bf7be MINOR: http-rules: suggest approaching action names on mismatch by Willy Tarreau · Fri Mar 12 12:01:34 2021 +0100