1. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  2. 186f376 BUG/MINOR: lua-thread: close all states on deinit by Willy Tarreau · 3 years, 7 months ago
  3. aafc777 BUG/MEDIUM: lua-thread: some parts must be initialized once by Thierry Fournier · 3 years, 7 months ago
  4. 46278ff MINOR: lua-thread: Add verbosity in errors by Thierry Fournier · 3 years, 7 months ago
  5. 59f11be MEDIUM: lua-thread: Add the lua-load-per-thread directive by Thierry Fournier · 3 years, 7 months ago
  6. c749259 MINOR: lua-thread: Store each function reference and init reference in array by Thierry Fournier · 3 years, 7 months ago
  7. 021d986 MINOR: lua-thread: Replace state_from by state_id by Thierry Fournier · 3 years, 7 months ago
  8. 62a22aa MINOR: lua-thread: Replace "struct hlua_function" allocation by dedicated function by Thierry Fournier · 3 years, 7 months ago
  9. afc63e2 MINOR: lua-thread: Replace global gL var with an array of states by Thierry Fournier · 3 years, 7 months ago
  10. 7cbe504 MEDIUM: lua-thread: Apply lock only if the parent state is the main thread by Thierry Fournier · 3 years, 7 months ago
  11. 3c53932 MEDIUM: lua-thread: No longer use locked context in initialization parts by Thierry Fournier · 3 years, 7 months ago
  12. ecb83c2 MINOR: lua-thread: Add the "thread" core variable by Thierry Fournier · 3 years, 7 months ago
  13. b8cef17 MINOR: lua-thread: Split hlua_post_init() function in two parts by Thierry Fournier · 3 years, 7 months ago
  14. c93c15c MINOR: lua-thread: Split hlua_load function in two parts by Thierry Fournier · 3 years, 7 months ago
  15. 75fc029 MINOR: lua-thread: make hlua_ctx_init() get L from its caller by Thierry Fournier · 3 years, 7 months ago
  16. 1eac28f MINOR: lua-thread: Split hlua_init() function in two parts by Thierry Fournier · 3 years, 7 months ago
  17. ad5345f MINOR: lua-thread: Replace embedded struct hlua_function by a pointer by Thierry Fournier · 3 years, 7 months ago
  18. 92689e6 MINOR: lua-thread: Stop usage of struct hlua for the global lua state by Thierry Fournier · 3 years, 7 months ago
  19. 4234dbd MINOR: lua-thread: Use NULL context for main lua state by Thierry Fournier · 3 years, 7 months ago
  20. 9eb3230 MINOR: lua-thread: hlua_ctx_renew() is never called with main gL lua state by Thierry Fournier · 3 years, 7 months ago
  21. 670db24 MEDIUM: lua-thread: make hlua_post_init() no longer use the runtime execution function by Thierry Fournier · 3 years, 7 months ago
  22. 3fb9e51 MINOR: lua-thread: remove struct hlua from function hlua_prepend_path() by Thierry Fournier · 3 years, 7 months ago
  23. cdb5346 MEDIUM: lua-thread: use atomics for memory accounting by Willy Tarreau · 3 years, 7 months ago
  24. d36c7fa MINOR: lua: simplify hlua_alloc() to only rely on realloc() by Willy Tarreau · 3 years, 7 months ago
  25. f67442e BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times by Thierry Fournier · 3 years, 7 months ago
  26. 2f05cc6 BUG/MINOR: lua: Some lua init operation are processed unsafe by Thierry Fournier · 3 years, 7 months ago
  27. 13d08b7 BUG/MINOR: lua: Post init register function are not executed beyond the first one by Thierry Fournier · 3 years, 7 months ago
  28. 77a8894 BUG/MINOR: lua: lua-load doesn't check its parameters by Thierry Fournier · 3 years, 7 months ago
  29. de6145f BUG/MINOR: lua: missing "\n" in error message by Thierry Fournier · 3 years, 7 months ago
  30. 91dc0c0 BUG/MINOR: lua: set buffer size during map lookups by Thierry Fournier · 3 years, 8 months ago
  31. bc0af6a BUG/MINOR: lua: initialize sample before using it by Amaury Denoyelle · 3 years, 8 months ago
  32. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  33. f98d821 MINOR: hlua: Display debug messages on stderr only in debug mode by Christopher Faulet · 3 years, 9 months ago
  34. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  35. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  36. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  37. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  38. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  39. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 3 years, 10 months ago
  40. 77016da MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode by Thierry Fournier · 3 years, 11 months ago
  41. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 3 years, 11 months ago
  42. fd2e906 MINOR: lua: Add support for regex as fetches and converters arguments by Christopher Faulet · 4 years ago
  43. d25d926 MINOR: lua: Add support for userlist as fetches and converters arguments by Christopher Faulet · 4 years ago
  44. 05e2d77 MEDIUM: lua: Don't filter exported fetches and converters by Christopher Faulet · 4 years ago
  45. aec27ef BUG/MINOR: lua: Duplicate lua strings in sample fetches/converters arg array by Christopher Faulet · 4 years ago
  46. fdea1b6 MINOR: hlua: Don't needlessly copy lua strings in trash during args validation by Christopher Faulet · 4 years ago
  47. e663a6e BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation by Christopher Faulet · 3 years, 11 months ago
  48. 8e09ac8 BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation by Christopher Faulet · 3 years, 11 months ago
  49. 73292e9 BUG/MINOR: lua: Duplicate map name to load it when a new Map object is created by Christopher Faulet · 4 years ago
  50. 2361fd9 BUG/MINOR: lua: Fix a possible null pointer deref on lua ctx by Christopher Faulet · 4 years ago
  51. 8f587ea MEDIUM: lua: Set the analyse expiration date with smaller wake_time only by Christopher Faulet · 4 years ago
  52. 498c483 BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation by Christopher Faulet · 4 years ago
  53. 08ed98f MEDIUM: lua: Add support for the Lua 5.4 by Christopher Faulet · 4 years ago
  54. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · 4 years ago
  55. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · 4 years ago
  56. d0c0ca2 CLEANUP: Add static void hlua_deinit() by Tim Duesterhus · 4 years ago
  57. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  58. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  59. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  60. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  61. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  62. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · 4 years, 1 month ago
  74. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  76. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · 4 years, 1 month ago
  80. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  83. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 8c79400 REORG: include: move hlua_fcn.h to haproxy/hlua_fcn.h by Willy Tarreau · 4 years, 1 month ago
  86. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  90. 374b442 REORG: include: split common/xref.h into haproxy/xref{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · 4 years, 1 month ago
  93. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  94. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  95. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  96. 5cf2dfc BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations by Christopher Faulet · 4 years, 1 month ago
  97. 23308eb BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action by Christopher Faulet · 4 years, 1 month ago
  98. 4e172c9 MEDIUM: lua: Add `ifexist` parameter to `set_var` by Tim Duesterhus · 4 years, 1 month ago
  99. 84ebc13 MINOR: lua: Make `set_var()` and `unset_var()` return success by Tim Duesterhus · 4 years, 1 month ago
  100. 94fa973 MINOR: lua: Use vars_unset_by_name_ifexist() by Tim Duesterhus · 4 years, 1 month ago