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