1. f4c12d4 BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX by Bertrand Jacquin · Thu Jan 21 21:14:07 2021 +0000
  2. 80839ff MINOR: lua: remove unused variable by Bertrand Jacquin · Thu Jan 21 19:14:46 2021 +0000
  3. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
  4. 2258652 BUG/MINOR: hlua: Fix memory leak in hlua_alloc by Tim Duesterhus · Fri Jan 08 10:35:33 2021 +0100
  5. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Jan 06 21:20:16 2021 +0500
  6. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  7. f89d43a MINOR: lua: Use consistent error message 'memory allocation failed' by Tim Duesterhus · Sun Jan 03 20:04:37 2021 +0100
  8. 621e74a BUG/MINOR: lua: Fix memory leak error cases in hlua_config_prepend_path by Tim Duesterhus · Sun Jan 03 20:04:36 2021 +0100
  9. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  10. 186f376 BUG/MINOR: lua-thread: close all states on deinit by Willy Tarreau · Fri Dec 04 11:48:12 2020 +0100
  11. aafc777 BUG/MEDIUM: lua-thread: some parts must be initialized once by Thierry Fournier · Fri Dec 04 11:47:47 2020 +0100
  12. 46278ff MINOR: lua-thread: Add verbosity in errors by Thierry Fournier · Sun Nov 29 11:48:12 2020 +0100
  13. 59f11be MEDIUM: lua-thread: Add the lua-load-per-thread directive by Thierry Fournier · Sun Nov 29 00:37:41 2020 +0100
  14. c749259 MINOR: lua-thread: Store each function reference and init reference in array by Thierry Fournier · Sat Nov 28 23:57:24 2020 +0100
  15. 021d986 MINOR: lua-thread: Replace state_from by state_id by Thierry Fournier · Sat Nov 28 23:42:03 2020 +0100
  16. 62a22aa MINOR: lua-thread: Replace "struct hlua_function" allocation by dedicated function by Thierry Fournier · Sat Nov 28 21:06:35 2020 +0100
  17. afc63e2 MINOR: lua-thread: Replace global gL var with an array of states by Thierry Fournier · Sat Nov 28 17:06:51 2020 +0100
  18. 7cbe504 MEDIUM: lua-thread: Apply lock only if the parent state is the main thread by Thierry Fournier · Sat Nov 28 17:02:21 2020 +0100
  19. 3c53932 MEDIUM: lua-thread: No longer use locked context in initialization parts by Thierry Fournier · Sat Nov 28 16:05:05 2020 +0100
  20. ecb83c2 MINOR: lua-thread: Add the "thread" core variable by Thierry Fournier · Sat Nov 28 15:49:44 2020 +0100
  21. b8cef17 MINOR: lua-thread: Split hlua_post_init() function in two parts by Thierry Fournier · Sat Nov 28 15:37:17 2020 +0100
  22. c93c15c MINOR: lua-thread: Split hlua_load function in two parts by Thierry Fournier · Sat Nov 28 15:02:13 2020 +0100
  23. 75fc029 MINOR: lua-thread: make hlua_ctx_init() get L from its caller by Thierry Fournier · Sat Nov 28 13:18:56 2020 +0100
  24. 1eac28f MINOR: lua-thread: Split hlua_init() function in two parts by Thierry Fournier · Sat Nov 28 12:26:24 2020 +0100
  25. ad5345f MINOR: lua-thread: Replace embedded struct hlua_function by a pointer by Thierry Fournier · Sun Nov 29 02:05:57 2020 +0100
  26. 92689e6 MINOR: lua-thread: Stop usage of struct hlua for the global lua state by Thierry Fournier · Sat Nov 28 11:21:25 2020 +0100
  27. 4234dbd MINOR: lua-thread: Use NULL context for main lua state by Thierry Fournier · Sat Nov 28 13:18:23 2020 +0100
  28. 9eb3230 MINOR: lua-thread: hlua_ctx_renew() is never called with main gL lua state by Thierry Fournier · Sat Nov 28 11:15:14 2020 +0100
  29. 670db24 MEDIUM: lua-thread: make hlua_post_init() no longer use the runtime execution function by Thierry Fournier · Sat Nov 28 10:49:59 2020 +0100
  30. 3fb9e51 MINOR: lua-thread: remove struct hlua from function hlua_prepend_path() by Thierry Fournier · Sat Nov 28 10:13:12 2020 +0100
  31. cdb5346 MEDIUM: lua-thread: use atomics for memory accounting by Willy Tarreau · Wed Dec 02 12:12:00 2020 +0100
  32. d36c7fa MINOR: lua: simplify hlua_alloc() to only rely on realloc() by Willy Tarreau · Wed Dec 02 12:26:29 2020 +0100
  33. f67442e BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times by Thierry Fournier · Sat Nov 28 20:41:07 2020 +0100
  34. 2f05cc6 BUG/MINOR: lua: Some lua init operation are processed unsafe by Thierry Fournier · Sat Nov 28 16:08:02 2020 +0100
  35. 13d08b7 BUG/MINOR: lua: Post init register function are not executed beyond the first one by Thierry Fournier · Sat Nov 28 11:02:58 2020 +0100
  36. 77a8894 BUG/MINOR: lua: lua-load doesn't check its parameters by Thierry Fournier · Sun Nov 29 01:06:24 2020 +0100
  37. de6145f BUG/MINOR: lua: missing "\n" in error message by Thierry Fournier · Sun Nov 29 00:55:53 2020 +0100
  38. 91dc0c0 BUG/MINOR: lua: set buffer size during map lookups by Thierry Fournier · Tue Nov 10 20:38:20 2020 +0100
  39. bc0af6a BUG/MINOR: lua: initialize sample before using it by Amaury Denoyelle · Thu Oct 29 17:21:20 2020 +0100
  40. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · Thu Oct 15 07:32:10 2020 +0200
  41. f98d821 MINOR: hlua: Display debug messages on stderr only in debug mode by Christopher Faulet · Fri Oct 02 18:13:52 2020 +0200
  42. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  43. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  44. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  45. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · Tue Sep 15 11:52:23 2020 +0200
  46. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · Tue Sep 15 10:30:39 2020 +0200
  47. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  48. 77016da MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode by Thierry Fournier · Sat Aug 15 14:35:51 2020 +0200
  49. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · Fri Aug 07 11:45:18 2020 +0200
  50. fd2e906 MINOR: lua: Add support for regex as fetches and converters arguments by Christopher Faulet · Thu Aug 06 11:10:57 2020 +0200
  51. d25d926 MINOR: lua: Add support for userlist as fetches and converters arguments by Christopher Faulet · Thu Aug 06 11:04:46 2020 +0200
  52. 05e2d77 MEDIUM: lua: Don't filter exported fetches and converters by Christopher Faulet · Thu Aug 06 10:32:28 2020 +0200
  53. aec27ef BUG/MINOR: lua: Duplicate lua strings in sample fetches/converters arg array by Christopher Faulet · Thu Aug 06 08:54:25 2020 +0200
  54. fdea1b6 MINOR: hlua: Don't needlessly copy lua strings in trash during args validation by Christopher Faulet · Thu Aug 06 08:29:18 2020 +0200
  55. e663a6e BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation by Christopher Faulet · Fri Aug 07 09:11:22 2020 +0200
  56. 8e09ac8 BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation by Christopher Faulet · Fri Aug 07 09:07:26 2020 +0200
  57. 73292e9 BUG/MINOR: lua: Duplicate map name to load it when a new Map object is created by Christopher Faulet · Thu Aug 06 08:40:09 2020 +0200
  58. 2361fd9 BUG/MINOR: lua: Fix a possible null pointer deref on lua ctx by Christopher Faulet · Thu Jul 30 10:40:58 2020 +0200
  59. 8f587ea MEDIUM: lua: Set the analyse expiration date with smaller wake_time only by Christopher Faulet · Tue Jul 28 12:01:55 2020 +0200
  60. 498c483 BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation by Christopher Faulet · Tue Jul 28 11:59:58 2020 +0200
  61. 08ed98f MEDIUM: lua: Add support for the Lua 5.4 by Christopher Faulet · Tue Jul 28 10:33:25 2020 +0200
  62. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · Thu Jul 23 06:53:27 2020 +0200
  63. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · Wed Jul 22 16:20:34 2020 +0200
  64. d0c0ca2 CLEANUP: Add static void hlua_deinit() by Tim Duesterhus · Sat Jul 04 11:53:26 2020 +0200
  65. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  66. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  67. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  68. 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
  69. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  70. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  71. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  72. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  73. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  74. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  75. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  76. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  77. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  78. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  79. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  80. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  81. 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · Thu Jun 04 18:26:43 2020 +0200
  82. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  83. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  84. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  85. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  86. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  87. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · Thu Jun 04 15:13:30 2020 +0200
  88. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · Thu Jun 04 15:10:43 2020 +0200
  89. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · Thu Jun 04 15:06:28 2020 +0200
  90. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  91. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · Thu Jun 04 11:29:21 2020 +0200
  92. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  93. 8c79400 REORG: include: move hlua_fcn.h to haproxy/hlua_fcn.h by Willy Tarreau · Thu Jun 04 10:05:25 2020 +0200
  94. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · Thu Jun 04 09:20:54 2020 +0200
  95. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  96. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  97. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
  98. 374b442 REORG: include: split common/xref.h into haproxy/xref{,-t}.h by Willy Tarreau · Tue Jun 02 17:46:16 2020 +0200
  99. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · Tue Jun 02 17:32:26 2020 +0200
  100. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · Mon Jun 01 12:09:26 2020 +0200