1. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · Thu Mar 05 17:45:34 2015 +0100
  2. 1bfc09b BUG/MEDIUM: lua: reset flags before resuming execution by Thierry FOURNIER · Thu Mar 05 17:10:14 2015 +0100
  3. 3e3a608 BUG/MINOR: lua: set buffer if it is nnot avalaible. by Thierry FOURNIER · Thu Mar 05 17:06:12 2015 +0100
  4. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · Thu Mar 05 17:04:41 2015 +0100
  5. dc9ca96 BUG/MEDIUM: lua: the execution timeout is ignored in yield case by Thierry FOURNIER · Thu Mar 05 11:16:52 2015 +0100
  6. c46c965 BUG/MEDIUM: task: fix recently introduced scheduler skew by Willy Tarreau · Wed Mar 04 23:26:01 2015 +0100
  7. d44731f MEDIUM: lua: change the sleep function core by Thierry FOURNIER · Wed Mar 04 15:51:09 2015 +0100
  8. ee9f802 MEDIUM: lua: interrupt the Lua execution for running other process by Thierry FOURNIER · Tue Mar 03 17:37:37 2015 +0100
  9. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · Tue Mar 03 17:29:06 2015 +0100
  10. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · Tue Mar 03 17:17:55 2015 +0100
  11. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · Tue Mar 03 16:52:26 2015 +0100
  12. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · Tue Mar 03 15:17:35 2015 +0100
  13. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · Wed Mar 04 16:48:34 2015 +0100
  14. 506e46c BUG/MAJOR: lua: send function fails and return bad bytes by Thierry FOURNIER · Wed Mar 04 11:44:47 2015 +0100
  15. d1039e5 BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration by Cyril Bonté · Tue Mar 03 23:26:14 2015 +0100
  16. 84bb493 BUILD: lua: missing ifdef related to SSL when enabling LUA by Baptiste Assmann · Mon Mar 02 21:40:06 2015 +0100
  17. 928ae5c BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua by Cyril Bonté · Mon Mar 02 00:08:41 2015 +0100
  18. 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
  19. 47eb219 MINOR: report the Lua version in -vv by Cyril Bonté · Mon Mar 02 00:08:39 2015 +0100
  20. 577a36a MINOR: lua: typo in an error message by Cyril Bonté · Mon Mar 02 00:08:38 2015 +0100
  21. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · Fri Feb 27 18:37:27 2015 +0100
  22. 80f5fae BUILD: lua: cleanup many mixed occurrences declarations & code by Willy Tarreau · Fri Feb 27 16:38:20 2015 +0100
  23. 893bfa3 MINOR: lua: txn: add binding for closing the client connection. by Thierry FOURNIER · Tue Feb 17 18:42:34 2015 +0100
  24. 13416fe MINOR: lua: core: can yield an execution stack by Thierry FOURNIER · Tue Feb 17 15:01:59 2015 +0100
  25. 37196f4 MINOR: lua: core: can set the nice of the current task by Thierry FOURNIER · Mon Feb 16 19:34:56 2015 +0100
  26. e94e774 MINOR: lua: txn: object "txn" provides two objects "channel" by Thierry FOURNIER · Tue Feb 17 14:59:53 2015 +0100
  27. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · Mon Feb 09 16:38:34 2015 +0100
  28. 83758bb MINOR: lua: core: pattern and acl manipulation by Thierry FOURNIER · Wed Feb 04 13:21:04 2015 +0100
  29. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · Mon Feb 16 19:27:16 2015 +0100
  30. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · Mon Feb 16 19:43:25 2015 +0100
  31. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · Mon Feb 16 20:23:40 2015 +0100
  32. 9be813f MINOR: lua: register and execute converters in LUA by Thierry FOURNIER · Mon Feb 16 20:21:12 2015 +0100
  33. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · Mon Feb 16 20:19:18 2015 +0100
  34. 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
  35. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · Mon Feb 16 20:14:51 2015 +0100
  36. 05c0b8a MINOR: lua: add shared context in the lua stack by Thierry FOURNIER · Wed Feb 25 11:43:21 2015 +0100
  37. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · Mon Feb 16 20:11:43 2015 +0100
  38. 55da165 MINOR: lua: add sample and args type converters by Thierry FOURNIER · Fri Jan 23 11:36:30 2015 +0100
  39. 24f3353 MEDIUM: lua: add coroutine as tasks. by Thierry FOURNIER · Fri Jan 23 12:13:00 2015 +0100
  40. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · Fri Jan 23 12:08:30 2015 +0100
  41. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · Fri Jan 23 14:07:08 2015 +0100
  42. 6c9b52c MINOR: lua: add the configuration directive "lua-load" by Thierry FOURNIER · Fri Jan 23 15:57:06 2015 +0100
  43. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · Fri Jan 23 11:08:20 2015 +0100
  44. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · Fri Jan 23 14:27:52 2015 +0100
  45. e8b9a40 MINOR: lua: add ease functions by Thierry FOURNIER · Wed Feb 25 18:48:12 2015 +0100
  46. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · Fri Jan 23 14:06:13 2015 +0100
  47. ca16b03 MINOR: channel: functions to get data from a buffer without copy by Thierry FOURNIER · Mon Feb 16 19:26:48 2015 +0100
  48. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · Wed Feb 25 13:36:14 2015 +0100
  49. 9e2ef99 MEDIUM: http: change the code returned by the response processing rule functions by Thierry FOURNIER · Wed Feb 25 13:51:19 2015 +0100
  50. cc87a11 MEDIUM: tcp: add register keyword system. by Thierry FOURNIER · Fri Dec 12 19:41:33 2014 +0100
  51. ac836ba MINOR: includes: fix a lot of missing or useless includes by Thierry FOURNIER · Tue Dec 16 15:41:18 2014 +0100
  52. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · Mon Dec 08 19:50:43 2014 +0100
  53. 4d9a1d1 MINOR: sample: add function for browsing samples. by Thierry FOURNIER · Mon Dec 08 14:49:19 2014 +0100
  54. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · Tue Nov 25 12:02:25 2014 +0100
  55. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  56. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · Mon Feb 23 15:11:11 2015 +0100
  57. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · Mon Dec 15 16:18:39 2014 +0100
  58. b83862d MEDIUM: channel: wake up any request analyzer on response activity by Thierry FOURNIER · Thu Feb 26 10:40:09 2015 +0100
  59. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  60. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · Fri Feb 20 16:53:25 2015 +0100
  61. 2e05a8c MEDIUM: task: call session analyzers if the task is woken by a message. by Thierry FOURNIER · Mon Nov 24 14:49:56 2014 +0100
  62. 9cf7c4b MAJOR: poll: only rely on wake_expired_tasks() to compute the wait delay by Thierry FOURNIER · Mon Dec 15 13:26:01 2014 +0100
  63. e7acee7 BUILD/CLEANUP: config: silent 3 warnings about mixed declarations with code by Willy Tarreau · Fri Feb 27 16:37:05 2015 +0100
  64. 622317d BUILD/CLEANUP: ssl: avoid a warning due to mixed code and declaration by Willy Tarreau · Fri Feb 27 16:36:16 2015 +0100
  65. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · Fri Feb 27 19:56:49 2015 +0100
  66. eaabd52 BUG/MEDIUM: Do not consider an agent check as failed on L7 error by Simon Horman · Thu Feb 26 11:26:17 2015 +0900
  67. 501260b MEDIUM: task: always ensure that the run queue is consistent by Willy Tarreau · Mon Feb 23 16:07:01 2015 +0100
  68. eb27ec7 MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names by Willy Tarreau · Fri Feb 20 13:55:29 2015 +0100
  69. c90dc23 MINOR: http: add a new function to iterate over each header line by Willy Tarreau · Fri Feb 20 13:51:36 2015 +0100
  70. 2d7ec46 BUG/MAJOR: peers: initialize s->buffer_wait when creating the session by Willy Tarreau · Sat Feb 14 14:14:57 2015 +0100
  71. 73bc285 BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match by Thierry FOURNIER · Fri Feb 06 17:53:54 2015 +0100
  72. 8aa8384 BUG/MINOR: pattern: error message missing by Thierry FOURNIER · Fri Feb 06 17:50:55 2015 +0100
  73. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · Thu Feb 05 16:47:07 2015 +0100
  74. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · Fri Feb 06 11:11:57 2015 +0900
  75. 00b69e0 MINOR: Remove trailing '.' from email alert messages by Simon Horman · Fri Feb 06 11:11:56 2015 +0900
  76. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · Wed Feb 04 00:45:58 2015 +0100
  77. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · Fri Jan 30 11:23:00 2015 +0900
  78. 9dc4996 MEDIUM: Allow configuration of email alerts by Simon Horman · Fri Jan 30 11:22:59 2015 +0900
  79. 0d16a40 MEDIUM: Add parsing of mailers section by Simon Horman · Fri Jan 30 11:22:58 2015 +0900
  80. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · Fri Jan 30 11:22:57 2015 +0900
  81. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · Fri Jan 30 11:22:56 2015 +0900
  82. bfb5d33 MEDIUM: Add free_check() helper by Simon Horman · Fri Jan 30 11:22:55 2015 +0900
  83. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · Fri Jan 30 11:22:54 2015 +0900
  84. dbf7019 MEDIUM: Remove connect_chk by Simon Horman · Fri Jan 30 11:22:53 2015 +0900
  85. b197d7f BUG/MINOR: stats:Fix incorrect printf type. by Warren Turkal · Tue Jan 27 15:04:16 2015 -0800
  86. 34d4c3c BUG/MINOR: http: abort request processing on filter failure by Willy Tarreau · Fri Jan 30 20:58:58 2015 +0100
  87. 32602d2 BUG/MINOR: checks: prevent http keep-alive with http-check expect by Cyril Bonté · Fri Jan 30 00:07:07 2015 +0100
  88. aa435e7 BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value by Willy Tarreau · Thu Jan 29 14:01:34 2015 +0100
  89. 474b96a MEDIUM: init: continue to enforce SYSTEM_MAXCONN with auto settings if set by Willy Tarreau · Wed Jan 28 19:03:21 2015 +0100
  90. 58048a2 BUG/MINOR: parse: check the validity of size string in a more strict way by Godbach · Wed Jan 28 17:36:16 2015 +0800
  91. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · Tue Jan 27 15:12:13 2015 +0100
  92. 3180f7b MINOR: ssl: load certificates in alphabetical order by Cyril Bonté · Sun Jan 25 00:16:08 2015 +0100
  93. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · Thu Jan 22 20:46:11 2015 +0100
  94. d817e46 BUG/MINOR: sample: fix case sensitivity for the regsub converter by Willy Tarreau · Fri Jan 23 20:23:17 2015 +0100
  95. 0766e44 MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero by Simon Horman · Wed Nov 12 15:55:54 2014 +0900
  96. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · Wed Nov 12 15:55:53 2014 +0900
  97. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · Tue Jan 20 19:47:06 2015 +0100
  98. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · Wed Jan 21 13:39:42 2015 +0100
  99. 4694778 MINOR: args: implement a new arg type for regex : ARGT_REG by Willy Tarreau · Mon Jan 19 19:00:58 2015 +0100
  100. 3d241e7 MEDIUM: args: use #define to specify the number of bits used by arg types and counts by Willy Tarreau · Mon Jan 19 18:44:07 2015 +0100