- 96e7b77 CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() by Aurelien DARRAGON · 6 months ago
- f176a2a BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path by Aurelien DARRAGON · 6 months ago
- 5bb4175 BUG/MINOR: hlua: prevent LJMP in hlua_traceback() by Aurelien DARRAGON · 6 months ago
- 532136d BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage by Aurelien DARRAGON · 6 months ago
- 03c406c BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP by Aurelien DARRAGON · 6 months ago
- 78e1d2d CLEANUP: hlua: use hlua_pusherror() where relevant by Aurelien DARRAGON · 6 months ago
- 6049735 BUG/MINOR: hlua: use CertCache.set() from various hlua contexts by Aurelien DARRAGON · 6 months ago
- 1a3ac40 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try) by Aurelien DARRAGON · 9 months ago
- 188adfd MINOR: hlua: use accessors for stream hlua ctx by Aurelien DARRAGON · 9 months ago
- 4796ace DEBUG: lua: precisely identify if stream is stuck inside lua or not by Aurelien DARRAGON · 9 months ago
- 0995108 BUG/MINOR: hlua: fix missing lock in hlua_filter_delete() by Aurelien DARRAGON · 9 months ago
- 9b62794 BUG/MINOR: hlua: missing lock in hlua_filter_new() by Aurelien DARRAGON · 9 months ago
- f77f328 BUG/MINOR: hlua: segfault when loading the same filter from different contexts by Aurelien DARRAGON · 9 months ago
- 98497cd BUG/MINOR: hlua: don't call ha_alert() in hlua_event_subscribe() by Aurelien DARRAGON · 9 months ago
- 258fc3f BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume() by Aurelien DARRAGON · 9 months ago
- cddf622 BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP() by Aurelien DARRAGON · 9 months ago
- 01d1b73 BUG/MINOR: hlua: improper lock usage in hlua_filter_new() by Aurelien DARRAGON · 9 months ago
- f8b137b BUG/MINOR: hlua: improper lock usage in hlua_filter_callback() by Aurelien DARRAGON · 9 months ago
- 205f1ac BUG/MINOR: hlua: fix possible crash in hlua_filter_new() under load by Aurelien DARRAGON · 9 months ago
- cf51189 BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts by Aurelien DARRAGON · 9 months ago
- 93361a5 BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack by Aurelien DARRAGON · 9 months ago
- 12a5ee7 MINOR: hlua: Be able to disable logging from lua by Christopher Faulet · 9 months ago
- 5839355 BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel by Christopher Faulet · 9 months ago
- 0dbc16b BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data by Christopher Faulet · 9 months ago
- 5b62e09 BUG/MEDIUM: hlua: Be able to garbage collect uninitialized lua sockets by Christopher Faulet · 9 months ago
- 489f074 BUG/MEDIUM: proxy: always initialize the default settings after init by Willy Tarreau · 1 year ago
- 1409dea BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) by Frédéric Lécaille · 12 months ago
- 2632d04 MINOR: lua: Add flags to configure logging behaviour by Tristan · 1 year, 1 month ago
- 9a278fd BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only by Christopher Faulet · 1 year, 2 months ago
- 6db178d MINOR: hlua: Test the hlua struct first when the lua socket is connecting by Christopher Faulet · 1 year, 2 months ago
- 2678657 MINOR: hlua: Save the lua socket's server in its context by Christopher Faulet · 1 year, 2 months ago
- cb06855 MINOR: hlua: Save the lua socket's timeout in its context by Christopher Faulet · 1 year, 2 months ago
- 714476c MINOR: hlua: Don't preform operations on a not connected socket by Christopher Faulet · 1 year, 2 months ago
- 75d1bfb MINOR: hlua: Set context's appctx when the lua socket is created by Christopher Faulet · 1 year, 2 months ago
- 3ddcd1b BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · 1 year, 3 months ago
- fa76a10 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · 1 year, 3 months ago
- 0249366 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · 1 year, 4 months ago
- b25d5d3 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · 1 year, 4 months ago
- cf5b75e BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · 1 year, 3 months ago
- 3e81aed BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · 1 year, 4 months ago
- 64d7afb BUG/MINOR: hlua: add check for lua_newstate by firexinghe · 1 year, 4 months ago
- bcdf07e BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · 1 year, 4 months ago
- c9e8a32 BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions by Christopher Faulet · 1 year, 6 months ago
- 1c07da4 BUG/MINOR: hlua: unsafe hlua_lua2smp() usage by Aurelien DARRAGON · 1 year, 6 months ago
- a3624cb DOC: hlua: document hlua_lua2smp() function by Aurelien DARRAGON · 1 year, 6 months ago
- 0aaf6c4 DOC: hlua: document hlua_lua2arg() function by Aurelien DARRAGON · 1 year, 6 months ago
- e5c048a MINOR: hlua: hlua_arg2lua() may LJMP by Aurelien DARRAGON · 1 year, 6 months ago
- 4121772 MINOR: hlua: hlua_smp2lua() may LJMP by Aurelien DARRAGON · 1 year, 6 months ago
- 742b1a8 MINOR: hlua: hlua_smp2lua_str() may LJMP by Aurelien DARRAGON · 1 year, 6 months ago
- 7428ada BUG/MINOR: hlua: SET_SAFE_LJMP misuse in hlua_event_runner() by Aurelien DARRAGON · 1 year, 6 months ago
- 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · 1 year, 7 months ago
- e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · 1 year, 7 months ago
- a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · 1 year, 7 months ago
- 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · 1 year, 7 months ago
- 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · 1 year, 8 months ago
- 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · 1 year, 7 months ago
- c99f3ad MINOR: hlua: expose SERVER_STATE event by Aurelien DARRAGON · 1 year, 8 months ago
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · 1 year, 7 months ago
- 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
- ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · 1 year, 7 months ago
- ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 1 year, 7 months ago
- fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · 1 year, 7 months ago
- 096b383 MINOR: hlua/event_hdl: timestamp for events by Aurelien DARRAGON · 1 year, 7 months ago
- 2f6a07d MINOR: hlua/event_hdl: fix return type for hlua_event_hdl_cb_data_push_args by Aurelien DARRAGON · 1 year, 8 months ago
- 55f84c7 MINOR: hlua/event_hdl: expose proxy_uuid variable in server events by Aurelien DARRAGON · 1 year, 8 months ago
- 3d9bf4e MINOR: hlua/event_hdl: rely on proxy_uuid instead of proxy_name for lookups by Aurelien DARRAGON · 1 year, 8 months ago
- 8cd620b MINOR: hlua: safe coroutine.create() by Aurelien DARRAGON · 1 year, 8 months ago
- cf0f792 MINOR: hlua: hook yield on known lua state by Aurelien DARRAGON · 1 year, 8 months ago
- 2a9764b CLEANUP: hlua: avoid confusion between internal timers and tick based timers by Aurelien DARRAGON · 1 year, 8 months ago
- 58e36e5 MEDIUM: hlua: introduce tune.lua.burst-timeout by Aurelien DARRAGON · 1 year, 8 months ago
- da9503c MEDIUM: hlua: reliable timeout detection by Aurelien DARRAGON · 2 years ago
- 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · 1 year, 8 months ago
- 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · 1 year, 8 months ago
- f65cf36 MINOR: hlua: Stop to check the SC state when executing a hlua cli command by Christopher Faulet · 1 year, 8 months ago
- 22450af BUG/MINOR: lua: remove incorrect usage of strncat() by Willy Tarreau · 1 year, 8 months ago
- c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · 1 year, 9 months ago
- b803899 MINOR: hlua: support for optional arguments to core.register_task() by Aurelien DARRAGON · 1 year, 9 months ago
- 6b0b9bd BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · 1 year, 8 months ago
- e36f803 MINOR: hlua: simplify lua locking by Aurelien DARRAGON · 1 year, 8 months ago
- fde199d CLEANUP: hlua: use hlua_unref() instead of luaL_unref() by Aurelien DARRAGON · 1 year, 8 months ago
- 4fdf8b5 CLEANUP: hlua: use hlua_pushref() instead of lua_rawgeti() by Aurelien DARRAGON · 1 year, 8 months ago
- 73d1a98 CLEANUP: hlua: use hlua_ref() instead of luaL_ref() by Aurelien DARRAGON · 1 year, 8 months ago
- 55afbed BUG/MINOR: hlua: prevent function and table reference leaks on errors by Aurelien DARRAGON · 1 year, 9 months ago
- 16d047b BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · 1 year, 8 months ago
- be58d66 BUG/MINOR: hlua: fix reference leak in core.register_task() by Aurelien DARRAGON · 1 year, 9 months ago
- 9ee0d04 MINOR: hlua: fix return type for hlua_checkfunction() and hlua_checktable() by Aurelien DARRAGON · 1 year, 8 months ago
- f8f8a2b MINOR: hlua: add simple hlua reference handling API by Aurelien DARRAGON · 1 year, 9 months ago
- 60ab0f7 CLEANUP: hlua: fix conflicting comment in hlua_ctx_destroy() by Aurelien DARRAGON · 1 year, 9 months ago
- 467913c MEDIUM: hlua: Dynamic list of frontend/backend in Lua by Thierry Fournier · 2 years, 2 months ago
- 87f5297 BUG/MINOR: hlua: enforce proper running context for register_x functions by Aurelien DARRAGON · 1 year, 9 months ago
- 7954410 MINOR: hlua: properly handle hlua_process_task HLUA_E_ETMOUT by Aurelien DARRAGON · 2 years ago
- 0ebd41f BUG/MINOR: hlua: hook yield does not behave as expected by Aurelien DARRAGON · 2 years ago
- 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · 1 year, 8 months ago
- 3157222 MEDIUM: hlua/applet: Use the sedesc to report and detect end of processing by Christopher Faulet · 1 year, 8 months ago
- 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · 1 year, 8 months ago
- 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
- 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 9 months ago
- f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
- ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago