1. 4dc7197 BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword by Thierry FOURNIER · 7 years ago
  2. 16ad94a MINOR: Use "500 Internal Server Error" for 500 error/status code message. by Jarno Huuskonen · 7 years ago
  3. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · 7 years ago
  4. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  5. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · 8 years ago
  6. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  7. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · 8 years ago
  8. bb57d94 CLEANUP: lua: use the build options list to report it by Willy Tarreau · 8 years ago
  9. 2c8b54e MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools by Thierry FOURNIER · 8 years ago
  10. 1be3415 BUG/MINOR: lua: memleak when Lua/cli fails by Thierry FOURNIER · 8 years ago
  11. 33558c4 BUG/MINOR: lua: bad return code by Thierry FOURNIER · 8 years ago
  12. 4e7c708 BUG/MINOR: lua: memory leak executing tasks by Thierry FOURNIER · 8 years ago
  13. 33834b1 BUG/MINOR: Fix the sending function in Lua's cosocket by Christopher Faulet · 8 years ago
  14. 3b0a6d4 MINOR/DOC: lua: just precise one thing by Thierry FOURNIER · 8 years ago
  15. 847ca66 MINOR: lua/signals: Remove Lua part from signals. by Thierry FOURNIER · 8 years ago
  16. ebed6e9 MEDIUM: lua: use memory pool for hlua struct in applets by Thierry FOURNIER · 8 years ago
  17. ffbf569 BUG/MINOR: lua/cli: bad error message by Thierry FOURNIER · 8 years ago
  18. 18d0990 CLEANUP: lua: rename one of the lua appctx union by Thierry FOURNIER · 8 years ago
  19. 8ae4f75 CLEANUP: applet/lua: create a dedicated ->fcn entry in hlua_cli context by Willy Tarreau · 8 years ago
  20. 11cfb3d BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) by Thierry FOURNIER · 8 years ago
  21. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  22. 4394a2c MINOR: lua: give HAProxy variable access to the applets by Thierry FOURNIER / OZON.IO · 8 years ago
  23. 3e1d791 CLEANUP: hlua: just indent functions by Thierry FOURNIER / OZON.IO · 8 years ago
  24. 4b123be MINOR: lua: Allow argument for actions by Thierry FOURNIER / OZON.IO · 8 years ago
  25. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  26. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · 8 years ago
  27. 8dc7316 BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored by Thierry FOURNIER / OZON.IO · 8 years ago
  28. a44fdd9 MEDIUM: lua: Add cli handler for Lua by Thierry FOURNIER / OZON.IO · 8 years ago
  29. a71f642 CLEANUP: lua: avoid directly calling getsockname/getpeername() by Willy Tarreau · 8 years ago
  30. b41f22f CLEANUP: lua: control executed twice by Thierry FOURNIER / OZON.IO · 8 years ago
  31. 02564fd CLEANUP: lua: move comment by Thierry FOURNIER / OZON.IO · 8 years ago
  32. 65192f3 MINOR: lua: add function which return true if the channel is full. by Thierry FOURNIER / OZON.IO · 8 years ago
  33. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · 8 years ago
  34. b84ae92 BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests by Thierry FOURNIER / OZON.IO · 8 years ago
  35. 9bd52d4 BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash by Thierry FOURNIER · 8 years ago
  36. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · 8 years ago
  37. 4a53bfd BUG/MEDIUM: lua: converters doesn't work by Thierry Fournier · 8 years ago
  38. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  39. 0c437f4 MINOR: lua: migrate the argument mask to 64 bits type. by David Carlier · 8 years ago
  40. abdb00f BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches. by David Carlier · 8 years ago
  41. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  42. 3d4a675 MINOR: lua: post initialization by Thierry Fournier · 8 years ago
  43. fd107a2 MINOR: lua: precise message when a critical error is catched by Thierry Fournier · 8 years ago
  44. 45e78d7 MINOR: lua: refactor the Lua object registration by Thierry Fournier · 8 years ago
  45. ddd8988 MINOR: lua: move class registration facilities by Thierry Fournier · 8 years ago
  46. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  47. 7560dd4 MINOR: sample: always set a new sample's owner before evaluating it by Willy Tarreau · 8 years ago
  48. 1777ea6 MINOR: sample: add a new helper to initialize the owner of a sample by Willy Tarreau · 8 years ago
  49. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  50. 9d5fb6d BUG/MINOR: lua: Useless copy by Thierry Fournier · 8 years ago
  51. 0164f20 BUG/MAJOR: lua: applets can't sleep. by Thierry Fournier · 8 years ago
  52. e726b14 DOC: lua: copyrights by Thierry Fournier · 8 years ago
  53. 9e7e3ea MINOR: lua: move common function by Thierry Fournier · 8 years ago
  54. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · 8 years ago
  55. 75933d4 BUG/MINOR: lua: unsafe initialization by Thierry Fournier · 8 years ago
  56. 8db004c MINOR: lua: add set/get priv for applets by Thierry FOURNIER · 9 years ago
  57. ed0bdaa CLEANUP: lua: bad error messages by Thierry FOURNIER · 9 years ago
  58. 52e2606 BUG/MAJOR: lua: Do not force the HTTP analysers in use-services by Thierry FOURNIER · 9 years ago
  59. 718e2a7 BUG/MEDIUM: lua: Forbid HTTP applets from being called from tcp rulesets by Thierry FOURNIER · 9 years ago
  60. d93ea2b BUG/MINOR: lua: Lua applets must not use http_txn by Thierry FOURNIER · 9 years ago
  61. ca98866 BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn by Thierry FOURNIER · 9 years ago
  62. 7fa0549 REORG/MINOR: lua: convert boolean "int" to bitfield by Thierry FOURNIER · 9 years ago
  63. 841475e MINOR: lua: service/applet can have access to the HTTP headers when a POST is received by Thierry FOURNIER · 9 years ago
  64. d334a2c BUG/MINOR: lua: don't force-sslv3 LUA's SSL socket by Lukas Tribus · 9 years ago
  65. a3308fd BUG/MEDIUM: lua: clean output buffer by Thierry FOURNIER · 9 years ago
  66. c4eebc8 BUG/MEDIUM: lua: sample fetches based on response doesn't work by Thierry FOURNIER · 9 years ago
  67. 6e01f38 CLEANUP: use direction names in place of numeric values by Thierry FOURNIER · 9 years ago
  68. 26a7aac BUG/MEDIUM: lua: direction test failed by Thierry FOURNIER · 9 years ago
  69. a72db18 MINOR: lua: fix a spelling error in some error messages by Vincent Bernat · 9 years ago
  70. 0078bfc BUG/MEDIUM: lua: force server-close mode on Lua services by Willy Tarreau · 9 years ago
  71. 56da101 MINOR: lua: rename the tune.lua.applet-timeout by Thierry FOURNIER · 9 years ago
  72. 10770fa MEDIUM: lua: change the timeout execution by Thierry FOURNIER · 9 years ago
  73. bee90ae MINOR: lua: remove the run flag by Thierry FOURNIER · 9 years ago
  74. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · 9 years ago
  75. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · 9 years ago
  76. 2f3867f BUG/MEDIUM: lua: don't reset undesired flags in hlua_ctx_resume by Thierry FOURNIER · 9 years ago
  77. 7c39ab4 OPTIM/MEDIUM: lua: executes the garbage collector only when using cosocket by Thierry FOURNIER · 9 years ago
  78. 6ab4d8e MEDIUM: lua: change the GC policy by Thierry FOURNIER · 9 years ago
  79. 6d695e6 BUG/MEDIUM: lua: socket destroy before reading pending data by Thierry FOURNIER · 9 years ago
  80. 8c8fbbe MINOR: lua/applet: the cosocket applet should use appctx_wakeup in place of task_wakeup by Thierry FOURNIER · 9 years ago
  81. c2f5653 MINOR: lua: extend socket address to support non-IP families by Thierry FOURNIER · 9 years ago
  82. 528192d MEDIUM: lua: only allow actions to yield if not in a final call by Willy Tarreau · 9 years ago
  83. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  84. eba6f64 BUG/MEDIUM: lua: wakeup task on bad conditions by Thierry FOURNIER · 9 years ago
  85. 5a50a85 BUG/MEDIUM: lua: forces a garbage collection by Thierry FOURNIER · 9 years ago
  86. 3adac08 BUG/MEDIUM: lua: properly set the target on the connection by Willy Tarreau · 9 years ago
  87. 9af89f7 BUG/MEDIUM: lua: better fix for the protocol check by Willy Tarreau · 9 years ago
  88. de70fa1 MINOR: lua: use the proper applet wakeup mechanism by Willy Tarreau · 9 years ago
  89. 10e5bc7 BUG/MEDIUM: lua: longjmp function must be unregistered by Thierry FOURNIER · 9 years ago
  90. 7a45017 CLEANUP: lua: remove unneeded memset(0) after calloc() by Willy Tarreau · 9 years ago
  91. 3c7a77c CLEANUP: lua: use calloc in place of malloc by Thierry FOURNIER · 9 years ago
  92. d75cb0f BUG/MAJOR: lua: segfault after the channel data is modified by some Lua action. by Thierry FOURNIER · 9 years ago
  93. 84e73c8 MEDIUM: lua: use the function lua_rawset in place of lua_settable by Thierry FOURNIER · 9 years ago
  94. d2a3dcc MINOR: lua: identify userdata objects by Thierry FOURNIER · 9 years ago
  95. a7b536b MINOR: lua: reset pointer after use by Thierry FOURNIER · 9 years ago
  96. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · 9 years ago
  97. 8255a75 MINOR: lua: change actions registration by Thierry FOURNIER · 9 years ago
  98. ccf0063 BUG/MINOR: lua: breaks the log message if his size exceed one buffer by Thierry FOURNIER · 9 years ago
  99. babae28 BUG/MAJOR: lua: potential unexpected aborts() by Thierry FOURNIER · 9 years ago
  100. 23bc375 CLEANUP: lua: Merge log functions by Thierry FOURNIER · 9 years ago