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