1. 205f1ac BUG/MINOR: hlua: fix possible crash in hlua_filter_new() under load by Aurelien DARRAGON · Mon Mar 04 09:39:58 2024 +0100
  2. cf51189 BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts by Aurelien DARRAGON · Fri Mar 01 15:55:17 2024 +0100
  3. 93361a5 BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack by Aurelien DARRAGON · Fri Mar 01 19:54:16 2024 +0100
  4. 12a5ee7 MINOR: hlua: Be able to disable logging from lua by Christopher Faulet · Thu Feb 29 15:41:17 2024 +0100
  5. 5839355 BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel by Christopher Faulet · Thu Feb 29 15:37:43 2024 +0100
  6. 0dbc16b BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data by Christopher Faulet · Fri Feb 16 15:33:44 2024 +0100
  7. 5b62e09 BUG/MEDIUM: hlua: Be able to garbage collect uninitialized lua sockets by Christopher Faulet · Fri Feb 16 15:00:54 2024 +0100
  8. 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · Mon Nov 13 09:17:05 2023 +0100
  9. 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · Wed Dec 06 11:42:42 2023 +0100
  10. 2632d04 MINOR: lua: Add flags to configure logging behaviour by Tristan · Mon Oct 23 13:07:39 2023 +0100
  11. 9a278fd BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only by Christopher Faulet · Wed Sep 27 17:47:45 2023 +0200
  12. 6db178d MINOR: hlua: Test the hlua struct first when the lua socket is connecting by Christopher Faulet · Wed Sep 27 17:42:38 2023 +0200
  13. 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · Wed Sep 27 17:39:44 2023 +0200
  14. cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · Wed Sep 27 17:34:24 2023 +0200
  15. 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · Wed Sep 27 17:22:41 2023 +0200
  16. 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · Wed Sep 27 17:17:48 2023 +0200
  17. 3ddcd1b BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · Fri Sep 08 19:29:08 2023 +0200
  18. fa76a10 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · Fri Sep 08 14:00:27 2023 +0200
  19. 0249366 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · Wed Aug 09 15:19:56 2023 +0200
  20. b25d5d3 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · Wed Aug 09 14:56:19 2023 +0200
  21. cf5b75e BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · Thu Aug 31 21:45:21 2023 +0200
  22. 3e81aed BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · Wed Aug 09 10:11:49 2023 +0200
  23. 64d7afb BUG/MINOR: hlua: add check for lua_newstate by firexinghe · Thu Jul 13 11:03:34 2023 +0800
  24. bcdf07e BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · Thu Jul 13 10:18:04 2023 +0200
  25. c9e8a32 BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions by Christopher Faulet · Mon Jun 12 09:16:27 2023 +0200
  26. 1c07da4 BUG/MINOR: hlua: unsafe hlua_lua2smp() usage by Aurelien DARRAGON · Wed May 17 16:06:11 2023 +0200
  27. a3624cb DOC: hlua: document hlua_lua2smp() function by Aurelien DARRAGON · Wed May 17 15:44:45 2023 +0200
  28. 0aaf6c4 DOC: hlua: document hlua_lua2arg() function by Aurelien DARRAGON · Wed May 17 15:33:59 2023 +0200
  29. e5c048a MINOR: hlua: hlua_arg2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:51:50 2023 +0200
  30. 4121772 MINOR: hlua: hlua_smp2lua() may LJMP by Aurelien DARRAGON · Wed May 17 10:44:47 2023 +0200
  31. 742b1a8 MINOR: hlua: hlua_smp2lua_str() may LJMP by Aurelien DARRAGON · Wed May 17 10:38:50 2023 +0200
  32. 7428ada BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner() by Aurelien DARRAGON · Mon May 15 18:46:44 2023 +0200
  33. 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · Thu May 04 13:59:48 2023 +0200
  34. e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · Fri Apr 21 17:38:37 2023 +0200
  35. a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · Tue May 02 19:10:24 2023 +0200
  36. 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · Fri Apr 21 17:32:46 2023 +0200
  37. 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · Thu Mar 30 15:53:33 2023 +0200
  38. 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · Wed Apr 26 11:27:09 2023 +0200
  39. c99f3ad MINOR: hlua: expose SERVER_STATE event by Aurelien DARRAGON · Wed Apr 12 15:47:16 2023 +0200
  40. 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
  41. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  42. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · Thu Apr 27 09:46:02 2023 +0200
  43. ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 22 20:20:39 2023 +0200
  44. fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · Sat Apr 22 17:47:34 2023 +0200
  45. 096b383 MINOR: hlua/event_hdl: timestamp for events by Aurelien DARRAGON · Thu Apr 20 11:32:46 2023 +0200
  46. 2f6a07d MINOR: hlua/event_hdl: fix return type for hlua_event_hdl_cb_data_push_args by Aurelien DARRAGON · Mon Mar 27 18:16:21 2023 +0200
  47. 55f84c7 MINOR: hlua/event_hdl: expose proxy_uuid variable in server events by Aurelien DARRAGON · Wed Mar 22 17:49:04 2023 +0100
  48. 3d9bf4e MINOR: hlua/event_hdl: rely on proxy_uuid instead of proxy_name for lookups by Aurelien DARRAGON · Wed Mar 22 17:46:12 2023 +0100
  49. 8cd620b MINOR: hlua: safe coroutine.create() by Aurelien DARRAGON · Fri Apr 07 17:37:46 2023 +0200
  50. cf0f792 MINOR: hlua: hook yield on known lua state by Aurelien DARRAGON · Fri Apr 07 16:34:20 2023 +0200
  51. 2a9764b CLEANUP: hlua: avoid confusion between internal timers and tick based timers by Aurelien DARRAGON · Tue Apr 04 18:41:04 2023 +0200
  52. 58e36e5 MEDIUM: hlua: introduce tune.lua.burst-timeout by Aurelien DARRAGON · Thu Apr 06 22:51:56 2023 +0200
  53. da9503c MEDIUM: hlua: reliable timeout detection by Aurelien DARRAGON · Fri Nov 25 09:10:07 2022 +0100
  54. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · Thu Apr 13 15:40:10 2023 +0200
  55. 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · Thu Apr 13 15:13:12 2023 +0200
  56. f65cf36 MINOR: hlua: Stop to check the SC state when executing a hlua cli command by Christopher Faulet · Tue Apr 11 08:16:52 2023 +0200
  57. 22450af BUG/MINOR: lua: remove incorrect usage of strncat() by Willy Tarreau · Fri Apr 07 15:27:55 2023 +0200
  58. c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · Mon Feb 20 18:18:59 2023 +0100
  59. b803899 MINOR: hlua: support for optional arguments to core.register_task() by Aurelien DARRAGON · Thu Mar 09 16:48:30 2023 +0100
  60. 6b0b9bd BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · Tue Mar 21 14:02:16 2023 +0100
  61. e36f803 MINOR: hlua: simplify lua locking by Aurelien DARRAGON · Tue Mar 21 13:22:33 2023 +0100
  62. fde199d CLEANUP: hlua: use hlua_unref() instead of luaL_unref() by Aurelien DARRAGON · Mon Mar 20 15:09:33 2023 +0100
  63. 4fdf8b5 CLEANUP: hlua: use hlua_pushref() instead of lua_rawgeti() by Aurelien DARRAGON · Mon Mar 20 17:22:37 2023 +0100
  64. 73d1a98 CLEANUP: hlua: use hlua_ref() instead of luaL_ref() by Aurelien DARRAGON · Mon Mar 20 17:42:08 2023 +0100
  65. 55afbed BUG/MINOR: hlua: prevent function and table reference leaks on errors by Aurelien DARRAGON · Thu Mar 02 18:42:06 2023 +0100
  66. 16d047b BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · Mon Mar 20 16:29:55 2023 +0100
  67. be58d66 BUG/MINOR: hlua: fix reference leak in core.register_task() by Aurelien DARRAGON · Mon Mar 13 14:09:21 2023 +0100
  68. 9ee0d04 MINOR: hlua: fix return type for hlua_checkfunction() and hlua_checktable() by Aurelien DARRAGON · Mon Mar 20 18:36:08 2023 +0100
  69. f8f8a2b MINOR: hlua: add simple hlua reference handling API by Aurelien DARRAGON · Thu Mar 02 17:50:49 2023 +0100
  70. 60ab0f7 CLEANUP: hlua: fix conflicting comment in hlua_ctx_destroy() by Aurelien DARRAGON · Wed Mar 01 16:45:50 2023 +0100
  71. 467913c MEDIUM: hlua: Dynamic list of frontend/backend in Lua by Thierry Fournier · Fri Sep 30 11:03:38 2022 +0200
  72. 87f5297 BUG/MINOR: hlua: enforce proper running context for register_x functions by Aurelien DARRAGON · Fri Feb 24 09:43:54 2023 +0100
  73. 7954410 MINOR: hlua: properly handle hlua_process_task HLUA_E_ETMOUT by Aurelien DARRAGON · Thu Nov 24 14:27:15 2022 +0100
  74. 0ebd41f BUG/MINOR: hlua: hook yield does not behave as expected by Aurelien DARRAGON · Thu Nov 24 09:51:40 2022 +0100
  75. 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · Wed Mar 22 14:53:11 2023 +0100
  76. 3157222 MEDIUM: hlua/applet: Use the sedesc to report and detect end of processing by Christopher Faulet · Fri Mar 31 11:13:48 2023 +0200
  77. 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · Tue Mar 21 11:52:16 2023 +0100
  78. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  79. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
  80. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  81. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  82. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  83. 3ffbf38 BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy by Aurelien DARRAGON · Thu Feb 09 17:02:57 2023 +0100
  84. 0356407 BUG/MINOR: lua/httpclient: missing free in hlua_httpclient_send() by Aurelien DARRAGON · Thu Feb 09 15:26:25 2023 +0100
  85. 2e47e3a MINOR: htx: Add an HTX value for the extra field is payload length is unknown by Christopher Faulet · Fri Jan 13 11:40:24 2023 +0100
  86. 0ae2e63 BUG/MINOR: hlua: Fix Channel.line and Channel.data behavior regarding the doc by Christopher Faulet · Tue Jan 10 15:29:54 2023 +0100
  87. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  88. 94dbfed BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task by William Lallemand · Thu Dec 08 11:11:36 2022 +0100
  89. 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · Tue Nov 22 11:51:53 2022 +0100
  90. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Nov 30 16:22:42 2022 +0500
  91. 14de395 BUILD: hlua: use __fallthrough in hlua_post_init_state() by Willy Tarreau · Mon Nov 14 07:08:28 2022 +0100
  92. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  93. bb58142 BUG/MEDIUM: httpclient/lua: crash when the lua task timeout before the httpclient by William Lallemand · Thu Oct 20 10:57:28 2022 +0200
  94. 380ae9c MINOR: httpclient/lua: Don't set req_payload callback if body is empty by Christopher Faulet · Fri Oct 14 14:57:04 2022 +0200
  95. d56bebe MINOR: hlua: removing ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Fri Oct 07 11:54:57 2022 +0200
  96. d83d045 MINOR: hlua: some luaL_checktype() calls were not guarded with MAY_LJMP by Aurelien DARRAGON · Wed Oct 05 11:46:45 2022 +0200
  97. a029d78 CLEANUP: Reapply ist.cocci (2) by Tim Duesterhus · Sat Oct 08 12:33:18 2022 +0200
  98. afb7daf BUG/MINOR: hlua: hlua_channel_insert_data() behavior conflicts with documentation by Aurelien DARRAGON · Tue Oct 04 12:16:05 2022 +0200
  99. 14f6268 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
  100. ca43161 BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200