1. a2df3fa MEDIUM: stream-interface: remove now unused pointers to channels by Willy Tarreau · Fri Nov 28 11:53:35 2014 +0100
  2. 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
  3. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  4. a27dc19 CLEANUP: remove now unused channel pool by Willy Tarreau · Thu Nov 27 22:10:04 2014 +0100
  5. 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
  6. 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
  7. 397826a MINOR: lua: replace function (req|get)_channel by a variable by Thierry FOURNIER · Wed Mar 11 19:39:09 2015 +0100
  8. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · Tue Mar 10 23:58:30 2015 +0100
  9. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · Wed Mar 11 18:28:02 2015 +0100
  10. 2297bc2 MEDIUM: lua: change the objects configuration by Thierry FOURNIER · Wed Mar 11 17:43:33 2015 +0100
  11. a2d8c65 MINOR: replace the Core object by a simple model. by Thierry FOURNIER · Wed Mar 11 17:29:39 2015 +0100
  12. 5955166 CLEANUP: lua: use the same function names in C and Lua by Willy Tarreau · Tue Mar 10 14:23:13 2015 +0100
  13. 5eadada MINOR: lua: convert IP addresses to type string by Willy Tarreau · Tue Mar 10 17:28:54 2015 +0100
  14. 38c5fd6 MEDIUM: lua: make the functions hlua_gethlua() and hlua_sethlua() faster by Thierry FOURNIER · Tue Mar 10 02:40:29 2015 +0100
  15. 76bd97f Revert "BUG/MEDIUM: lua: can't handle the response bytes" by Willy Tarreau · Tue Mar 10 17:16:10 2015 +0100
  16. eee4539 BUG/MINOR: lua: report the correct function name in an error message by Willy Tarreau · Tue Mar 10 14:22:28 2015 +0100
  17. 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
  18. 0054392 BUG/MINOR: lua: sockets receive behavior doesn't follows the specs by Thierry FOURNIER · Mon Mar 09 18:35:06 2015 +0100
  19. 95ad96a BUG/MEDIUM: lua: cannot connect socket by Thierry FOURNIER · Mon Mar 09 18:12:40 2015 +0100
  20. 486d52a BUG/MEDIUM: lua: sockets don't have buffer to write data by Thierry FOURNIER · Mon Mar 09 17:51:43 2015 +0100
  21. 4a6170c BUG/MINOR: lua: check buffers before initializing socket by Thierry FOURNIER · Mon Mar 09 17:07:10 2015 +0100
  22. d2b597a BUG/MEDIUM: lua: segfault with buffer_replace2 by Thierry FOURNIER · Sat Mar 07 14:38:50 2015 +0100
  23. cd9084f BUG/MEDIUM: lua: can't handle the response bytes by Thierry FOURNIER · Sat Mar 07 15:11:09 2015 +0100
  24. 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
  25. f90838b MEDIUM: lua: use the Lua-5.3 version of the library by Thierry FOURNIER · Fri Mar 06 13:48:32 2015 +0100
  26. 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
  27. 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
  28. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · Thu Mar 05 17:45:34 2015 +0100
  29. 1bfc09b BUG/MEDIUM: lua: reset flags before resuming execution by Thierry FOURNIER · Thu Mar 05 17:10:14 2015 +0100
  30. 3e3a608 BUG/MINOR: lua: set buffer if it is nnot avalaible. by Thierry FOURNIER · Thu Mar 05 17:06:12 2015 +0100
  31. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · Thu Mar 05 17:04:41 2015 +0100
  32. dc9ca96 BUG/MEDIUM: lua: the execution timeout is ignored in yield case by Thierry FOURNIER · Thu Mar 05 11:16:52 2015 +0100
  33. d44731f MEDIUM: lua: change the sleep function core by Thierry FOURNIER · Wed Mar 04 15:51:09 2015 +0100
  34. ee9f802 MEDIUM: lua: interrupt the Lua execution for running other process by Thierry FOURNIER · Tue Mar 03 17:37:37 2015 +0100
  35. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · Tue Mar 03 17:29:06 2015 +0100
  36. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · Tue Mar 03 17:17:55 2015 +0100
  37. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · Tue Mar 03 16:52:26 2015 +0100
  38. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · Tue Mar 03 15:17:35 2015 +0100
  39. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · Wed Mar 04 16:48:34 2015 +0100
  40. 506e46c BUG/MAJOR: lua: send function fails and return bad bytes by Thierry FOURNIER · Wed Mar 04 11:44:47 2015 +0100
  41. 84bb493 BUILD: lua: missing ifdef related to SSL when enabling LUA by Baptiste Assmann · Mon Mar 02 21:40:06 2015 +0100
  42. 928ae5c BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua by Cyril Bonté · Mon Mar 02 00:08:41 2015 +0100
  43. 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
  44. 577a36a MINOR: lua: typo in an error message by Cyril Bonté · Mon Mar 02 00:08:38 2015 +0100
  45. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · Fri Feb 27 18:37:27 2015 +0100
  46. 80f5fae BUILD: lua: cleanup many mixed occurrences declarations & code by Willy Tarreau · Fri Feb 27 16:38:20 2015 +0100
  47. 893bfa3 MINOR: lua: txn: add binding for closing the client connection. by Thierry FOURNIER · Tue Feb 17 18:42:34 2015 +0100
  48. 13416fe MINOR: lua: core: can yield an execution stack by Thierry FOURNIER · Tue Feb 17 15:01:59 2015 +0100
  49. 37196f4 MINOR: lua: core: can set the nice of the current task by Thierry FOURNIER · Mon Feb 16 19:34:56 2015 +0100
  50. e94e774 MINOR: lua: txn: object "txn" provides two objects "channel" by Thierry FOURNIER · Tue Feb 17 14:59:53 2015 +0100
  51. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · Mon Feb 09 16:38:34 2015 +0100
  52. 83758bb MINOR: lua: core: pattern and acl manipulation by Thierry FOURNIER · Wed Feb 04 13:21:04 2015 +0100
  53. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · Mon Feb 16 19:27:16 2015 +0100
  54. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · Mon Feb 16 19:43:25 2015 +0100
  55. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · Mon Feb 16 20:23:40 2015 +0100
  56. 9be813f MINOR: lua: register and execute converters in LUA by Thierry FOURNIER · Mon Feb 16 20:21:12 2015 +0100
  57. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · Mon Feb 16 20:19:18 2015 +0100
  58. 9a819e7 MINOR: lua: txn: add lua function in TXN that returns an array of http headers by Thierry FOURNIER · Mon Feb 16 20:22:55 2015 +0100
  59. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · Mon Feb 16 20:14:51 2015 +0100
  60. 05c0b8a MINOR: lua: add shared context in the lua stack by Thierry FOURNIER · Wed Feb 25 11:43:21 2015 +0100
  61. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · Mon Feb 16 20:11:43 2015 +0100
  62. 55da165 MINOR: lua: add sample and args type converters by Thierry FOURNIER · Fri Jan 23 11:36:30 2015 +0100
  63. 24f3353 MEDIUM: lua: add coroutine as tasks. by Thierry FOURNIER · Fri Jan 23 12:13:00 2015 +0100
  64. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · Fri Jan 23 12:08:30 2015 +0100
  65. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · Fri Jan 23 14:07:08 2015 +0100
  66. 6c9b52c MINOR: lua: add the configuration directive "lua-load" by Thierry FOURNIER · Fri Jan 23 15:57:06 2015 +0100
  67. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · Fri Jan 23 11:08:20 2015 +0100
  68. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · Fri Jan 23 14:27:52 2015 +0100
  69. e8b9a40 MINOR: lua: add ease functions by Thierry FOURNIER · Wed Feb 25 18:48:12 2015 +0100
  70. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · Fri Jan 23 14:06:13 2015 +0100