1. f31fb07 MEDIUM: connection: make conn_drain() perform more controls by Willy Tarreau · Fri Mar 13 00:32:20 2015 +0100
  2. 0a03c0f MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send() by Willy Tarreau · Fri Mar 13 00:05:28 2015 +0100
  3. ff3e648 MINOR: connection: implement conn_sock_send() by Willy Tarreau · Thu Mar 12 23:56:52 2015 +0100
  4. b4017d0 MINOR: checks: use conn_data_shutw_hard() instead of call via xprt by Willy Tarreau · Thu Mar 12 23:11:26 2015 +0100
  5. 1398aa1 MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() by Willy Tarreau · Thu Mar 12 23:04:07 2015 +0100
  6. 729c69f MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw() by Willy Tarreau · Thu Mar 12 22:51:10 2015 +0100
  7. 4dfd54f MINOR: stream-int: use conn_sock_shutw() to shutdown a connection by Willy Tarreau · Thu Mar 12 22:44:53 2015 +0100
  8. a02e8c9 MINOR: connection: make conn_sock_shutw() actually perform the shutdown() call by Willy Tarreau · Thu Mar 12 22:42:29 2015 +0100
  9. 1140512 CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag by Willy Tarreau · Thu Mar 12 22:32:27 2015 +0100
  10. 8747b6d [RELEASE] Released version 1.6-dev1 by Willy Tarreau · Wed Mar 11 23:57:23 2015 +0100
  11. 2dbbf4d MEDIUM: stats: proxied stats admin forms fix by Jeff Buchbinder · Fri Aug 29 15:10:08 2014 -0500
  12. 2c701b5 MEDIUM: ssl: Certificate Transparency support by Janusz Dziemidowicz · Sat Mar 07 23:03:59 2015 +0100
  13. 2468d4e MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200 by Jesse Hathaway · Fri Mar 06 20:16:15 2015 +0000
  14. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · Tue Mar 10 14:27:20 2015 +0100
  15. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · Tue Mar 10 14:07:50 2015 +0100
  16. 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
  17. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · Tue Mar 10 13:50:03 2015 +0100
  18. 6c6dc16 MEDIUM: lua: use CF_ISRESP to detect the channel's side by Willy Tarreau · Tue Mar 10 13:49:14 2015 +0100
  19. 78955f4 MEDIUM: session: simplify receive buffer allocator to only use the channel by Willy Tarreau · Sun Dec 28 13:09:02 2014 +0100
  20. d5ccfa3 MINOR: channel: add chn_sess() helper to retrieve session from channel by Willy Tarreau · Sun Dec 28 13:03:53 2014 +0100
  21. 8138967 CLEANUP: lua: limit usage of si_ic/si_oc by Willy Tarreau · Tue Mar 10 12:03:52 2015 +0100
  22. afc8a22 CLEANUP: stream-int: limit usage of si_ic/si_oc by Willy Tarreau · Fri Nov 28 15:46:27 2014 +0100
  23. 103197d CLEANUP: session: don't use si_{ic,oc} when we know the session. by Willy Tarreau · Fri Nov 28 15:26:12 2014 +0100
  24. 7b8c4f9 CLEANUP: session: don't needlessly pass a pointer to the stream-int by Willy Tarreau · Fri Nov 28 15:15:44 2014 +0100
  25. 8f128b4 CLEANUP: session: use local variables to access channels / stream ints by Willy Tarreau · Fri Nov 28 15:07:47 2014 +0100
  26. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  27. 81cd900 MEDIUM: channel: remove now unused ->prod and ->cons pointers by Willy Tarreau · Fri Nov 28 14:23:47 2014 +0100
  28. 5decc05 MAJOR: channel: only rely on the new CF_ISRESP flag to find the SI by Willy Tarreau · Fri Nov 28 14:22:12 2014 +0100
  29. ef573c0 MEDIUM: channel: add a new flag "CF_ISRESP" for the response channel by Willy Tarreau · Fri Nov 28 14:17:09 2014 +0100
  30. 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
  31. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · Fri Nov 28 13:59:31 2014 +0100
  32. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · Fri Nov 28 12:18:45 2014 +0100
  33. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · Fri Nov 28 12:12:34 2014 +0100
  34. 07373b8 MEDIUM: stream-int: use si_task() to retrieve the task from the stream int by Willy Tarreau · Fri Nov 28 12:08:47 2014 +0100
  35. aefd790 MEDIUM: stream-int: make si_sess() use the stream int's side by Willy Tarreau · Fri Nov 28 12:03:32 2014 +0100
  36. a2df3fa MEDIUM: stream-interface: remove now unused pointers to channels by Willy Tarreau · Fri Nov 28 11:53:35 2014 +0100
  37. 0b2fb7f MAJOR: stream-int: only rely on SI_FL_ISBACK to find the requested channel by Willy Tarreau · Fri Nov 28 11:50:38 2014 +0100
  38. 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
  39. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  40. a27dc19 CLEANUP: remove now unused channel pool by Willy Tarreau · Thu Nov 27 22:10:04 2014 +0100
  41. 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
  42. 17bd152 DOC: lua api by Thierry FOURNIER · Wed Mar 11 20:31:00 2015 +0100
  43. 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
  44. 397826a MINOR: lua: replace function (req|get)_channel by a variable by Thierry FOURNIER · Wed Mar 11 19:39:09 2015 +0100
  45. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · Tue Mar 10 23:58:30 2015 +0100
  46. 8fd1376 MINOR: converters: add function to browse converters by Thierry FOURNIER · Tue Mar 10 23:56:48 2015 +0100
  47. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · Wed Mar 11 18:28:02 2015 +0100
  48. 2297bc2 MEDIUM: lua: change the objects configuration by Thierry FOURNIER · Wed Mar 11 17:43:33 2015 +0100
  49. a2d8c65 MINOR: replace the Core object by a simple model. by Thierry FOURNIER · Wed Mar 11 17:29:39 2015 +0100
  50. 5955166 CLEANUP: lua: use the same function names in C and Lua by Willy Tarreau · Tue Mar 10 14:23:13 2015 +0100
  51. 5eadada MINOR: lua: convert IP addresses to type string by Willy Tarreau · Tue Mar 10 17:28:54 2015 +0100
  52. 38c5fd6 MEDIUM: lua: make the functions hlua_gethlua() and hlua_sethlua() faster by Thierry FOURNIER · Tue Mar 10 02:40:29 2015 +0100
  53. 76bd97f Revert "BUG/MEDIUM: lua: can't handle the response bytes" by Willy Tarreau · Tue Mar 10 17:16:10 2015 +0100
  54. 612adb8 BUG/MAJOR: http: fix stats regression consecutive to HTTP_RULE_RES_YIELD by Willy Tarreau · Tue Mar 10 15:25:54 2015 +0100
  55. eee4539 BUG/MINOR: lua: report the correct function name in an error message by Willy Tarreau · Tue Mar 10 14:22:28 2015 +0100
  56. fdda677 BUG/MEDIUM: buffer: one byte miss in buffer free space check by Thierry FOURNIER · Tue Mar 10 01:55:01 2015 +0100
  57. 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
  58. 0054392 BUG/MINOR: lua: sockets receive behavior doesn't follows the specs by Thierry FOURNIER · Mon Mar 09 18:35:06 2015 +0100
  59. 95ad96a BUG/MEDIUM: lua: cannot connect socket by Thierry FOURNIER · Mon Mar 09 18:12:40 2015 +0100
  60. 486d52a BUG/MEDIUM: lua: sockets don't have buffer to write data by Thierry FOURNIER · Mon Mar 09 17:51:43 2015 +0100
  61. e83766a BUG/MINOR: log: segfault if there are no proxy reference by Thierry FOURNIER · Mon Mar 09 17:10:29 2015 +0100
  62. 4a6170c BUG/MINOR: lua: check buffers before initializing socket by Thierry FOURNIER · Mon Mar 09 17:07:10 2015 +0100
  63. d2b597a BUG/MEDIUM: lua: segfault with buffer_replace2 by Thierry FOURNIER · Sat Mar 07 14:38:50 2015 +0100
  64. cd9084f BUG/MEDIUM: lua: can't handle the response bytes by Thierry FOURNIER · Sat Mar 07 15:11:09 2015 +0100
  65. 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
  66. f90838b MEDIUM: lua: use the Lua-5.3 version of the library by Thierry FOURNIER · Fri Mar 06 13:48:32 2015 +0100
  67. 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
  68. 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
  69. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · Thu Mar 05 17:45:34 2015 +0100
  70. 1bfc09b BUG/MEDIUM: lua: reset flags before resuming execution by Thierry FOURNIER · Thu Mar 05 17:10:14 2015 +0100
  71. 3e3a608 BUG/MINOR: lua: set buffer if it is nnot avalaible. by Thierry FOURNIER · Thu Mar 05 17:06:12 2015 +0100
  72. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · Thu Mar 05 17:04:41 2015 +0100
  73. 90da191 DOC: lua: Lua configuration documentation by Thierry FOURNIER · Thu Mar 05 11:17:06 2015 +0100
  74. dc9ca96 BUG/MEDIUM: lua: the execution timeout is ignored in yield case by Thierry FOURNIER · Thu Mar 05 11:16:52 2015 +0100
  75. c46c965 BUG/MEDIUM: task: fix recently introduced scheduler skew by Willy Tarreau · Wed Mar 04 23:26:01 2015 +0100
  76. d44731f MEDIUM: lua: change the sleep function core by Thierry FOURNIER · Wed Mar 04 15:51:09 2015 +0100
  77. ee9f802 MEDIUM: lua: interrupt the Lua execution for running other process by Thierry FOURNIER · Tue Mar 03 17:37:37 2015 +0100
  78. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · Tue Mar 03 17:29:06 2015 +0100
  79. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · Tue Mar 03 17:17:55 2015 +0100
  80. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · Tue Mar 03 16:52:26 2015 +0100
  81. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · Tue Mar 03 15:17:35 2015 +0100
  82. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · Wed Mar 04 16:48:34 2015 +0100
  83. 5c49aeb MINOR: remove unused declaration. by Thierry FOURNIER · Wed Mar 04 16:46:37 2015 +0100
  84. 506e46c BUG/MAJOR: lua: send function fails and return bad bytes by Thierry FOURNIER · Wed Mar 04 11:44:47 2015 +0100
  85. d1039e5 BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration by Cyril Bonté · Tue Mar 03 23:26:14 2015 +0100
  86. c21adb5 BUILD: try to automatically detect the Lua library name by Cyril Bonté · Tue Mar 03 23:13:03 2015 +0100
  87. 84bb493 BUILD: lua: missing ifdef related to SSL when enabling LUA by Baptiste Assmann · Mon Mar 02 21:40:06 2015 +0100
  88. 928ae5c BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua by Cyril Bonté · Mon Mar 02 00:08:41 2015 +0100
  89. dc0306e MINOR: lua: add a compilation error message when compiled with an incompatible version by Cyril Bonté · Mon Mar 02 00:08:40 2015 +0100
  90. 47eb219 MINOR: report the Lua version in -vv by Cyril Bonté · Mon Mar 02 00:08:39 2015 +0100
  91. 577a36a MINOR: lua: typo in an error message by Cyril Bonté · Mon Mar 02 00:08:38 2015 +0100
  92. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · Fri Feb 27 18:37:27 2015 +0100
  93. 80f5fae BUILD: lua: cleanup many mixed occurrences declarations & code by Willy Tarreau · Fri Feb 27 16:38:20 2015 +0100
  94. 893bfa3 MINOR: lua: txn: add binding for closing the client connection. by Thierry FOURNIER · Tue Feb 17 18:42:34 2015 +0100
  95. 13416fe MINOR: lua: core: can yield an execution stack by Thierry FOURNIER · Tue Feb 17 15:01:59 2015 +0100
  96. 37196f4 MINOR: lua: core: can set the nice of the current task by Thierry FOURNIER · Mon Feb 16 19:34:56 2015 +0100
  97. e94e774 MINOR: lua: txn: object "txn" provides two objects "channel" by Thierry FOURNIER · Tue Feb 17 14:59:53 2015 +0100
  98. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · Mon Feb 09 16:38:34 2015 +0100
  99. 83758bb MINOR: lua: core: pattern and acl manipulation by Thierry FOURNIER · Wed Feb 04 13:21:04 2015 +0100
  100. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · Mon Feb 16 19:27:16 2015 +0100