1. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · Mon Feb 16 19:27:16 2015 +0100
  2. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · Mon Feb 16 19:43:25 2015 +0100
  3. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · Mon Feb 16 20:23:40 2015 +0100
  4. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · Mon Feb 16 20:19:18 2015 +0100
  5. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · Mon Feb 16 20:14:51 2015 +0100
  6. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · Mon Feb 16 20:11:43 2015 +0100
  7. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · Fri Jan 23 12:08:30 2015 +0100
  8. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · Fri Jan 23 14:07:08 2015 +0100
  9. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · Fri Jan 23 11:08:20 2015 +0100
  10. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · Fri Jan 23 14:27:52 2015 +0100
  11. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · Fri Jan 23 14:06:13 2015 +0100
  12. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · Wed Feb 25 13:36:14 2015 +0100
  13. cc87a11 MEDIUM: tcp: add register keyword system. by Thierry FOURNIER · Fri Dec 12 19:41:33 2014 +0100
  14. ac836ba MINOR: includes: fix a lot of missing or useless includes by Thierry FOURNIER · Tue Dec 16 15:41:18 2014 +0100
  15. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  16. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · Mon Feb 23 15:11:11 2015 +0100
  17. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · Mon Dec 15 16:18:39 2014 +0100
  18. b83862d MEDIUM: channel: wake up any request analyzer on response activity by Thierry FOURNIER · Thu Feb 26 10:40:09 2015 +0100
  19. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  20. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · Fri Feb 27 19:56:49 2015 +0100
  21. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · Thu Feb 05 16:47:07 2015 +0100
  22. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · Fri Feb 06 11:11:57 2015 +0900
  23. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · Wed Feb 04 00:45:58 2015 +0100
  24. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · Fri Jan 30 11:23:00 2015 +0900
  25. 9dc4996 MEDIUM: Allow configuration of email alerts by Simon Horman · Fri Jan 30 11:22:59 2015 +0900
  26. 0d16a40 MEDIUM: Add parsing of mailers section by Simon Horman · Fri Jan 30 11:22:58 2015 +0900
  27. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · Fri Jan 30 11:22:57 2015 +0900
  28. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · Fri Jan 30 11:22:56 2015 +0900
  29. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · Thu Jan 22 20:46:11 2015 +0100
  30. 4694778 MINOR: args: implement a new arg type for regex : ARGT_REG by Willy Tarreau · Mon Jan 19 19:00:58 2015 +0100
  31. 085dafa MINOR: args: add type-specific flags for each arg in a list by Willy Tarreau · Wed Jan 21 15:51:47 2015 +0100
  32. dbc79d0 MEDIUM: args: increase arg type to 5 bits and limit arg count to 5 by Willy Tarreau · Mon Jan 19 18:54:49 2015 +0100
  33. 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
  34. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · Tue Jan 20 19:44:50 2015 +0100
  35. d92aa5c MINOR: global: report information about the cost of SSL connections by Willy Tarreau · Thu Jan 15 21:34:39 2015 +0100
  36. fce0311 MINOR: global: always export some SSL-specific metrics by Willy Tarreau · Thu Jan 15 21:32:40 2015 +0100
  37. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · Wed Jan 07 15:03:42 2015 +0100
  38. ac92a06 MINOR: checks: update dynamic environment variables in external checks by Cyril Bonté · Sat Dec 27 22:28:38 2014 +0100
  39. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · Tue Dec 23 22:52:37 2014 +0100
  40. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · Thu Nov 27 01:11:56 2014 +0100
  41. bf883e0 MAJOR: session: implement a wait-queue for sessions who need a buffer by Willy Tarreau · Tue Nov 25 21:10:35 2014 +0100
  42. f2dd68d DOC: fix a few typos by Godbach · Wed Dec 10 10:21:30 2014 +0800
  43. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  44. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · Sat Nov 15 22:41:27 2014 +0100
  45. 2c86cbf MINOR: ssl: add statement to force some ssl options in global. by Emeric Brun · Thu Oct 30 15:56:50 2014 +0100
  46. 9dc1c61 BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer by Willy Tarreau · Mon Sep 01 20:35:55 2014 +0200
  47. 7346acb MINOR: log: add a new field "%lc" to implement a per-frontend log counter by Willy Tarreau · Thu Aug 28 15:03:15 2014 +0200
  48. 4edd683 OPTIM/MINOR: proxy: reduce struct proxy by 48 bytes on 64-bit archs by Willy Tarreau · Thu Aug 28 14:36:36 2014 +0200
  49. 328fb58 MEDIUM: connection: add new bit in Proxy Protocol V2 by Dave McCowan · Wed Jul 30 10:39:13 2014 -0400
  50. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · Wed Jun 25 18:12:15 2014 +0200
  51. 5ed1bbf CLEANUP: session: move the stick counters declarations to stick_table.h by Willy Tarreau · Wed Jun 25 18:30:01 2014 +0200
  52. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · Tue Jul 15 16:44:27 2014 +0200
  53. 65d805f BUILD: fix dependencies between config and compat.h by Willy Tarreau · Tue Jul 15 18:05:58 2014 +0200
  54. bb2e669 BUG/MAJOR: http: correctly rewind the request body after start of forwarding by Willy Tarreau · Thu Jul 10 19:06:10 2014 +0200
  55. 092d865 MEDIUM: listener: implement a per-protocol pause() function by Willy Tarreau · Mon Jul 07 20:22:12 2014 +0200
  56. 18324f5 MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · Fri Jun 27 18:10:07 2014 +0200
  57. 4e95790 MINOR: log: make MAX_SYSLOG_LEN overridable at build time by Willy Tarreau · Fri Jun 27 18:08:49 2014 +0200
  58. 98637e5 MEDIUM: Add external check by Simon Horman · Fri Jun 20 12:30:16 2014 +0900
  59. f4e6129 MINOR: missing regex.h include by Thierry FOURNIER · Thu Jun 19 13:37:01 2014 +0200
  60. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · Wed Jun 18 11:35:54 2014 +0200
  61. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · Mon Jun 16 12:05:59 2014 -0600
  62. 4bfc580 MEDIUM: session: maintain per-backend and per-server time statistics by Willy Tarreau · Tue Jun 17 12:19:18 2014 +0200
  63. 8fccfa2 CLEANUP: connection: merge proxy proto v2 header and address block by Willy Tarreau · Sat Jun 14 08:28:06 2014 +0200
  64. 3a4ac42 MINOR: tcp: prepare support for the "capture" action by Willy Tarreau · Fri Jun 13 16:17:14 2014 +0200
  65. 54da8db MINOR: capture: extend the captures to support non-header keys by Willy Tarreau · Fri Jun 13 16:11:48 2014 +0200
  66. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · Thu Jun 12 14:58:40 2014 +0200
  67. ce3f913 MINOR: stats: add counters for SSL cache lookups and misses by Willy Tarreau · Wed May 28 16:47:01 2014 +0200
  68. 0c9c272 MINOR: stats: report SSL key computations per second by Willy Tarreau · Wed May 28 12:28:58 2014 +0200
  69. 2396418 MINOR: checks: support a neutral check result by Willy Tarreau · Tue May 20 20:56:30 2014 +0200
  70. ed7df90 MEDIUM: stats: introduce new actions to simplify admin status management by Willy Tarreau · Thu May 22 18:04:49 2014 +0200
  71. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · Thu May 22 16:14:34 2014 +0200
  72. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  73. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · Tue May 13 19:44:56 2014 +0200
  74. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  75. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · Tue May 20 14:28:24 2014 +0200
  76. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · Tue May 13 22:08:20 2014 +0200
  77. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · Sat May 10 14:30:07 2014 +0200
  78. 6ae1ba6 MEDIUM: listener: parse the new "process" bind keyword by Willy Tarreau · Wed May 07 19:01:58 2014 +0200
  79. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · Fri Jan 18 11:29:29 2013 +0100
  80. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · Fri May 09 13:52:00 2014 +0200
  81. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  82. 2a83111 MINOR: http: generic pointer to rule argument by William Lallemand · Tue May 06 18:43:27 2014 +0200
  83. 644c101 BUG/MAJOR: http: connection setup may stall on balance url_param by Willy Tarreau · Wed Apr 30 18:11:11 2014 +0200
  84. ed44649 MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated by Willy Tarreau · Mon Apr 28 22:56:38 2014 +0200
  85. a3c504c MEDIUM: config: inform the user only once that "redispatch" is deprecated by Willy Tarreau · Mon Apr 28 22:37:32 2014 +0200
  86. 40bac83 MEDIUM: config: inform the user that "reqsetbe" is deprecated by Willy Tarreau · Mon Apr 28 22:37:06 2014 +0200
  87. de9d2d7 MEDIUM: config: inform the user about the deprecatedness of "block" rules by Willy Tarreau · Mon Apr 28 22:28:02 2014 +0200
  88. ff05550 MINOR: config: add minimum support for emitting warnings only once by Willy Tarreau · Mon Apr 28 22:27:06 2014 +0200
  89. 0b74833 MEDIUM: http: make http-request rules processing return a verdict instead of a rule by Willy Tarreau · Tue Apr 29 00:13:29 2014 +0200
  90. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · Mon Apr 28 22:05:31 2014 +0200
  91. e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough by Thierry FOURNIER · Mon Apr 28 11:18:57 2014 +0200
  92. f51c698 MEDIUM: ssl: implement a workaround for the OpenSSL heartbleed attack by Willy Tarreau · Fri Apr 25 20:02:39 2014 +0200
  93. b396637 MINOR: connection: add a new error code for SSL with heartbeat by Willy Tarreau · Fri Apr 25 18:54:29 2014 +0200
  94. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · Thu Apr 24 14:38:37 2014 +0200
  95. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · Thu Apr 24 22:16:59 2014 +0200
  96. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · Fri Apr 25 13:58:37 2014 +0200
  97. 1746eec MINOR: checks: add a new global max-spread-checks directive by Willy Tarreau · Fri Apr 25 10:46:47 2014 +0200
  98. 877e78d MAJOR: http: do not use msg->sol while processing messages or forwarding data by Willy Tarreau · Sun Apr 07 18:48:08 2013 +0200
  99. 0558a02 MINOR: http: make msg->eol carry the last CRLF length by Willy Tarreau · Thu Mar 13 15:48:45 2014 +0100
  100. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · Thu Apr 10 11:55:45 2014 +0200