1. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · Thu Mar 10 16:33:04 2016 +0100
  2. 7560dd4 MINOR: sample: always set a new sample's owner before evaluating it by Willy Tarreau · Thu Mar 10 16:28:58 2016 +0100
  3. 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
  4. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
  5. 9d5fb6d BUG/MINOR: lua: Useless copy by Thierry Fournier · Fri Feb 19 18:30:13 2016 +0100
  6. 0164f20 BUG/MAJOR: lua: applets can't sleep. by Thierry Fournier · Sat Feb 20 17:47:43 2016 +0100
  7. e726b14 DOC: lua: copyrights by Thierry Fournier · Thu Feb 11 17:57:57 2016 +0100
  8. 9e7e3ea MINOR: lua: move common function by Thierry Fournier · Wed Jan 27 09:55:30 2016 +0100
  9. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · Thu Jan 21 09:28:58 2016 +0100
  10. 75933d4 BUG/MINOR: lua: unsafe initialization by Thierry Fournier · Thu Jan 21 09:30:18 2016 +0100
  11. 8db004c MINOR: lua: add set/get priv for applets by Thierry FOURNIER · Fri Dec 25 01:33:18 2015 +0100
  12. ed0bdaa CLEANUP: lua: bad error messages by Thierry FOURNIER · Sun Dec 20 19:51:06 2015 +0100
  13. 52e2606 BUG/MAJOR: lua: Do not force the HTTP analysers in use-services by Thierry FOURNIER · Sun Dec 20 19:14:35 2015 +0100
  14. 718e2a7 BUG/MEDIUM: lua: Forbid HTTP applets from being called from tcp rulesets by Thierry FOURNIER · Sun Dec 20 20:13:14 2015 +0100
  15. d93ea2b BUG/MINOR: lua: Lua applets must not use http_txn by Thierry FOURNIER · Sun Dec 20 19:14:52 2015 +0100
  16. ca98866 BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn by Thierry FOURNIER · Sun Dec 20 18:43:03 2015 +0100
  17. 7fa0549 REORG/MINOR: lua: convert boolean "int" to bitfield by Thierry FOURNIER · Sun Dec 20 18:42:25 2015 +0100
  18. 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
  19. d334a2c BUG/MINOR: lua: don't force-sslv3 LUA's SSL socket by Lukas Tribus · Thu Nov 26 01:48:08 2015 +0100
  20. a3308fd BUG/MEDIUM: lua: clean output buffer by Thierry FOURNIER · Wed Nov 04 10:52:59 2015 +0100
  21. c4eebc8 BUG/MEDIUM: lua: sample fetches based on response doesn't work by Thierry FOURNIER · Mon Nov 02 10:01:59 2015 +0100
  22. 6e01f38 CLEANUP: use direction names in place of numeric values by Thierry FOURNIER · Mon Nov 02 09:52:54 2015 +0100
  23. 26a7aac BUG/MEDIUM: lua: direction test failed by Thierry FOURNIER · Tue Oct 13 14:25:11 2015 +0200
  24. a72db18 MINOR: lua: fix a spelling error in some error messages by Vincent Bernat · Tue Oct 06 16:05:59 2015 +0200
  25. 0078bfc BUG/MEDIUM: lua: force server-close mode on Lua services by Willy Tarreau · Wed Oct 07 20:20:28 2015 +0200
  26. 56da101 MINOR: lua: rename the tune.lua.applet-timeout by Thierry FOURNIER · Thu Oct 01 08:42:31 2015 +0200
  27. 10770fa MEDIUM: lua: change the timeout execution by Thierry FOURNIER · Tue Sep 29 01:59:42 2015 +0200
  28. bee90ae MINOR: lua: remove the run flag by Thierry FOURNIER · Tue Sep 29 01:41:25 2015 +0200
  29. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · Fri Sep 18 09:04:27 2015 +0200
  30. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · Sat Sep 19 12:36:17 2015 +0200
  31. 2f3867f BUG/MEDIUM: lua: don't reset undesired flags in hlua_ctx_resume by Thierry FOURNIER · Mon Sep 28 01:02:01 2015 +0200
  32. 7c39ab4 OPTIM/MEDIUM: lua: executes the garbage collector only when using cosocket by Thierry FOURNIER · Sun Sep 27 22:53:33 2015 +0200
  33. 6ab4d8e MEDIUM: lua: change the GC policy by Thierry FOURNIER · Sun Sep 27 22:17:19 2015 +0200
  34. 6d695e6 BUG/MEDIUM: lua: socket destroy before reading pending data by Thierry FOURNIER · Sun Sep 27 19:29:38 2015 +0200
  35. 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
  36. c2f5653 MINOR: lua: extend socket address to support non-IP families by Thierry FOURNIER · Sat Sep 26 20:23:30 2015 +0200
  37. 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
  38. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · Sun Sep 27 10:00:49 2015 +0200
  39. eba6f64 BUG/MEDIUM: lua: wakeup task on bad conditions by Thierry FOURNIER · Sat Sep 26 22:01:07 2015 +0200
  40. 5a50a85 BUG/MEDIUM: lua: forces a garbage collection by Thierry FOURNIER · Wed Sep 23 16:59:28 2015 +0200
  41. 3adac08 BUG/MEDIUM: lua: properly set the target on the connection by Willy Tarreau · Sat Sep 26 17:51:09 2015 +0200
  42. 9af89f7 BUG/MEDIUM: lua: better fix for the protocol check by Willy Tarreau · Sat Sep 26 11:50:08 2015 +0200
  43. de70fa1 MINOR: lua: use the proper applet wakeup mechanism by Willy Tarreau · Sat Sep 26 11:25:05 2015 +0200
  44. 10e5bc7 BUG/MEDIUM: lua: longjmp function must be unregistered by Thierry FOURNIER · Fri Sep 25 23:51:34 2015 +0200
  45. 7a45017 CLEANUP: lua: remove unneeded memset(0) after calloc() by Willy Tarreau · Sat Sep 26 01:33:24 2015 +0200
  46. 3c7a77c CLEANUP: lua: use calloc in place of malloc by Thierry FOURNIER · Sat Sep 26 00:51:16 2015 +0200
  47. 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
  48. 84e73c8 MEDIUM: lua: use the function lua_rawset in place of lua_settable by Thierry FOURNIER · Fri Sep 25 22:13:32 2015 +0200
  49. d2a3dcc MINOR: lua: identify userdata objects by Thierry FOURNIER · Fri Sep 18 07:35:06 2015 +0200
  50. a7b536b MINOR: lua: reset pointer after use by Thierry FOURNIER · Mon Sep 21 22:50:24 2015 +0200
  51. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · Fri Sep 25 11:45:06 2015 +0200
  52. 8255a75 MINOR: lua: change actions registration by Thierry FOURNIER · Wed Sep 23 21:03:35 2015 +0200
  53. ccf0063 BUG/MINOR: lua: breaks the log message if his size exceed one buffer by Thierry FOURNIER · Wed Sep 16 12:47:03 2015 +0200
  54. babae28 BUG/MAJOR: lua: potential unexpected aborts() by Thierry FOURNIER · Thu Sep 17 11:36:37 2015 +0200
  55. 23bc375 CLEANUP: lua: Merge log functions by Thierry FOURNIER · Fri Sep 11 19:15:43 2015 +0200
  56. 5554e29 BUG/MINOR: lua: last log character truncated. by Thierry FOURNIER · Wed Sep 09 11:21:37 2015 +0200
  57. 316e319 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 (bis) by Thierry FOURNIER · Fri Sep 04 18:25:53 2015 +0200
  58. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · Wed Sep 02 17:17:33 2015 +0200
  59. 630ef45 BUG/MEDIUM: lua: fix a segfault in txn:done() if called twice by Willy Tarreau · Fri Aug 28 10:06:15 2015 +0200
  60. a678b43 CLEANUP: lua: fix some indent issues by Willy Tarreau · Fri Aug 28 10:14:59 2015 +0200
  61. e1587b3 BUG/MEDIUM: lua: cannot process more Lua hooks after a "done()" function call by Thierry FOURNIER · Fri Aug 28 09:54:13 2015 +0200
  62. 0458b08 BUG/MEDIUM: lua: txn:done() still causes a segfault in TCP mode by Willy Tarreau · Fri Aug 28 09:40:04 2015 +0200
  63. 4bb375c MEDIUM: lua: turns txn:close into txn:done by Thierry FOURNIER · Wed Aug 26 08:42:21 2015 +0200
  64. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · Wed Aug 26 16:21:56 2015 +0200
  65. 93405e1 BUG/MINOR: lua: in some case a sample may remain undefined by Thierry FOURNIER · Wed Aug 26 14:19:03 2015 +0200
  66. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · Wed Aug 26 00:14:17 2015 +0200
  67. 10ec214 BUG/MEDIUM: lua: the lua fucntion Channel:close() causes a segfault by Thierry FOURNIER · Mon Aug 24 17:23:45 2015 +0200
  68. bdc97a8 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 by Willy Tarreau · Mon Aug 24 15:42:28 2015 +0200
  69. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · Thu Aug 06 18:25:56 2015 +0200
  70. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · Wed Aug 19 09:04:15 2015 +0200
  71. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · Wed Aug 19 09:06:21 2015 +0200
  72. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  73. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · Thu Aug 06 08:52:53 2015 +0200
  74. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · Wed Aug 05 19:05:19 2015 +0200
  75. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · Thu Aug 06 08:30:11 2015 +0200
  76. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · Thu Jul 30 19:03:55 2015 +0200
  77. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · Thu Jul 30 18:53:54 2015 +0200
  78. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  79. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  80. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  81. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · Wed Aug 19 08:35:43 2015 +0200
  82. c7d7607 BUG/MEDIUM: lua: bad error processing by Thierry FOURNIER · Wed Aug 19 10:42:42 2015 +0200
  83. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · Mon Aug 10 18:30:18 2015 +0200
  84. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · Tue Aug 11 10:59:49 2015 +0200
  85. 61e96c6 BUG/MEDIUM: lua: timeout error with converters, wrapper and actions. by Thierry FOURNIER · Sun Aug 09 13:10:24 2015 +0200
  86. 685c014 BUG/MEDIUM: lua: Lua tasks fail to start. by Camilo Lopez · Sun Aug 02 19:07:28 2015 -0400
  87. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · Wed Aug 05 16:35:23 2015 +0200
  88. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · Wed Aug 05 10:31:57 2015 +0200
  89. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · Tue Aug 04 17:19:06 2015 +0200
  90. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  91. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · Mon Jul 20 17:45:02 2015 +0200
  92. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  93. 29176f3 BUG/MINOR: lua: type error in the arguments wrapper by Thierry FOURNIER · Tue Jul 07 00:41:29 2015 +0200
  94. 22b0a68 BUILD/MINOR: lua: fix a harmless build warning by Willy Tarreau · Wed Jun 17 19:43:49 2015 +0200
  95. 053ba8ad MINOR: lua: Variable access by Thierry FOURNIER · Mon Jun 08 13:05:33 2015 +0200
  96. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · Wed Jun 03 19:32:04 2015 +0200
  97. 79318d7 MINOR: lua: Lua tcp action are not final action by Thierry FOURNIER · Fri May 29 17:31:12 2015 +0200
  98. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · Tue May 26 12:08:07 2015 +0200
  99. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · Tue May 26 11:24:42 2015 +0200
  100. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200