1. f63a185 BUG/MEDIUM: threads: Ignore current thread to end its harmless period by Christopher Faulet · Wed Apr 14 14:02:25 2021 +0200
  2. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · Thu Apr 15 13:46:25 2021 +0200
  3. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · Wed Apr 14 19:14:30 2021 +0200
  4. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · Thu Apr 01 20:53:59 2021 +0200
  5. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · Mon Apr 12 16:56:37 2021 +0200
  6. 147b8c9 MINOIR: checks/trace: Register a new trace source with its events by Christopher Faulet · Sat Apr 10 09:00:38 2021 +0200
  7. 6d80b63 MINOR: trace: Add the checks as a possible trace source by Christopher Faulet · Mon Apr 12 11:53:16 2021 +0200
  8. 7b1425a MINOR: atomic: reimplement the relaxed version of x86 BTS/BTR by Willy Tarreau · Mon Apr 12 09:58:31 2021 +0200
  9. c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · Sun Apr 11 15:00:34 2021 +0200
  10. 61c72c3 CLEANUP: time: remove the now unused ms_left_scaled by Willy Tarreau · Sun Apr 11 01:40:13 2021 +0200
  11. d46ed5c MINOR: freq_ctr: simplify and improve the update function by Willy Tarreau · Sun Apr 11 13:51:58 2021 +0200
  12. 6339c19 MINOR: freq_ctr: add cpu_relax in the rotation loop of update_freq_ctr_period() by Willy Tarreau · Sun Apr 11 01:18:39 2021 +0200
  13. fc6323a MEDIUM: freq_ctr: replace the per-second counters with the generic ones by Willy Tarreau · Sat Apr 10 23:41:25 2021 +0200
  14. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · Sat Apr 10 23:00:53 2021 +0200
  15. d209c87 MINOR: freq_ctr: add the missing next_event_delay_period() by Willy Tarreau · Sat Apr 10 23:36:07 2021 +0200
  16. 607be24 MEDIUM: freq_ctr: reimplement freq_ctr_remain_period() from freq_ctr_total() by Willy Tarreau · Sun Apr 11 10:42:28 2021 +0200
  17. a7a31b2 MEDIUM: freq_ctr: make read_freq_ctr_period() use freq_ctr_total() by Willy Tarreau · Sun Apr 11 00:57:33 2021 +0200
  18. f3a9f8d MINOR: freq_ctr: add a generic function to report the total value by Willy Tarreau · Sun Apr 11 00:38:06 2021 +0200
  19. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · Sat Apr 10 17:23:00 2021 +0200
  20. f459640 MINOR: global: declare a read_mostly section by Willy Tarreau · Sat Apr 10 16:53:05 2021 +0200
  21. ba386f6 CLEANUP: initcall: rely on HA_SECTION_* instead of defining its own by Willy Tarreau · Sat Apr 10 16:02:20 2021 +0200
  22. 5bec4c4 MINOR: compiler: add macros to declare section names by Willy Tarreau · Sat Apr 10 15:53:45 2021 +0200
  23. 731f0c6 CLEANUP: initcall: rename HA_SECTION to HA_INIT_SECTION by Willy Tarreau · Sat Apr 10 15:17:21 2021 +0200
  24. afa9bc0 MINOR: initcall: uniformize the section names between MacOS and other unixes by Willy Tarreau · Sat Apr 10 15:43:17 2021 +0200
  25. ad14c26 MINOR: trace: replace the trace() inline function with an equivalent macro by Willy Tarreau · Sat Apr 10 19:20:01 2021 +0200
  26. 9057a00 CLEANUP: pattern: make all pattern tables read-only by Willy Tarreau · Sat Apr 10 17:44:27 2021 +0200
  27. 403fd72 CLEANUP: Remove useless malloc() casts by Tim Duesterhus · Thu Apr 08 20:05:23 2021 +0200
  28. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · Sat Apr 03 20:39:21 2021 +0200
  29. b8ee894 CLEANUP: htx: Make http_get_stline take a `const struct` by Tim Duesterhus · Sat Apr 03 20:39:20 2021 +0200
  30. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · Thu Apr 08 19:28:16 2021 +0200
  31. 1197459 BUG/MAJOR: fd: switch temp values to uint in fd_stop_both() by Willy Tarreau · Wed Apr 07 20:46:26 2021 +0200
  32. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · Mon Apr 05 17:53:56 2021 +0200
  33. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · Mon Apr 05 17:53:55 2021 +0200
  34. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · Mon Apr 05 17:53:54 2021 +0200
  35. 92c059c MINOR: atomic: implement native BTS/BTR for x86 by Willy Tarreau · Tue Apr 06 14:24:51 2021 +0200
  36. fa68d26 CLEANUP: atomic: use the __atomic variant of BTS/BTR on modern compilers by Willy Tarreau · Tue Apr 06 14:04:22 2021 +0200
  37. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  38. 22d675c CLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments by Willy Tarreau · Tue Apr 06 12:11:04 2021 +0200
  39. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · Tue Apr 06 11:57:41 2021 +0200
  40. a477150 CLEANUP: atomic: make all standard add/or/and/sub operations return void by Willy Tarreau · Tue Apr 06 11:46:58 2021 +0200
  41. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · Tue Apr 06 11:44:07 2021 +0200
  42. 6756d95 MINOR: atomic/arm64: detect and use builtins for the double-word CAS by Willy Tarreau · Tue Apr 06 09:21:33 2021 +0200
  43. 1673c4a MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lock by Willy Tarreau · Wed Apr 07 17:36:57 2021 +0200
  44. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · Tue Apr 06 18:09:06 2021 +0200
  45. 5362bc9 MINOR: fd: move .et_possible into fdtab[].state by Willy Tarreau · Tue Apr 06 18:05:48 2021 +0200
  46. 0cc6128 MINOR: fd: move .initialized into fdtab[].state by Willy Tarreau · Tue Apr 06 17:57:12 2021 +0200
  47. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · Tue Apr 06 17:53:33 2021 +0200
  48. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · Tue Apr 06 17:49:19 2021 +0200
  49. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  50. 8d27c20 MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 by Willy Tarreau · Tue Apr 06 16:55:17 2021 +0200
  51. fc0cdfb CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY by Willy Tarreau · Tue Apr 06 16:48:02 2021 +0200
  52. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · Fri Apr 02 10:13:43 2021 +0200
  53. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · Tue Mar 30 17:34:24 2021 +0200
  54. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · Mon Mar 29 10:29:07 2021 +0200
  55. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · Mon Mar 29 10:46:38 2021 +0200
  56. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · Fri Mar 26 10:02:46 2021 +0100
  57. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · Thu Mar 25 17:19:04 2021 +0100
  58. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · Mon Mar 15 15:10:38 2021 +0100
  59. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · Mon Mar 15 12:03:44 2021 +0100
  60. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · Mon Mar 15 10:42:02 2021 +0100
  61. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · Mon Mar 08 19:12:58 2021 +0100
  62. bb69d78 MINOR: muxes: Show muxes flags when the mux list is displayed by Christopher Faulet · Mon Mar 22 17:06:24 2021 +0100
  63. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · Mon Mar 08 15:28:28 2021 +0100
  64. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · Wed Mar 31 08:45:47 2021 +0200
  65. be362fd MINOR: compat: add short aliases for a few very commonly used types by Willy Tarreau · Fri Mar 26 17:28:47 2021 +0100
  66. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · Fri Mar 26 15:36:44 2021 +0100
  67. db5e0db MINOR: sample: add a new CLI_PARSER context for samples by Willy Tarreau · Fri Mar 26 15:29:35 2021 +0100
  68. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · Fri Mar 26 11:11:34 2021 +0100
  69. f9a7a8f MINOR: sample: add a new CFG_PARSER context for samples by Willy Tarreau · Fri Mar 26 11:09:38 2021 +0100
  70. be2159b MINOR: sample: add a new SMP_SRC_CONST sample capability by Willy Tarreau · Fri Mar 26 11:56:11 2021 +0100
  71. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · Fri Mar 26 16:11:55 2021 +0100
  72. 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · Wed Mar 24 10:49:34 2021 +0100
  73. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · Wed Mar 24 16:13:20 2021 +0100
  74. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · Tue Mar 23 17:27:05 2021 +0100
  75. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · Thu Mar 25 17:15:52 2021 +0100
  76. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · Thu Mar 25 15:09:38 2021 +0100
  77. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · Thu Mar 25 00:41:41 2021 +0500
  78. 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · Wed Mar 17 14:56:54 2021 +0100
  79. 6cf1311 CLEANUP: fd: remove unused fd_set_running_excl() by Willy Tarreau · Wed Mar 24 11:34:09 2021 +0100
  80. 2c3f981 BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · Wed Mar 24 10:51:32 2021 +0100
  81. 71bada5 MINOR: fd: remove the unneeded running bit from fd_insert() by Willy Tarreau · Wed Mar 24 10:42:16 2021 +0100
  82. 6e8e10b MINOR: fd: make fd_clr_running() return the remaining running mask by Willy Tarreau · Wed Mar 24 10:27:56 2021 +0100
  83. 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
  84. d09cc51 MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · Wed Mar 24 14:48:45 2021 +0100
  85. 8cd1627 CLEANUP: ssl: remove unused definitions by Ilya Shipitsin · Sat Mar 20 22:30:59 2021 +0500
  86. 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
  87. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · Mon Mar 22 17:17:34 2021 +0100
  88. 8cc586c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · Tue Mar 23 08:58:22 2021 +0100
  89. 6064b34 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · Tue Mar 23 08:45:42 2021 +0100
  90. 5d110b2 CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node() by Willy Tarreau · Mon Mar 22 21:01:05 2021 +0100
  91. 1875907 MINOR: pools: add pool_zalloc() to return a zeroed area by Willy Tarreau · Mon Mar 22 22:05:05 2021 +0100
  92. de749a9 MINOR: pools: make the pool allocator support a few flags by Willy Tarreau · Mon Mar 22 20:54:15 2021 +0100
  93. a213b68 CLEANUP: pools: remove the unused pool_get_first() function by Willy Tarreau · Mon Mar 22 14:56:30 2021 +0100
  94. 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · Mon Mar 22 14:53:56 2021 +0100
  95. f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:49:19 2021 +0100
  96. 0f495b3 MINOR: channel: simplify the channel's buffer allocation by Willy Tarreau · Mon Mar 22 14:41:38 2021 +0100
  97. 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · Mon Mar 22 16:10:22 2021 +0100
  98. 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
  99. dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · Sun Mar 14 00:39:49 2021 +0100
  100. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · Fri Mar 05 23:37:48 2021 +0100