1. 56da101 MINOR: lua: rename the tune.lua.applet-timeout by Thierry FOURNIER · 9 years ago
  2. 10770fa MEDIUM: lua: change the timeout execution by Thierry FOURNIER · 9 years ago
  3. bee90ae MINOR: lua: remove the run flag by Thierry FOURNIER · 9 years ago
  4. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · 9 years ago
  5. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · 9 years ago
  6. 2f3867f BUG/MEDIUM: lua: don't reset undesired flags in hlua_ctx_resume by Thierry FOURNIER · 9 years ago
  7. 7c39ab4 OPTIM/MEDIUM: lua: executes the garbage collector only when using cosocket by Thierry FOURNIER · 9 years ago
  8. 6ab4d8e MEDIUM: lua: change the GC policy by Thierry FOURNIER · 9 years ago
  9. 6d695e6 BUG/MEDIUM: lua: socket destroy before reading pending data by Thierry FOURNIER · 9 years ago
  10. 8c8fbbe MINOR: lua/applet: the cosocket applet should use appctx_wakeup in place of task_wakeup by Thierry FOURNIER · 9 years ago
  11. c2f5653 MINOR: lua: extend socket address to support non-IP families by Thierry FOURNIER · 9 years ago
  12. 528192d MEDIUM: lua: only allow actions to yield if not in a final call by Willy Tarreau · 9 years ago
  13. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  14. eba6f64 BUG/MEDIUM: lua: wakeup task on bad conditions by Thierry FOURNIER · 9 years ago
  15. 5a50a85 BUG/MEDIUM: lua: forces a garbage collection by Thierry FOURNIER · 9 years ago
  16. 3adac08 BUG/MEDIUM: lua: properly set the target on the connection by Willy Tarreau · 9 years ago
  17. 9af89f7 BUG/MEDIUM: lua: better fix for the protocol check by Willy Tarreau · 9 years ago
  18. de70fa1 MINOR: lua: use the proper applet wakeup mechanism by Willy Tarreau · 9 years ago
  19. 10e5bc7 BUG/MEDIUM: lua: longjmp function must be unregistered by Thierry FOURNIER · 9 years ago
  20. 7a45017 CLEANUP: lua: remove unneeded memset(0) after calloc() by Willy Tarreau · 9 years ago
  21. 3c7a77c CLEANUP: lua: use calloc in place of malloc by Thierry FOURNIER · 9 years ago
  22. d75cb0f BUG/MAJOR: lua: segfault after the channel data is modified by some Lua action. by Thierry FOURNIER · 9 years ago
  23. 84e73c8 MEDIUM: lua: use the function lua_rawset in place of lua_settable by Thierry FOURNIER · 9 years ago
  24. d2a3dcc MINOR: lua: identify userdata objects by Thierry FOURNIER · 9 years ago
  25. a7b536b MINOR: lua: reset pointer after use by Thierry FOURNIER · 9 years ago
  26. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · 9 years ago
  27. 8255a75 MINOR: lua: change actions registration by Thierry FOURNIER · 9 years ago
  28. ccf0063 BUG/MINOR: lua: breaks the log message if his size exceed one buffer by Thierry FOURNIER · 9 years ago
  29. babae28 BUG/MAJOR: lua: potential unexpected aborts() by Thierry FOURNIER · 9 years ago
  30. 23bc375 CLEANUP: lua: Merge log functions by Thierry FOURNIER · 9 years ago
  31. 5554e29 BUG/MINOR: lua: last log character truncated. by Thierry FOURNIER · 9 years ago
  32. 316e319 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 (bis) by Thierry FOURNIER · 9 years ago
  33. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  34. 630ef45 BUG/MEDIUM: lua: fix a segfault in txn:done() if called twice by Willy Tarreau · 9 years ago
  35. a678b43 CLEANUP: lua: fix some indent issues by Willy Tarreau · 9 years ago
  36. e1587b3 BUG/MEDIUM: lua: cannot process more Lua hooks after a "done()" function call by Thierry FOURNIER · 9 years ago
  37. 0458b08 BUG/MEDIUM: lua: txn:done() still causes a segfault in TCP mode by Willy Tarreau · 9 years ago
  38. 4bb375c MEDIUM: lua: turns txn:close into txn:done by Thierry FOURNIER · 9 years ago
  39. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · 9 years ago
  40. 93405e1 BUG/MINOR: lua: in some case a sample may remain undefined by Thierry FOURNIER · 9 years ago
  41. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · 9 years ago
  42. 10ec214 BUG/MEDIUM: lua: the lua fucntion Channel:close() causes a segfault by Thierry FOURNIER · 9 years ago
  43. bdc97a8 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 by Willy Tarreau · 9 years ago
  44. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · 9 years ago
  45. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  46. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · 9 years ago
  47. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  48. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  49. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  50. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  51. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  52. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · 9 years ago
  53. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  54. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  55. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  56. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  57. c7d7607 BUG/MEDIUM: lua: bad error processing by Thierry FOURNIER · 9 years ago
  58. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · 9 years ago
  59. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  60. 61e96c6 BUG/MEDIUM: lua: timeout error with converters, wrapper and actions. by Thierry FOURNIER · 9 years ago
  61. 685c014 BUG/MEDIUM: lua: Lua tasks fail to start. by Camilo Lopez · 9 years ago
  62. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  63. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  64. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  65. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · 9 years ago
  66. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  67. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  68. 29176f3 BUG/MINOR: lua: type error in the arguments wrapper by Thierry FOURNIER · 9 years ago
  69. 22b0a68 BUILD/MINOR: lua: fix a harmless build warning by Willy Tarreau · 9 years ago
  70. 053ba8ad MINOR: lua: Variable access by Thierry FOURNIER · 9 years ago
  71. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · 9 years ago
  72. 79318d7 MINOR: lua: Lua tcp action are not final action by Thierry FOURNIER · 9 years ago
  73. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  74. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  75. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  76. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · 9 years ago
  77. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  78. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · 9 years ago
  79. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · 9 years ago
  80. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · 9 years ago
  81. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  82. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  83. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · 9 years ago
  84. 73b65ac MINOR: stream: pass the pointer to the origin explicitly to stream_new() by Willy Tarreau · 9 years ago
  85. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 9 years ago
  86. 04c57b3 MINOR: lua: (req|res)_get_headers return more than one header value by Thierry FOURNIER · 9 years ago
  87. 7ddf7c5 MINOR: lua: no need for setting timeouts / conn_retries in hlua_socket_new() by Willy Tarreau · 9 years ago
  88. 61cf7c8 MINOR: lua: minor cleanup in hlua_socket_new() by Willy Tarreau · 9 years ago
  89. d420a97 MEDIUM: lua: make use of stream_new() to create an outgoing connection by Willy Tarreau · 9 years ago
  90. b2bf833 MINOR: session: add stick counters to the struct session by Willy Tarreau · 9 years ago
  91. 11c3624 MINOR: session: implement session_free() and use it everywhere by Willy Tarreau · 9 years ago
  92. 7ea671b MINOR: session: store the session's accept date by Willy Tarreau · 9 years ago
  93. 15b5e14 MINOR: stream: move session initialization before the stream's by Willy Tarreau · 9 years ago
  94. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  95. fdcd2ae CLEANUP: lua: don't pass http_txn anymore to hlua_request_act_wrapper() by Willy Tarreau · 9 years ago
  96. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  97. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · 9 years ago
  98. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  99. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  100. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago