- 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · Thu May 04 13:59:48 2023 +0200
- e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · Fri Apr 21 17:38:37 2023 +0200
- a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · Tue May 02 19:10:24 2023 +0200
- 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · Fri Apr 21 17:32:46 2023 +0200
- 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · Thu Mar 30 15:53:33 2023 +0200
- 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · Wed Apr 26 11:27:09 2023 +0200
- c99f3ad MINOR: hlua: expose SERVER_STATE event by Aurelien DARRAGON · Wed Apr 12 15:47:16 2023 +0200
- 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
- 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
- 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
- ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 22 20:20:39 2023 +0200
- fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · Sat Apr 22 17:47:34 2023 +0200
- 096b383 MINOR: hlua/event_hdl: timestamp for events by Aurelien DARRAGON · Thu Apr 20 11:32:46 2023 +0200
- 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
- 55f84c7 MINOR: hlua/event_hdl: expose proxy_uuid variable in server events by Aurelien DARRAGON · Wed Mar 22 17:49:04 2023 +0100
- 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
- 8cd620b MINOR: hlua: safe coroutine.create() by Aurelien DARRAGON · Fri Apr 07 17:37:46 2023 +0200
- cf0f792 MINOR: hlua: hook yield on known lua state by Aurelien DARRAGON · Fri Apr 07 16:34:20 2023 +0200
- 2a9764b CLEANUP: hlua: avoid confusion between internal timers and tick based timers by Aurelien DARRAGON · Tue Apr 04 18:41:04 2023 +0200
- 58e36e5 MEDIUM: hlua: introduce tune.lua.burst-timeout by Aurelien DARRAGON · Thu Apr 06 22:51:56 2023 +0200
- da9503c MEDIUM: hlua: reliable timeout detection by Aurelien DARRAGON · Fri Nov 25 09:10:07 2022 +0100
- 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · Thu Apr 13 15:40:10 2023 +0200
- 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · Thu Apr 13 15:13:12 2023 +0200
- 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
- 22450af BUG/MINOR: lua: remove incorrect usage of strncat() by Willy Tarreau · Fri Apr 07 15:27:55 2023 +0200
- c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · Mon Feb 20 18:18:59 2023 +0100
- b803899 MINOR: hlua: support for optional arguments to core.register_task() by Aurelien DARRAGON · Thu Mar 09 16:48:30 2023 +0100
- 6b0b9bd BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · Tue Mar 21 14:02:16 2023 +0100
- e36f803 MINOR: hlua: simplify lua locking by Aurelien DARRAGON · Tue Mar 21 13:22:33 2023 +0100
- fde199d CLEANUP: hlua: use hlua_unref() instead of luaL_unref() by Aurelien DARRAGON · Mon Mar 20 15:09:33 2023 +0100
- 4fdf8b5 CLEANUP: hlua: use hlua_pushref() instead of lua_rawgeti() by Aurelien DARRAGON · Mon Mar 20 17:22:37 2023 +0100
- 73d1a98 CLEANUP: hlua: use hlua_ref() instead of luaL_ref() by Aurelien DARRAGON · Mon Mar 20 17:42:08 2023 +0100
- 55afbed BUG/MINOR: hlua: prevent function and table reference leaks on errors by Aurelien DARRAGON · Thu Mar 02 18:42:06 2023 +0100
- 16d047b BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · Mon Mar 20 16:29:55 2023 +0100
- be58d66 BUG/MINOR: hlua: fix reference leak in core.register_task() by Aurelien DARRAGON · Mon Mar 13 14:09:21 2023 +0100
- 9ee0d04 MINOR: hlua: fix return type for hlua_checkfunction() and hlua_checktable() by Aurelien DARRAGON · Mon Mar 20 18:36:08 2023 +0100
- f8f8a2b MINOR: hlua: add simple hlua reference handling API by Aurelien DARRAGON · Thu Mar 02 17:50:49 2023 +0100
- 60ab0f7 CLEANUP: hlua: fix conflicting comment in hlua_ctx_destroy() by Aurelien DARRAGON · Wed Mar 01 16:45:50 2023 +0100
- 467913c MEDIUM: hlua: Dynamic list of frontend/backend in Lua by Thierry Fournier · Fri Sep 30 11:03:38 2022 +0200
- 87f5297 BUG/MINOR: hlua: enforce proper running context for register_x functions by Aurelien DARRAGON · Fri Feb 24 09:43:54 2023 +0100
- 7954410 MINOR: hlua: properly handle hlua_process_task HLUA_E_ETMOUT by Aurelien DARRAGON · Thu Nov 24 14:27:15 2022 +0100
- 0ebd41f BUG/MINOR: hlua: hook yield does not behave as expected by Aurelien DARRAGON · Thu Nov 24 09:51:40 2022 +0100
- 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · Wed Mar 22 14:53:11 2023 +0100
- 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
- 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · Tue Mar 21 11:52:16 2023 +0100
- 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
- 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
- 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
- ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
- 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
- 0356407 BUG/MINOR: lua/httpclient: missing free in hlua_httpclient_send() by Aurelien DARRAGON · Thu Feb 09 15:26:25 2023 +0100
- 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
- 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
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
- 94dbfed BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task by William Lallemand · Thu Dec 08 11:11:36 2022 +0100
- 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · Tue Nov 22 11:51:53 2022 +0100
- 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Nov 30 16:22:42 2022 +0500
- 14de395 BUILD: hlua: use __fallthrough in hlua_post_init_state() by Willy Tarreau · Mon Nov 14 07:08:28 2022 +0100
- 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
- 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
- 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
- d56bebe MINOR: hlua: removing ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Fri Oct 07 11:54:57 2022 +0200
- d83d045 MINOR: hlua: some luaL_checktype() calls were not guarded with MAY_LJMP by Aurelien DARRAGON · Wed Oct 05 11:46:45 2022 +0200
- a029d78 CLEANUP: Reapply ist.cocci (2) by Tim Duesterhus · Sat Oct 08 12:33:18 2022 +0200
- afb7daf BUG/MINOR: hlua: hlua_channel_insert_data() behavior conflicts with documentation by Aurelien DARRAGON · Tue Oct 04 12:16:05 2022 +0200
- 14f6268 BUG/MEDIUM: lua: handle stick table implicit arguments right. by Olivier Houchard · Tue Sep 13 00:35:53 2022 +0200
- ca43161 BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure by Olivier Houchard · Tue Sep 13 00:31:17 2022 +0200
- cd341d5 MINOR: hlua: ambiguous lua_pushvalue with 0 index by Aurelien DARRAGON · Thu Sep 29 12:00:04 2022 +0200
- 4d7aefe BUG/MINOR: hlua: prevent crash when loading numerous arguments using lua-load(per-thread) by Aurelien DARRAGON · Fri Sep 23 10:22:14 2022 +0200
- bcbcf98 BUG/MINOR: hlua: _hlua_http_msg_delete incorrect behavior when offset is used by Aurelien DARRAGON · Wed Sep 28 19:08:15 2022 +0200
- 7fdba0a BUG/MINOR: hlua: fixing hlua_http_msg_insert_data behavior by Aurelien DARRAGON · Wed Sep 28 16:03:45 2022 +0200
- d7c71b0 BUG/MINOR: hlua: fixing hlua_http_msg_del_data behavior by Aurelien DARRAGON · Wed Sep 28 15:52:18 2022 +0200
- b12d169 BUG/MINOR: hlua: fixing ambiguous sizeof in hlua_load_per_thread by Aurelien DARRAGON · Fri Sep 23 08:48:34 2022 +0200
- ae6b568 MINOR: hlua: Allow argument on lua-lod(-per-thread) directives by Thierry Fournier · Mon Sep 19 09:04:16 2022 +0200
- 70e38e9 BUG/MINOR: hlua: Remove \n in Lua error message built with memprintf by Thierry Fournier · Mon Sep 19 09:01:53 2022 +0200
- 4a20972 BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets by Christopher Faulet · Mon Aug 29 15:37:16 2022 +0200
- 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · Wed Jun 15 15:57:53 2022 +0200
- 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · Wed Jun 15 14:19:48 2022 +0200
- 0b7b639 MINOR: hlua: add a new hlua_show_current_location() function by Willy Tarreau · Sun Jun 19 17:39:33 2022 +0200
- 5c14340 MINOR: hlua: don't dump empty entries in hlua_traceback() by Willy Tarreau · Sun Jun 19 17:35:53 2022 +0200
- e35f032 CLEANUP: hlua: check for at least 2 threads on a task by Willy Tarreau · Tue Jun 14 11:00:46 2022 +0200
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
- 3e7be36 CLEANUP: hlua: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:35:27 2022 +0200
- 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:26:46 2022 +0200
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
- 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
- d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · Fri May 27 08:57:21 2022 +0200
- 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
- 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · Wed May 25 18:21:43 2022 +0200
- 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · Wed May 25 15:42:03 2022 +0200
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
- b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN by Willy Tarreau · Tue May 24 16:49:03 2022 +0200
- 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · Wed May 18 17:58:02 2022 +0200
- fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · Wed May 18 16:23:22 2022 +0200
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200