1. 6c9a3d5 MEDIUM: ssl: add support for the "npn" bind keyword by Willy Tarreau · Thu Oct 18 18:57:14 2012 +0200
  2. 941a0c6 DOC: fix minor typo on http-send-name-header by Cyril Bonté · Mon Oct 15 19:44:24 2012 +0200
  3. a33c654 MINOR: ssl: add 'ssl_npn' sample/acl to extract TLS/NPN information by Willy Tarreau · Mon Oct 15 13:19:06 2012 +0200
  4. 0b737a7 DOC: document relations between internal entities by Willy Tarreau · Sun Oct 14 14:05:16 2012 +0200
  5. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · Fri Oct 12 20:17:54 2012 +0200
  6. 773d65f MEDIUM: log: suffix the frontend's name with '~' when using SSL by Willy Tarreau · Fri Oct 12 14:56:11 2012 +0200
  7. fd33a26 DOC: Fix rename of options cafile and crlfile to ca-file and crl-file. by Emeric Brun · Thu Oct 11 16:28:27 2012 +0200
  8. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · Thu Oct 11 16:11:36 2012 +0200
  9. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · Thu Oct 11 15:28:34 2012 +0200
  10. 9c1eb1e DOC: ssl: surround keywords with quotes by Cyril Bonté · Tue Oct 09 22:45:34 2012 +0200
  11. 0d44fc6 DOC: ssl: remove prefer-server-ciphers documentation by Cyril Bonté · Tue Oct 09 22:45:33 2012 +0200
  12. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · Fri Oct 05 14:39:07 2012 +0200
  13. 2cb7ae5 MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on bind. by Emeric Brun · Fri Oct 05 14:14:21 2012 +0200
  14. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · Fri Oct 05 11:55:06 2012 +0200
  15. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · Tue Oct 02 18:42:10 2012 +0200
  16. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · Fri Oct 05 16:21:00 2012 +0200
  17. 4c75cca MINOR: samples: update the url_param fetch to match parameters in the path by bedis · Fri Oct 05 08:38:24 2012 +0200
  18. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · Fri Oct 05 00:04:16 2012 +0200
  19. 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · Thu Oct 04 23:15:39 2012 +0200
  20. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  21. 90ad872 DOC: ssl: add 'no-tls-tickets' statement documentation. by Emeric Brun · Tue Oct 02 14:00:59 2012 +0200
  22. f5da493 DOC: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · Fri Sep 28 19:42:54 2012 +0200
  23. 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
  24. c68af8d DOC: ssl: add fetch and ACL 'ssl_verify_result' by Emeric Brun · Fri Sep 28 18:14:24 2012 +0200
  25. 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
  26. b435408 DOC: ssl: add fetch and ACL 'client_cert' by Emeric Brun · Fri Sep 28 17:28:03 2012 +0200
  27. 1a073b4 DOC: ssl: add 'verify', 'cafile' and 'crlfile' statements on 'bind' by Emeric Brun · Fri Sep 28 17:07:34 2012 +0200
  28. 7fb3442 DOC: ssl: add 'ecdhe' statement on 'bind' by Emeric Brun · Fri Sep 28 15:26:15 2012 +0200
  29. e032bfa DOC: ssl: update 'crt' statement on 'bind' about Diffie-Hellman parameters loading by Emeric Brun · Fri Sep 28 13:01:45 2012 +0200
  30. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · Thu Sep 27 23:48:56 2012 +0200
  31. 3c7a79d MINOR: cli: allow to set frontend maxconn to zero by Willy Tarreau · Wed Sep 26 21:07:15 2012 +0200
  32. 086fbf5 DOC: fix index to reference bind and server options by Willy Tarreau · Mon Sep 24 20:34:51 2012 +0200
  33. abb175f DOC: stats: refer to "bind" section for "stats socket" settings by Willy Tarreau · Mon Sep 24 12:43:26 2012 +0200
  34. b6205fd DOC: move bind options to their own section by Willy Tarreau · Mon Sep 24 12:27:33 2012 +0200
  35. aeff252 DOC: duplicate ssl_sni section by Guillaume Castagnino · Thu Sep 13 15:02:53 2012 +0200
  36. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · Wed Sep 12 08:43:15 2012 +0200
  37. 1621682 [RELEASE] Released version 1.5-dev12 by Willy Tarreau · Mon Sep 10 09:46:55 2012 +0200
  38. a0ee1d0 DOC: add missing SSL options for servers and listeners by Willy Tarreau · Mon Sep 10 09:01:23 2012 +0200
  39. 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
  40. 50acaaa MINOR: config: make the tasks "nice" value configurable on "bind" lines. by Willy Tarreau · Thu Sep 06 14:26:36 2012 +0200
  41. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · Thu Sep 06 11:58:37 2012 +0200
  42. 32368ce MEDIUM: config: support per-listener backlog and maxconn by Willy Tarreau · Thu Sep 06 11:10:55 2012 +0200
  43. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  44. aaa2100 DOC: Typos cleanup by Jamie Gloudon · Sat Aug 25 00:18:33 2012 -0400
  45. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · Thu Jun 07 01:03:16 2012 +0200
  46. a9fddca MINOR: http: add the urlp_val ACL match by Willy Tarreau · Tue Jul 31 07:51:48 2012 +0200
  47. a7ad50c MEDIUM: pattern: add the "base" sample fetch method by Willy Tarreau · Sun Apr 29 15:39:40 2012 +0200
  48. 6812bcf MINOR: replace acl_fetch_{path,url}* with smp_fetch_* by Willy Tarreau · Sun Apr 29 09:28:50 2012 +0200
  49. 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
  50. 02c7c14 [RELEASE] Released version 1.5-dev11 by Willy Tarreau · Mon Jun 04 00:43:45 2012 +0200
  51. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · Thu May 24 15:28:52 2012 -0700
  52. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · Thu May 31 21:02:17 2012 +0200
  53. 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
  54. 7823de3 DOC: fix minor regex example issue and improve doc on stats by Dmitry Sivachenko · Wed May 16 14:00:26 2012 +0400
  55. ffb8947 [RELEASE] Released version 1.5-dev10 by Willy Tarreau · Mon May 14 07:26:56 2012 +0200
  56. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · Sat May 12 12:50:00 2012 +0200
  57. a0564f3 [RELEASE] Released version 1.5-dev9 by Willy Tarreau · Tue May 08 21:56:27 2012 +0200
  58. 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
  59. 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · Mon May 07 21:36:48 2012 +0200
  60. ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · Sat Apr 28 00:41:46 2012 +0200
  61. 28376d6 MEDIUM: http: merge ACL and pattern cookie fetches into a single one by Willy Tarreau · Thu Apr 26 21:26:10 2012 +0200
  62. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · Thu Apr 26 15:11:51 2012 +0200
  63. 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · Wed Apr 25 18:46:33 2012 +0200
  64. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · Wed Apr 25 16:21:44 2012 +0200
  65. c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · Mon Apr 16 14:42:55 2012 +0200
  66. 1122d9c DOC: add a diagram to explain how circular buffers work by Willy Tarreau · Mon Feb 27 19:31:50 2012 +0100
  67. 108cf6e DOC: fix some keywords arguments documentation by Cyril Bonté · Sat Apr 21 23:30:29 2012 +0200
  68. dc4d903 DOC: cleanup indentation, alignment, columns and chapters by Cyril Bonté · Sun Apr 08 21:57:39 2012 +0200
  69. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  70. 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
  71. 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · Sat Apr 07 09:08:45 2012 +0200
  72. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · Fri Apr 06 18:57:55 2012 +0200
  73. 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
  74. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  75. 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · Mon Mar 26 06:15:29 2012 +0200
  76. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · Mon Mar 19 23:36:42 2012 +0000
  77. 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
  78. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · Fri Mar 02 14:35:21 2012 +0100
  79. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  80. 150d146 DOC: enumerate valid status codes for "observe layer7" by Willy Tarreau · Sat Mar 10 08:19:02 2012 +0100
  81. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  82. 4894040 DOC: log-format documentation by William Lallemand · Mon Jan 30 16:47:22 2012 +0100
  83. b7aeec6 DOC: mention that default checks are TCP connections by Patrick Mézard · Sun Jan 22 16:01:22 2012 +0100
  84. 2f1feb9 DOC: add some documentation from RFC3986 about URI format by Willy Tarreau · Sat Jan 07 23:58:54 2012 +0100
  85. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · Sat Jan 07 23:54:13 2012 +0100
  86. 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
  87. 7f051b3 DOC: add a coding-style file by Willy Tarreau · Fri Dec 30 17:16:22 2011 +0100
  88. 6cee7dd DOC: add minimal documentation on how ACLs work internally by Willy Tarreau · Fri Dec 16 21:51:00 2011 +0100
  89. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · Fri Dec 16 21:50:30 2011 +0100
  90. b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · Mon Dec 12 17:23:41 2011 +0100
  91. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · Wed Oct 12 17:50:54 2011 +0200
  92. 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
  93. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · Sun Oct 23 21:14:29 2011 +0200
  94. 37229df DOC: indicate that cookie "prefix" and "indirect" should not be mixed by Willy Tarreau · Mon Oct 17 12:24:55 2011 +0200
  95. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · Fri Sep 16 08:32:32 2011 +0200
  96. 85c27da DOC: acl is http_first_req, not http_req_first by Willy Tarreau · Fri Sep 16 07:53:52 2011 +0200
  97. 60612eb [RELEASE] Released version 1.5-dev7 by Willy Tarreau · Sat Sep 10 23:43:11 2011 +0200
  98. 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · Wed Sep 07 23:48:48 2011 +0200
  99. a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · Wed Sep 07 23:21:03 2011 +0200
  100. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · Wed Sep 07 23:01:56 2011 +0200