1. d1187eb BUG/MINOR: httpclient/lua: misplaced luaL_buffinit() by William Lallemand · 3 years, 1 month ago
  2. bd5739e MINOR: httpclient/lua: handle the streaming into the lua applet by William Lallemand · 3 years, 1 month ago
  3. 8aee303 CLEANUP: hlua: Remove obsolete branch in `hlua_alloc()` by Tim Duesterhus · 3 years, 1 month ago
  4. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
  5. e6465b3 CLEANUP: lua: Use a const address to retrieve info about a connection by Christopher Faulet · 3 years, 1 month ago
  6. 0af4bd7 BUG/MEDIUM: lua: fix invalid return types in hlua_http_msg_get_body by vishnu · 3 years, 1 month ago
  7. 6137a9e MINOR: httpclient/lua: return an error when it can't generate the request by William Lallemand · 3 years, 1 month ago
  8. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · 3 years, 1 month ago
  9. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · 3 years, 1 month ago
  10. a5efdff BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems by Willy Tarreau · 3 years, 1 month ago
  11. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 1 month ago
  12. 9e5e586 BUG/MINOR: lua: Fix lua error handling in `hlua_config_prepend_path()` by Tim Duesterhus · 3 years, 2 months ago
  13. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · 3 years, 2 months ago
  14. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  15. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · 3 years, 2 months ago
  16. ef574b2 BUG/MINOR: httpclient/lua: does not process headers when failed by William Lallemand · 3 years, 2 months ago
  17. f77f1de MINOR: httpclient/lua: implement garbage collection by William Lallemand · 3 years, 2 months ago
  18. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  19. e3957f8 BUG/MAJOR: lua: use task_wakeup() to properly run a task once by Willy Tarreau · 3 years, 2 months ago
  20. 12c0270 BUG/MEDIUM: lua: fix wakeup condition from sleep() by Willy Tarreau · 3 years, 2 months ago
  21. 545fbba MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice by Christopher Faulet · 3 years, 2 months ago
  22. 4a4e663 Revert "head-truc" by William Lallemand · 3 years, 2 months ago
  23. 7d21836 head-truc by William Lallemand · 3 years, 2 months ago
  24. 79416cb BUG/MINOR: httpclient/lua: return an error on argument check by William Lallemand · 3 years, 2 months ago
  25. d7df73a MINOR: httpclient/lua: implement the headers in the response object by William Lallemand · 3 years, 2 months ago
  26. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · 3 years, 2 months ago
  27. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  28. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 2 months ago
  29. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · 3 years, 3 months ago
  30. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
  31. b131049 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL by Willy Tarreau · 3 years, 3 months ago
  32. 5ef9656 BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords by Willy Tarreau · 3 years, 3 months ago
  33. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
  34. ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 3 months ago
  35. 1e7bef1 MINOR: hlua: take the global Lua lock inside a global function by Willy Tarreau · 3 years, 3 months ago
  36. e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · 3 years, 4 months ago
  37. c86bb87 BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directives by Christopher Faulet · 3 years, 4 months ago
  38. 70c4345 BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functions by Christopher Faulet · 3 years, 4 months ago
  39. eae8afa MINOR: filters/lua: Support the HTTP filtering from filters written in lua by Christopher Faulet · 4 years, 9 months ago
  40. 78c3547 MINOR: filters/lua: Add request and response HTTP messages in the lua TXN by Christopher Faulet · 4 years, 9 months ago
  41. df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · 4 years, 9 months ago
  42. c404f11 MEDIUM: filters/lua: Support declaration of some filter callback functions in lua by Christopher Faulet · 4 years, 9 months ago
  43. a1ac5fb MEDIUM: filters/lua: Be prepared to filter TCP payloads by Christopher Faulet · 3 years, 4 months ago
  44. 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · 3 years, 4 months ago
  45. 9f55a50 MINOR: lua: Add a function to get a filter attached to a channel class by Christopher Faulet · 4 years, 9 months ago
  46. 69c581a MEDIUM: filters/lua: Add support for dummy filters written in lua by Christopher Faulet · 3 years, 6 months ago
  47. 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · 3 years, 4 months ago
  48. 9a6ffda MEDIUM: lua: Process buffer data using an offset and a length by Christopher Faulet · 3 years, 4 months ago
  49. ba9e21d MINOR: lua: Add a function to get a reference on a table in the stack by Christopher Faulet · 4 years, 9 months ago
  50. 23976d9 BUG/MINOR: lua: Don't yield in channel.append() and channel.set() by Christopher Faulet · 3 years, 4 months ago
  51. 2e60aa4 BUG/MINOR: lua: Yield in channel functions only if lua context can yield by Christopher Faulet · 3 years, 4 months ago
  52. 1f43a34 MINOR: lua: Add a flag on lua context to know the yield capability at run time by Christopher Faulet · 3 years, 4 months ago
  53. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · 3 years, 4 months ago
  54. ee0d727 CLEANUP: hlua: use free_args() to release args arrays by Willy Tarreau · 3 years, 4 months ago
  55. 6a51090 BUILD: lua: silence a build warning with TCC by Willy Tarreau · 3 years, 4 months ago
  56. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
  57. 3d6ee40 BUILD: hlua: include proxy.h from hlua.c by Willy Tarreau · 3 years, 7 months ago
  58. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · 3 years, 7 months ago
  59. c31b200 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · 3 years, 7 months ago
  60. 7e702d1 CLEANUP: hlua: rename hlua_appctx* appctx to luactx by Willy Tarreau · 3 years, 7 months ago
  61. bd878d2 BUG/MINOR: hlua: Don't consume headers when starting an HTTP lua service by Christopher Faulet · 3 years, 7 months ago
  62. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  63. 3a9a12b BUG/MINOR: hlua: Fix memory leaks on error path when registering a cli keyword by Christopher Faulet · 3 years, 8 months ago
  64. 5c028d7 BUG/MINOR: hlua: Fix memory leaks on error path when registering a service by Christopher Faulet · 3 years, 8 months ago
  65. 4fc9da0 BUG/MINOR: hlua: Fix memory leaks on error path when registering an action by Christopher Faulet · 3 years, 8 months ago
  66. 528526f BUG/MINOR: hlua: Fix memory leaks on error path when parsing a lua action by Christopher Faulet · 3 years, 8 months ago
  67. 2567f18 BUG/MINOR: hlua: Fix memory leaks on error path when registering a fetch by Christopher Faulet · 3 years, 8 months ago
  68. aa22430 BUG/MINOR: hlua: Fix memory leaks on error path when registering a converter by Christopher Faulet · 3 years, 8 months ago
  69. 5294ec0 BUG/MINOR: hlua: Fix memory leaks on error path when registering a task by Christopher Faulet · 3 years, 8 months ago
  70. dda4444 MINOR: hlua: Add function to release a lua function by Christopher Faulet · 3 years, 8 months ago
  71. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  72. eccb31c BUG/MINOR: hlua: Detect end of request when reading data for an HTTP applet by Christopher Faulet · 3 years, 8 months ago
  73. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 9 months ago
  74. 704ba1d MINOR: lua: properly allocate the lua Socket servers by Amaury Denoyelle · 3 years, 8 months ago
  75. 239fdbf MINOR: lua: properly allocate the lua Socket proxy by Amaury Denoyelle · 3 years, 8 months ago
  76. 1e8433f BUG/MEDIUM: lua: Always init the lua stack before referencing the context by Christopher Faulet · 3 years, 8 months ago
  77. cc2c4f8 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 8 months ago
  78. d09cc51 MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 8 months ago
  79. a61789a MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 8 months ago
  80. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  81. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 9 months ago
  82. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
  83. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 9 months ago
  84. 0f143af CLEANUP: lua: set a dummy file name and line number on the dummy servers by Willy Tarreau · 3 years, 9 months ago
  85. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  86. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 9 months ago
  87. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
  88. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 4 years ago
  89. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 4 years ago
  90. f4c12d4 BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX by Bertrand Jacquin · 3 years, 10 months ago
  91. 80839ff MINOR: lua: remove unused variable by Bertrand Jacquin · 3 years, 10 months ago
  92. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
  93. 2258652 BUG/MINOR: hlua: Fix memory leak in hlua_alloc by Tim Duesterhus · 3 years, 11 months ago
  94. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
  95. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  96. f89d43a MINOR: lua: Use consistent error message 'memory allocation failed' by Tim Duesterhus · 3 years, 11 months ago
  97. 621e74a BUG/MINOR: lua: Fix memory leak error cases in hlua_config_prepend_path by Tim Duesterhus · 3 years, 11 months ago
  98. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 4 years, 2 months ago
  99. 186f376 BUG/MINOR: lua-thread: close all states on deinit by Willy Tarreau · 4 years ago
  100. aafc777 BUG/MEDIUM: lua-thread: some parts must be initialized once by Thierry Fournier · 4 years ago