1. 316e319 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 (bis) by Thierry FOURNIER · 9 years ago
  2. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  3. 630ef45 BUG/MEDIUM: lua: fix a segfault in txn:done() if called twice by Willy Tarreau · 9 years ago
  4. a678b43 CLEANUP: lua: fix some indent issues by Willy Tarreau · 9 years ago
  5. e1587b3 BUG/MEDIUM: lua: cannot process more Lua hooks after a "done()" function call by Thierry FOURNIER · 9 years ago
  6. 0458b08 BUG/MEDIUM: lua: txn:done() still causes a segfault in TCP mode by Willy Tarreau · 9 years ago
  7. 4bb375c MEDIUM: lua: turns txn:close into txn:done by Thierry FOURNIER · 9 years ago
  8. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · 9 years ago
  9. 93405e1 BUG/MINOR: lua: in some case a sample may remain undefined by Thierry FOURNIER · 9 years ago
  10. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · 9 years ago
  11. 10ec214 BUG/MEDIUM: lua: the lua fucntion Channel:close() causes a segfault by Thierry FOURNIER · 9 years ago
  12. bdc97a8 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2 by Willy Tarreau · 9 years ago
  13. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · 9 years ago
  14. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  15. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · 9 years ago
  16. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  17. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  18. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  19. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  20. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  21. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · 9 years ago
  22. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  23. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  24. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  25. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · 9 years ago
  26. c7d7607 BUG/MEDIUM: lua: bad error processing by Thierry FOURNIER · 9 years ago
  27. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · 9 years ago
  28. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  29. 61e96c6 BUG/MEDIUM: lua: timeout error with converters, wrapper and actions. by Thierry FOURNIER · 9 years ago
  30. 685c014 BUG/MEDIUM: lua: Lua tasks fail to start. by Camilo Lopez · 9 years ago
  31. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  32. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  33. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  34. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · 9 years ago
  35. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  36. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  37. 29176f3 BUG/MINOR: lua: type error in the arguments wrapper by Thierry FOURNIER · 9 years ago
  38. 22b0a68 BUILD/MINOR: lua: fix a harmless build warning by Willy Tarreau · 9 years ago
  39. 053ba8ad MINOR: lua: Variable access by Thierry FOURNIER · 9 years ago
  40. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · 9 years ago
  41. 79318d7 MINOR: lua: Lua tcp action are not final action by Thierry FOURNIER · 9 years ago
  42. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  43. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  44. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  45. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · 9 years ago
  46. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  47. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · 9 years ago
  48. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · 9 years ago
  49. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · 9 years ago
  50. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  51. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  52. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · 9 years ago
  53. 73b65ac MINOR: stream: pass the pointer to the origin explicitly to stream_new() by Willy Tarreau · 9 years ago
  54. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 9 years ago
  55. 04c57b3 MINOR: lua: (req|res)_get_headers return more than one header value by Thierry FOURNIER · 9 years ago
  56. 7ddf7c5 MINOR: lua: no need for setting timeouts / conn_retries in hlua_socket_new() by Willy Tarreau · 9 years ago
  57. 61cf7c8 MINOR: lua: minor cleanup in hlua_socket_new() by Willy Tarreau · 9 years ago
  58. d420a97 MEDIUM: lua: make use of stream_new() to create an outgoing connection by Willy Tarreau · 9 years ago
  59. b2bf833 MINOR: session: add stick counters to the struct session by Willy Tarreau · 9 years ago
  60. 11c3624 MINOR: session: implement session_free() and use it everywhere by Willy Tarreau · 9 years ago
  61. 7ea671b MINOR: session: store the session's accept date by Willy Tarreau · 9 years ago
  62. 15b5e14 MINOR: stream: move session initialization before the stream's by Willy Tarreau · 9 years ago
  63. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  64. fdcd2ae CLEANUP: lua: don't pass http_txn anymore to hlua_request_act_wrapper() by Willy Tarreau · 9 years ago
  65. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  66. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · 9 years ago
  67. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  68. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  69. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  70. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  71. 40606ab MINOR: session: add a pointer to the session's origin by Willy Tarreau · 9 years ago
  72. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  73. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  74. feb7640 MEDIUM: stream: allocate the session when a stream is created by Willy Tarreau · 9 years ago
  75. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · 9 years ago
  76. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  77. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  78. 7073c47 CLEANUP: lua: get rid of the last two "*hs" for hlua_smp by Willy Tarreau · 9 years ago
  79. da5f108 CLEANUP: lua: rename variable "sc" for struct hlua_smp by Willy Tarreau · 9 years ago
  80. bcb39cc CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn by Willy Tarreau · 9 years ago
  81. 9a8ad86 CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn. by Willy Tarreau · 9 years ago
  82. b2ccb56 CLEANUP: hlua: stop using variable name "s" alternately for hlua_txn and hlua_smp by Willy Tarreau · 9 years ago
  83. de49138 CLEANUP: lua: fix confusing local variable naming in hlua_txn_new() by Willy Tarreau · 9 years ago
  84. 07081fe CLEANUP: lua: remove hard-coded sizeof() in object creations and mallocs by Willy Tarreau · 9 years ago
  85. 08ef3d0 BUG/MAJOR: lua: use correct object size when initializing a new converter by Willy Tarreau · 9 years ago
  86. 482564f CLEANUP: lua: remove the unused hlua_sleep memory pool by Willy Tarreau · 9 years ago
  87. 32f61e2 MEDIUM: lua: implement a simple memory allocator by Willy Tarreau · 9 years ago
  88. 36d1374 BUG/MINOR: lua: Fix SSL initialisation by Thierry FOURNIER · 9 years ago
  89. c798b5d MINOR: lua: add log functions by Thierry FOURNIER · 9 years ago
  90. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · 9 years ago
  91. 2cce353 MINOR: lua: txn: add function set_(loglevel|tos|mark) by Thierry FOURNIER · 9 years ago
  92. a85cfb1 BUG/MEDIUM: lua: undetected infinite loop by Thierry FOURNIER · 9 years ago
  93. 94aa617 CLEANUP: lua: don't use si_ic/si_oc on known stream-ints by Willy Tarreau · 9 years ago
  94. 3caa039 BUG/MINOR: lua: set current proxy as default value if it is possible by Thierry FOURNIER · 9 years ago
  95. dd6f4b4 BUG/MINOR: lua: error in detection of mandatory arguments by Thierry FOURNIER · 9 years ago
  96. 7f4942a MEDIUM: lua: automatically converts strings in proxy, tables, server and ip by Thierry FOURNIER · 9 years ago
  97. 53dd3cf BUG/MEDIUM: lua: bad argument number in analyser and in error message by Thierry FOURNIER · 9 years ago
  98. bc18da1 MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* by Willy Tarreau · 9 years ago
  99. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · 9 years ago
  100. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · 9 years ago