summaryrefslogtreecommitdiff
path: root/include/haproxy/hlua-t.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: hlua: avoid confusion between internal timers and tick based timersAurelien DARRAGON2023-04-191-1/+1
* MEDIUM: hlua: reliable timeout detectionAurelien DARRAGON2023-04-191-3/+9
* MEDIUM: hlua/event_hdl: initial support for event handlersAurelien DARRAGON2023-04-051-0/+2
* MEDIUM: hlua_fcn: dynamic server iteration and indexingThierry Fournier2023-04-051-0/+10
* MEDIUM: hlua: Dynamic list of frontend/backend in LuaThierry Fournier2023-04-051-0/+10
* BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroyAurelien DARRAGON2023-02-221-2/+2
* BUG/MEDIUM: httpclient/lua: crash when the lua task timeout before the httpcl...William Lallemand2022-10-201-0/+2
* MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate fileWilliam Lallemand2022-03-301-0/+1
* MINOR: httpclient/lua: handle the streaming into the lua appletWilliam Lallemand2021-10-281-0/+1
* CLEANUP: lua: Remove any ambiguities about lua txn execution context flagsChristopher Faulet2021-10-271-0/+7
* CLEANUP: tree-wide: only include ebtree-t from type filesWilly Tarreau2021-10-071-1/+1
* MINOR: httpclient/lua: httpclient:get() API in luaWilliam Lallemand2021-09-241-0/+7
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-08-251-1/+1
* MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filteringChristopher Faulet2021-08-121-0/+1
* MINOR: lua: Add flags on the lua TXN to know the execution contextChristopher Faulet2021-08-121-0/+6
* MINOR: lua: Add a flag on lua context to know the yield capability at run timeChristopher Faulet2021-08-121-0/+1
* CLEANUP: hlua: Use net_addr structure internally to parse and compare addressesChristopher Faulet2021-02-261-14/+0
* MINOR: lua-thread: Store each function reference and init reference in arrayThierry Fournier2020-12-021-1/+1
* MINOR: lua-thread: Replace state_from by state_idThierry Fournier2020-12-021-1/+1
* MINOR: lua-thread: Replace "struct hlua_function" allocation by dedicated fun...Thierry Fournier2020-12-021-0/+1
* MINOR: lua-thread: make hlua_ctx_init() get L from its callerThierry Fournier2020-12-021-0/+1
* MINOR: lua-thread: Replace embedded struct hlua_function by a pointerThierry Fournier2020-12-021-1/+1
* REORG: include: make list-t.h part of the base APIWilly Tarreau2020-06-111-1/+0
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-2/+1
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move http_ana.h to haproxy/http_ana{,-t}.hWilly Tarreau2020-06-111-1/+0
* REORG: include: move stick_table.h to haproxy/stick_table{,-t}.hWilly Tarreau2020-06-111-1/+1
* REORG: include: move hlua.h to haproxy/hlua{,-t}.hWilly Tarreau2020-06-111-0/+204