1. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  2. 90ad872 DOC: ssl: add 'no-tls-tickets' statement documentation. by Emeric Brun · Tue Oct 02 14:00:59 2012 +0200
  3. f5da493 DOC: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · Fri Sep 28 19:42:54 2012 +0200
  4. 3603fbe DOC: ssl: add fetches and ACLs 'ssl_verify_crterr', 'ssl_verify_caerr', and 'ssl_verify_crterr_depth' by Emeric Brun · Fri Sep 28 18:35:15 2012 +0200
  5. c68af8d DOC: ssl: add fetch and ACL 'ssl_verify_result' by Emeric Brun · Fri Sep 28 18:14:24 2012 +0200
  6. b6dc934 DOC: ssl: add 'ca-ignore-err' and 'crt-ignore-err' statements on 'bind' by Emeric Brun · Fri Sep 28 17:55:37 2012 +0200
  7. b435408 DOC: ssl: add fetch and ACL 'client_cert' by Emeric Brun · Fri Sep 28 17:28:03 2012 +0200
  8. 1a073b4 DOC: ssl: add 'verify', 'cafile' and 'crlfile' statements on 'bind' by Emeric Brun · Fri Sep 28 17:07:34 2012 +0200
  9. 7fb3442 DOC: ssl: add 'ecdhe' statement on 'bind' by Emeric Brun · Fri Sep 28 15:26:15 2012 +0200
  10. e032bfa DOC: ssl: update 'crt' statement on 'bind' about Diffie-Hellman parameters loading by Emeric Brun · Fri Sep 28 13:01:45 2012 +0200
  11. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · Thu Sep 27 23:48:56 2012 +0200
  12. 3c7a79d MINOR: cli: allow to set frontend maxconn to zero by Willy Tarreau · Wed Sep 26 21:07:15 2012 +0200
  13. 086fbf5 DOC: fix index to reference bind and server options by Willy Tarreau · Mon Sep 24 20:34:51 2012 +0200
  14. abb175f DOC: stats: refer to "bind" section for "stats socket" settings by Willy Tarreau · Mon Sep 24 12:43:26 2012 +0200
  15. b6205fd DOC: move bind options to their own section by Willy Tarreau · Mon Sep 24 12:27:33 2012 +0200
  16. aeff252 DOC: duplicate ssl_sni section by Guillaume Castagnino · Thu Sep 13 15:02:53 2012 +0200
  17. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · Wed Sep 12 08:43:15 2012 +0200
  18. 1621682 [RELEASE] Released version 1.5-dev12 by Willy Tarreau · Mon Sep 10 09:46:55 2012 +0200
  19. a0ee1d0 DOC: add missing SSL options for servers and listeners by Willy Tarreau · Mon Sep 10 09:01:23 2012 +0200
  20. 7875d09 MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_* by Willy Tarreau · Mon Sep 10 08:20:03 2012 +0200
  21. 50acaaa MINOR: config: make the tasks "nice" value configurable on "bind" lines. by Willy Tarreau · Thu Sep 06 14:26:36 2012 +0200
  22. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · Thu Sep 06 11:58:37 2012 +0200
  23. 32368ce MEDIUM: config: support per-listener backlog and maxconn by Willy Tarreau · Thu Sep 06 11:10:55 2012 +0200
  24. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  25. aaa2100 DOC: Typos cleanup by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  26. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · Thu Jun 07 01:03:16 2012 +0200
  27. a9fddca MINOR: http: add the urlp_val ACL match by Willy Tarreau · Tue Jul 31 07:51:48 2012 +0200
  28. a7ad50c MEDIUM: pattern: add the "base" sample fetch method by Willy Tarreau · Sun Apr 29 15:39:40 2012 +0200
  29. 6812bcf MINOR: replace acl_fetch_{path,url}* with smp_fetch_* by Willy Tarreau · Sun Apr 29 09:28:50 2012 +0200
  30. 6341be5 DOC: specify the default value for maxconn in the context of a proxy by Vincent Bernat · Wed Jun 27 17:18:30 2012 +0200
  31. 02c7c14 [RELEASE] Released version 1.5-dev11 by Willy Tarreau · Mon Jun 04 00:43:45 2012 +0200
  32. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · Thu May 24 15:28:52 2012 -0700
  33. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · Thu May 31 21:02:17 2012 +0200
  34. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · Sat May 19 10:19:54 2012 +0100
  35. 7823de3 DOC: fix minor regex example issue and improve doc on stats by Dmitry Sivachenko · Wed May 16 14:00:26 2012 +0400
  36. ffb8947 [RELEASE] Released version 1.5-dev10 by Willy Tarreau · Mon May 14 07:26:56 2012 +0200
  37. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · Sat May 12 12:50:00 2012 +0200
  38. a0564f3 [RELEASE] Released version 1.5-dev9 by Willy Tarreau · Tue May 08 21:56:27 2012 +0200
  39. 5153936 MINOR: acl: add the cook_val() match to match a cookie against an integer by Willy Tarreau · Tue May 08 12:46:28 2012 +0200
  40. 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · Mon May 07 21:36:48 2012 +0200
  41. ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · Sat Apr 28 00:41:46 2012 +0200
  42. 28376d6 MEDIUM: http: merge ACL and pattern cookie fetches into a single one by Willy Tarreau · Thu Apr 26 21:26:10 2012 +0200
  43. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · Thu Apr 26 15:11:51 2012 +0200
  44. 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · Wed Apr 25 18:46:33 2012 +0200
  45. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · Wed Apr 25 16:21:44 2012 +0200
  46. c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · Mon Apr 16 14:42:55 2012 +0200
  47. 1122d9c DOC: add a diagram to explain how circular buffers work by Willy Tarreau · Mon Feb 27 19:31:50 2012 +0100
  48. 108cf6e DOC: fix some keywords arguments documentation by Cyril Bonté · Sat Apr 21 23:30:29 2012 +0200
  49. dc4d903 DOC: cleanup indentation, alignment, columns and chapters by Cyril Bonté · Sun Apr 08 21:57:39 2012 +0200
  50. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  51. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · Thu Apr 05 18:02:55 2012 +0200
  52. 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · Sat Apr 07 09:08:45 2012 +0200
  53. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · Fri Apr 06 18:57:55 2012 +0200
  54. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · Thu Apr 05 21:18:22 2012 +0200
  55. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  56. 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · Mon Mar 26 06:15:29 2012 +0200
  57. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · Mon Mar 19 23:36:42 2012 +0000
  58. 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · Mon Mar 12 15:09:42 2012 +0100
  59. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · Fri Mar 02 14:35:21 2012 +0100
  60. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  61. 150d146 DOC: enumerate valid status codes for "observe layer7" by Willy Tarreau · Sat Mar 10 08:19:02 2012 +0100
  62. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  63. 4894040 DOC: log-format documentation by William Lallemand · Mon Jan 30 16:47:22 2012 +0100
  64. b7aeec6 DOC: mention that default checks are TCP connections by Patrick Mézard · Sun Jan 22 16:01:22 2012 +0100
  65. 2f1feb9 DOC: add some documentation from RFC3986 about URI format by Willy Tarreau · Sat Jan 07 23:58:54 2012 +0100
  66. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · Sat Jan 07 23:54:13 2012 +0100
  67. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  68. 7f051b3 DOC: add a coding-style file by Willy Tarreau · Fri Dec 30 17:16:22 2011 +0100
  69. 6cee7dd DOC: add minimal documentation on how ACLs work internally by Willy Tarreau · Fri Dec 16 21:51:00 2011 +0100
  70. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · Fri Dec 16 21:50:30 2011 +0100
  71. b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · Mon Dec 12 17:23:41 2011 +0100
  72. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · Wed Oct 12 17:50:54 2011 +0200
  73. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · Mon Oct 24 19:14:41 2011 +0200
  74. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · Sun Oct 23 21:14:29 2011 +0200
  75. 37229df DOC: indicate that cookie "prefix" and "indirect" should not be mixed by Willy Tarreau · Mon Oct 17 12:24:55 2011 +0200
  76. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · Fri Sep 16 08:32:32 2011 +0200
  77. 85c27da DOC: acl is http_first_req, not http_req_first by Willy Tarreau · Fri Sep 16 07:53:52 2011 +0200
  78. 60612eb [RELEASE] Released version 1.5-dev7 by Willy Tarreau · Sat Sep 10 23:43:11 2011 +0200
  79. 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · Wed Sep 07 23:48:48 2011 +0200
  80. a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · Wed Sep 07 23:21:03 2011 +0200
  81. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · Wed Sep 07 23:01:56 2011 +0200
  82. 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · Wed Sep 07 22:37:44 2011 +0200
  83. f5b2287 [MEDIUM] stats: add the ability to adjust the global maxconnrate by Willy Tarreau · Wed Sep 07 16:13:44 2011 +0200
  84. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · Wed Sep 07 15:17:21 2011 +0200
  85. 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · Wed Sep 07 14:38:31 2011 +0200
  86. 8263b91 [DOC] add a few old and uncommitted docs by Willy Tarreau · Mon Sep 05 01:04:44 2011 +0200
  87. 3c92c5f [DOC] fixed a few "sensible" -> "sensitive" errors by Willy Tarreau · Sun Aug 28 09:45:47 2011 +0200
  88. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · Fri Aug 19 22:57:24 2011 +0200
  89. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · Fri Aug 19 20:04:17 2011 +0200
  90. 64b28d0 [MINOR] Correct type in table dump examples by Simon Horman · Sat Aug 13 08:03:50 2011 +0900
  91. f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · Sat Aug 13 01:45:16 2011 +0200
  92. a3eb39c [DOC] small fixes to clearly distinguish between keyword and variables by Hervé COMMOWICK · Fri Aug 05 18:48:51 2011 +0200
  93. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · Fri Aug 05 16:23:48 2011 +0200
  94. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · Fri Aug 05 12:09:44 2011 +0200
  95. 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · Tue Aug 02 11:49:05 2011 +0200
  96. f5f3192 [DOC] fix typos, "#" is a sharp, not a dash by Willy Tarreau · Tue Aug 02 11:32:07 2011 +0200
  97. a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · Mon Jul 25 08:16:20 2011 +0200
  98. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · Fri Jul 01 16:16:17 2011 +0200
  99. d8dc99f [DOC] add missing entry or stick store-response by Willy Tarreau · Fri Jul 01 11:33:25 2011 +0200
  100. fa46168 [MINOR] Add non-stick server option by Simon Horman · Sat Jun 25 09:39:49 2011 +0900