1. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  2. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  3. 4aa1d28 MINOR: applet: Make .init callback more generic by Christopher Faulet · Thu Jan 13 16:01:35 2022 +0100
  4. f89af9c BUG/MEDIUM: hlua: Don't set EOM flag on an empty HTX message in HTTP applet by Christopher Faulet · Thu Apr 07 10:07:18 2022 +0200
  5. 5213918 BUILD: ssl/lua: CacheCert needs OpenSSL by William Lallemand · Wed Mar 30 15:05:42 2022 +0200
  6. 30fcca1 MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file by William Lallemand · Wed Mar 30 12:03:12 2022 +0200
  7. 7177a95 MEDIUM: httpclient/lua: be stricter with httpclient parameters by William Lallemand · Thu Mar 03 15:33:12 2022 +0100
  8. 8f170c7 BUG/MINOR: httpclient/lua: stuck when closing without data by William Lallemand · Tue Mar 15 10:52:07 2022 +0100
  9. d8d2708 BUG/MINOR: hlua: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:50:54 2022 +0100
  10. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · Wed Mar 02 22:33:39 2022 +0100
  11. 10a3736 BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST by William Lallemand · Wed Mar 02 16:18:26 2022 +0100
  12. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
  13. 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · Mon Feb 28 16:51:23 2022 +0100
  14. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
  15. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  16. 436811f MINOR: hlua: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:39:38 2021 +0100
  17. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  18. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
  19. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  20. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  21. ab90ee8 BUG/MINOR: httpclient/lua: missing pop for new timeout parameter by William Lallemand · Wed Feb 23 15:16:08 2022 +0100
  22. b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · Wed Feb 23 14:18:16 2022 +0100
  23. 4f4f2b7 MINOR: httpclient/lua: add 'dst' optionnal field by William Lallemand · Thu Feb 17 20:00:23 2022 +0100
  24. fc59129 MINOR: httpclient: Don't limit data transfer to 1024 bytes by Christopher Faulet · Wed Jan 12 14:46:03 2022 +0100
  25. 01e2be8 BUG/MINOR: httpclient/lua: don't pop the lua stack when getting headers by William Lallemand · Fri Jan 14 17:59:01 2022 +0100
  26. 7fbc770 BUG/MINOR: lua: remove loop initial declarations by Bertrand Jacquin · Wed Nov 24 21:16:06 2021 +0000
  27. 933fe39 BUG/MINOR: httpclient/lua: rcv freeze when no request payload by William Lallemand · Thu Nov 04 09:45:58 2021 +0100
  28. 2471f5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Mon Nov 08 09:05:01 2021 +0100
  29. 16cc16d CLEANUP: Re-apply xalloc_size.cocci by Tim Duesterhus · Sat Nov 06 15:14:45 2021 +0100
  30. 4c8f75f CLEANUP: Apply ist.cocci by Tim Duesterhus · Sat Nov 06 15:14:44 2021 +0100
  31. d1187eb BUG/MINOR: httpclient/lua: misplaced luaL_buffinit() by William Lallemand · Tue Nov 02 10:40:06 2021 +0100
  32. bd5739e MINOR: httpclient/lua: handle the streaming into the lua applet by William Lallemand · Thu Oct 28 15:41:38 2021 +0200
  33. 8aee303 CLEANUP: hlua: Remove obsolete branch in `hlua_alloc()` by Tim Duesterhus · Sat Oct 23 19:56:40 2021 +0200
  34. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  35. e6465b3 CLEANUP: lua: Use a const address to retrieve info about a connection by Christopher Faulet · Fri Oct 22 15:36:08 2021 +0200
  36. 0af4bd7 BUG/MEDIUM: lua: fix invalid return types in hlua_http_msg_get_body by vishnu · Sun Oct 24 06:46:24 2021 +0530
  37. 6137a9e MINOR: httpclient/lua: return an error when it can't generate the request by William Lallemand · Tue Oct 26 15:01:53 2021 +0200
  38. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · Tue Oct 26 11:43:26 2021 +0200
  39. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  40. a5efdff BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems by Willy Tarreau · Fri Oct 22 16:00:02 2021 +0200
  41. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  42. 9e5e586 BUG/MINOR: lua: Fix lua error handling in `hlua_config_prepend_path()` by Tim Duesterhus · Mon Oct 11 18:51:08 2021 +0200
  43. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  44. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  45. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · Wed Oct 06 10:57:44 2021 +0200
  46. ef574b2 BUG/MINOR: httpclient/lua: does not process headers when failed by William Lallemand · Tue Oct 05 16:19:31 2021 +0200
  47. f77f1de MINOR: httpclient/lua: implement garbage collection by William Lallemand · Tue Sep 28 19:10:38 2021 +0200
  48. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  49. e3957f8 BUG/MAJOR: lua: use task_wakeup() to properly run a task once by Willy Tarreau · Thu Sep 30 16:17:37 2021 +0200
  50. 12c0270 BUG/MEDIUM: lua: fix wakeup condition from sleep() by Willy Tarreau · Thu Sep 30 16:12:31 2021 +0200
  51. 545fbba MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice by Christopher Faulet · Tue Sep 28 09:36:25 2021 +0200
  52. 4a4e663 Revert "head-truc" by William Lallemand · Fri Sep 24 19:13:04 2021 +0200
  53. 7d21836 head-truc by William Lallemand · Fri Sep 24 16:51:55 2021 +0200
  54. 79416cb BUG/MINOR: httpclient/lua: return an error on argument check by William Lallemand · Fri Sep 24 14:51:44 2021 +0200
  55. d7df73a MINOR: httpclient/lua: implement the headers in the response object by William Lallemand · Thu Sep 23 17:54:00 2021 +0200
  56. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · Tue Sep 21 16:25:15 2021 +0200
  57. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  58. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  59. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · Sat Sep 11 23:17:25 2021 +0200
  60. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · Fri Sep 03 11:52:38 2021 +0200
  61. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · Mon Aug 30 09:35:18 2021 +0200
  62. 5ef9656 BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords by Willy Tarreau · Thu Aug 26 16:48:53 2021 +0200
  63. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · Wed Aug 25 15:34:53 2021 +0200
  64. ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Aug 22 22:18:07 2021 +0500
  65. 1e7bef1 MINOR: hlua: take the global Lua lock inside a global function by Willy Tarreau · Fri Aug 20 15:47:25 2021 +0200
  66. e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · Fri Aug 13 14:11:17 2021 +0200
  67. c86bb87 BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directives by Christopher Faulet · Fri Aug 13 08:33:57 2021 +0200
  68. 70c4345 BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functions by Christopher Faulet · Fri Aug 13 08:11:00 2021 +0200
  69. eae8afa MINOR: filters/lua: Support the HTTP filtering from filters written in lua by Christopher Faulet · Wed Feb 26 17:15:48 2020 +0100
  70. 78c3547 MINOR: filters/lua: Add request and response HTTP messages in the lua TXN by Christopher Faulet · Wed Feb 26 17:14:08 2020 +0100
  71. df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · Wed Feb 26 16:57:19 2020 +0100
  72. c404f11 MEDIUM: filters/lua: Support declaration of some filter callback functions in lua by Christopher Faulet · Wed Feb 26 15:03:09 2020 +0100
  73. a1ac5fb MEDIUM: filters/lua: Be prepared to filter TCP payloads by Christopher Faulet · Mon Aug 09 10:22:46 2021 +0200
  74. 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · Fri Aug 06 16:29:41 2021 +0200
  75. 9f55a50 MINOR: lua: Add a function to get a filter attached to a channel class by Christopher Faulet · Tue Feb 25 15:21:02 2020 +0100
  76. 69c581a MEDIUM: filters/lua: Add support for dummy filters written in lua by Christopher Faulet · Mon May 31 08:54:04 2021 +0200
  77. 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · Fri Aug 06 16:02:36 2021 +0200
  78. 9a6ffda MEDIUM: lua: Process buffer data using an offset and a length by Christopher Faulet · Fri Aug 06 13:49:54 2021 +0200
  79. ba9e21d MINOR: lua: Add a function to get a reference on a table in the stack by Christopher Faulet · Tue Feb 25 10:20:04 2020 +0100
  80. 23976d9 BUG/MINOR: lua: Don't yield in channel.append() and channel.set() by Christopher Faulet · Fri Aug 06 09:59:49 2021 +0200
  81. 2e60aa4 BUG/MINOR: lua: Yield in channel functions only if lua context can yield by Christopher Faulet · Thu Aug 05 11:58:37 2021 +0200
  82. 1f43a34 MINOR: lua: Add a flag on lua context to know the yield capability at run time by Christopher Faulet · Wed Aug 04 17:58:21 2021 +0200
  83. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · Wed Jul 28 15:48:16 2021 +0200
  84. ee0d727 CLEANUP: hlua: use free_args() to release args arrays by Willy Tarreau · Fri Jul 16 10:26:56 2021 +0200
  85. 6a51090 BUILD: lua: silence a build warning with TCC by Willy Tarreau · Wed Jul 14 19:41:25 2021 +0200
  86. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  87. 3d6ee40 BUILD: hlua: include proxy.h from hlua.c by Willy Tarreau · Sat May 08 20:28:07 2021 +0200
  88. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  89. c31b200 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · Mon May 03 10:11:13 2021 +0200
  90. 7e702d1 CLEANUP: hlua: rename hlua_appctx* appctx to luactx by Willy Tarreau · Wed Apr 28 17:59:21 2021 +0200
  91. bd878d2 BUG/MINOR: hlua: Don't consume headers when starting an HTTP lua service by Christopher Faulet · Wed Apr 28 10:50:21 2021 +0200
  92. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  93. 3a9a12b BUG/MINOR: hlua: Fix memory leaks on error path when registering a cli keyword by Christopher Faulet · Mon Apr 12 15:31:29 2021 +0200
  94. 5c028d7 BUG/MINOR: hlua: Fix memory leaks on error path when registering a service by Christopher Faulet · Mon Apr 12 15:11:44 2021 +0200
  95. 4fc9da0 BUG/MINOR: hlua: Fix memory leaks on error path when registering an action by Christopher Faulet · Mon Apr 12 15:08:12 2021 +0200
  96. 528526f BUG/MINOR: hlua: Fix memory leaks on error path when parsing a lua action by Christopher Faulet · Mon Apr 12 14:37:32 2021 +0200
  97. 2567f18 BUG/MINOR: hlua: Fix memory leaks on error path when registering a fetch by Christopher Faulet · Mon Apr 12 14:11:50 2021 +0200
  98. aa22430 BUG/MINOR: hlua: Fix memory leaks on error path when registering a converter by Christopher Faulet · Mon Apr 12 14:08:21 2021 +0200
  99. 5294ec0 BUG/MINOR: hlua: Fix memory leaks on error path when registering a task by Christopher Faulet · Mon Apr 12 12:24:47 2021 +0200
  100. dda4444 MINOR: hlua: Add function to release a lua function by Christopher Faulet · Mon Apr 12 14:05:43 2021 +0200