1. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · Tue May 26 12:08:07 2015 +0200
  2. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · Tue May 26 11:24:42 2015 +0200
  3. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  4. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · Mon May 11 15:25:29 2015 +0200
  5. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  6. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · Mon May 11 11:54:58 2015 +0200
  7. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · Mon Apr 20 01:31:23 2015 +0200
  8. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · Sun Apr 19 17:20:03 2015 +0200
  9. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200
  10. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · Mon Apr 13 13:24:54 2015 +0200
  11. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · Mon Apr 13 12:05:19 2015 +0200
  12. 73b65ac MINOR: stream: pass the pointer to the origin explicitly to stream_new() by Willy Tarreau · Wed Apr 08 18:26:29 2015 +0200
  13. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · Tue Apr 07 11:27:54 2015 +0200
  14. 04c57b3 MINOR: lua: (req|res)_get_headers return more than one header value by Thierry FOURNIER · Wed Mar 18 13:43:10 2015 +0100
  15. 7ddf7c5 MINOR: lua: no need for setting timeouts / conn_retries in hlua_socket_new() by Willy Tarreau · Mon Apr 06 00:52:04 2015 +0200
  16. 61cf7c8 MINOR: lua: minor cleanup in hlua_socket_new() by Willy Tarreau · Mon Apr 06 00:48:33 2015 +0200
  17. d420a97 MEDIUM: lua: make use of stream_new() to create an outgoing connection by Willy Tarreau · Mon Apr 06 00:39:18 2015 +0200
  18. b2bf833 MINOR: session: add stick counters to the struct session by Willy Tarreau · Sat Apr 04 15:58:58 2015 +0200
  19. 11c3624 MINOR: session: implement session_free() and use it everywhere by Willy Tarreau · Sat Apr 04 15:54:03 2015 +0200
  20. 7ea671b MINOR: session: store the session's accept date by Willy Tarreau · Sat Apr 04 14:46:56 2015 +0200
  21. 15b5e14 MINOR: stream: move session initialization before the stream's by Willy Tarreau · Sat Apr 04 14:38:25 2015 +0200
  22. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  23. fdcd2ae CLEANUP: lua: don't pass http_txn anymore to hlua_request_act_wrapper() by Willy Tarreau · Sat Apr 04 01:11:28 2015 +0200
  24. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · Sat Apr 04 01:09:08 2015 +0200
  25. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · Sat Apr 04 00:56:08 2015 +0200
  26. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  27. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  28. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · Fri Apr 03 22:16:32 2015 +0200
  29. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · Fri Apr 03 19:19:59 2015 +0200
  30. 40606ab MINOR: session: add a pointer to the session's origin by Willy Tarreau · Fri Apr 03 18:08:29 2015 +0200
  31. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  32. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · Fri Apr 03 14:46:27 2015 +0200
  33. feb7640 MEDIUM: stream: allocate the session when a stream is created by Willy Tarreau · Fri Apr 03 14:10:06 2015 +0200
  34. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · Fri Apr 03 13:53:24 2015 +0200
  35. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  36. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  37. 7073c47 CLEANUP: lua: get rid of the last two "*hs" for hlua_smp by Willy Tarreau · Mon Apr 06 11:15:40 2015 +0200
  38. da5f108 CLEANUP: lua: rename variable "sc" for struct hlua_smp by Willy Tarreau · Mon Apr 06 11:17:13 2015 +0200
  39. bcb39cc CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn by Willy Tarreau · Mon Apr 06 11:21:44 2015 +0200
  40. 9a8ad86 CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn. by Willy Tarreau · Mon Apr 06 11:14:06 2015 +0200
  41. b2ccb56 CLEANUP: hlua: stop using variable name "s" alternately for hlua_txn and hlua_smp by Willy Tarreau · Mon Apr 06 11:11:15 2015 +0200
  42. de49138 CLEANUP: lua: fix confusing local variable naming in hlua_txn_new() by Willy Tarreau · Mon Apr 06 11:04:28 2015 +0200
  43. 07081fe CLEANUP: lua: remove hard-coded sizeof() in object creations and mallocs by Willy Tarreau · Mon Apr 06 10:59:20 2015 +0200
  44. 08ef3d0 BUG/MAJOR: lua: use correct object size when initializing a new converter by Willy Tarreau · Mon Apr 06 10:50:55 2015 +0200
  45. 482564f CLEANUP: lua: remove the unused hlua_sleep memory pool by Willy Tarreau · Mon Apr 06 10:43:23 2015 +0200
  46. 32f61e2 MEDIUM: lua: implement a simple memory allocator by Willy Tarreau · Wed Mar 18 17:54:59 2015 +0100
  47. 36d1374 BUG/MINOR: lua: Fix SSL initialisation by Thierry FOURNIER · Tue Mar 17 16:48:53 2015 +0100
  48. c798b5d MINOR: lua: add log functions by Thierry FOURNIER · Tue Mar 17 01:09:57 2015 +0100
  49. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · Mon Mar 16 14:17:08 2015 +0100
  50. 2cce353 MINOR: lua: txn: add function set_(loglevel|tos|mark) by Thierry FOURNIER · Mon Mar 16 12:04:16 2015 +0100
  51. a85cfb1 BUG/MEDIUM: lua: undetected infinite loop by Thierry FOURNIER · Fri Mar 13 14:50:06 2015 +0100
  52. 94aa617 CLEANUP: lua: don't use si_ic/si_oc on known stream-ints by Willy Tarreau · Fri Mar 13 14:19:06 2015 +0100
  53. 3caa039 BUG/MINOR: lua: set current proxy as default value if it is possible by Thierry FOURNIER · Fri Mar 13 13:38:17 2015 +0100
  54. dd6f4b4 BUG/MINOR: lua: error in detection of mandatory arguments by Thierry FOURNIER · Fri Mar 13 12:21:07 2015 +0100
  55. 7f4942a MEDIUM: lua: automatically converts strings in proxy, tables, server and ip by Thierry FOURNIER · Thu Mar 12 18:28:50 2015 +0100
  56. 53dd3cf BUG/MEDIUM: lua: bad argument number in analyser and in error message by Thierry FOURNIER · Thu Mar 12 18:27:10 2015 +0100
  57. bc18da1 MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* by Willy Tarreau · Fri Mar 13 14:00:47 2015 +0100
  58. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · Tue Mar 10 14:27:20 2015 +0100
  59. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · Tue Mar 10 14:07:50 2015 +0100
  60. 2a71af4 CLEANUP: lua: hlua_channel_new() doesn't need the pointer to the session anymore by Willy Tarreau · Tue Mar 10 13:51:50 2015 +0100
  61. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · Tue Mar 10 13:50:03 2015 +0100
  62. 6c6dc16 MEDIUM: lua: use CF_ISRESP to detect the channel's side by Willy Tarreau · Tue Mar 10 13:49:14 2015 +0100
  63. 78955f4 MEDIUM: session: simplify receive buffer allocator to only use the channel by Willy Tarreau · Sun Dec 28 13:09:02 2014 +0100
  64. 8138967 CLEANUP: lua: limit usage of si_ic/si_oc by Willy Tarreau · Tue Mar 10 12:03:52 2015 +0100
  65. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  66. 81cd900 MEDIUM: channel: remove now unused ->prod and ->cons pointers by Willy Tarreau · Fri Nov 28 14:23:47 2014 +0100
  67. ef573c0 MEDIUM: channel: add a new flag "CF_ISRESP" for the response channel by Willy Tarreau · Fri Nov 28 14:17:09 2014 +0100
  68. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · Fri Nov 28 14:10:28 2014 +0100
  69. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · Fri Nov 28 13:59:31 2014 +0100
  70. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · Fri Nov 28 12:18:45 2014 +0100
  71. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · Fri Nov 28 12:12:34 2014 +0100
  72. a2df3fa MEDIUM: stream-interface: remove now unused pointers to channels by Willy Tarreau · Fri Nov 28 11:53:35 2014 +0100
  73. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · Fri Nov 28 11:26:07 2014 +0100
  74. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  75. a27dc19 CLEANUP: remove now unused channel pool by Willy Tarreau · Thu Nov 27 22:10:04 2014 +0100
  76. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · Thu Nov 27 20:45:39 2014 +0100
  77. 2694a1a MINOR: lua: fetches and converters can return an empty string in place of nil by Thierry FOURNIER · Wed Mar 11 20:13:36 2015 +0100
  78. 397826a MINOR: lua: replace function (req|get)_channel by a variable by Thierry FOURNIER · Wed Mar 11 19:39:09 2015 +0100
  79. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · Tue Mar 10 23:58:30 2015 +0100
  80. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · Wed Mar 11 18:28:02 2015 +0100
  81. 2297bc2 MEDIUM: lua: change the objects configuration by Thierry FOURNIER · Wed Mar 11 17:43:33 2015 +0100
  82. a2d8c65 MINOR: replace the Core object by a simple model. by Thierry FOURNIER · Wed Mar 11 17:29:39 2015 +0100
  83. 5955166 CLEANUP: lua: use the same function names in C and Lua by Willy Tarreau · Tue Mar 10 14:23:13 2015 +0100
  84. 5eadada MINOR: lua: convert IP addresses to type string by Willy Tarreau · Tue Mar 10 17:28:54 2015 +0100
  85. 38c5fd6 MEDIUM: lua: make the functions hlua_gethlua() and hlua_sethlua() faster by Thierry FOURNIER · Tue Mar 10 02:40:29 2015 +0100
  86. 76bd97f Revert "BUG/MEDIUM: lua: can't handle the response bytes" by Willy Tarreau · Tue Mar 10 17:16:10 2015 +0100
  87. eee4539 BUG/MINOR: lua: report the correct function name in an error message by Willy Tarreau · Tue Mar 10 14:22:28 2015 +0100
  88. 463119c BUG/BUILD: lua: The strict Lua 5.3 version check is not done. by Thierry FOURNIER · Tue Mar 10 00:35:36 2015 +0100
  89. 0054392 BUG/MINOR: lua: sockets receive behavior doesn't follows the specs by Thierry FOURNIER · Mon Mar 09 18:35:06 2015 +0100
  90. 95ad96a BUG/MEDIUM: lua: cannot connect socket by Thierry FOURNIER · Mon Mar 09 18:12:40 2015 +0100
  91. 486d52a BUG/MEDIUM: lua: sockets don't have buffer to write data by Thierry FOURNIER · Mon Mar 09 17:51:43 2015 +0100
  92. 4a6170c BUG/MINOR: lua: check buffers before initializing socket by Thierry FOURNIER · Mon Mar 09 17:07:10 2015 +0100
  93. d2b597a BUG/MEDIUM: lua: segfault with buffer_replace2 by Thierry FOURNIER · Sat Mar 07 14:38:50 2015 +0100
  94. cd9084f BUG/MEDIUM: lua: can't handle the response bytes by Thierry FOURNIER · Sat Mar 07 15:11:09 2015 +0100
  95. cae49c9 BUG/MAJOR: lua: some function are not yieldable, the forced yield causes errors by Thierry FOURNIER · Fri Mar 06 14:05:24 2015 +0100
  96. f90838b MEDIUM: lua: use the Lua-5.3 version of the library by Thierry FOURNIER · Fri Mar 06 13:48:32 2015 +0100
  97. deb5d73 BUG/MEDIUM: lua: many errors when we try to send data with the channel API by Thierry FOURNIER · Fri Mar 06 01:07:45 2015 +0100
  98. 53e08ec BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side by Thierry FOURNIER · Fri Mar 06 00:35:53 2015 +0100
  99. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · Thu Mar 05 17:45:34 2015 +0100
  100. 1bfc09b BUG/MEDIUM: lua: reset flags before resuming execution by Thierry FOURNIER · Thu Mar 05 17:10:14 2015 +0100