1. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  2. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · 14 years ago
  3. 02ff8ef [MINOR] add warnings on features not compatible with multi-process mode by Cyril Bonté · 14 years ago
  4. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  5. 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · 14 years ago
  6. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  7. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  8. 62846b2 [MINOR] config: detect options not supported due to compilation options by Cyril Bonté · 14 years ago
  9. d55c3fe [MINOR] cfgparse: report support of <path> for the 'bind' statements by Willy Tarreau · 14 years ago
  10. ed76092 [MEDIUM] Add supports of bind on unix sockets. by Emeric Brun · 14 years ago
  11. 8a95691 [MINOR] listener: add the "accept-proxy" option to the "bind" keyword by Willy Tarreau · 14 years ago
  12. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  13. c63d4bb [BUG] cookie: correctly unset default cookie parameters by Willy Tarreau · 14 years ago
  14. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  15. aa2f389 [MINOR] checks: ensure that we can inherit binary checks from the defaults section by Willy Tarreau · 14 years ago
  16. 53621e0 [BUG] config: report correct keywords for "observe" by Willy Tarreau · 14 years ago
  17. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  18. 3193685 [MINOR] cookie: add options "maxidle" and "maxlife" by Willy Tarreau · 14 years ago
  19. 43961d5 [MINOR] global: add "tune.chksize" to change the default check buffer size by Willy Tarreau · 14 years ago
  20. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  21. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  22. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · 14 years ago
  23. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · 14 years ago
  24. d1f9652 [MEDIUM] tcp: accept the "track-counters" in "tcp-request content" rules by Willy Tarreau · 14 years ago
  25. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · 14 years ago
  26. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · 14 years ago
  27. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · 14 years ago
  28. b084e9c [MINOR] config: support a comma-separated list of store data types in stick-table by Willy Tarreau · 14 years ago
  29. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  30. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  31. c00cdc2 [MINOR] stick_table: enable it for frontends too by Willy Tarreau · 14 years ago
  32. 13c29de [MEDIUM] stick_table: move the server ID to a generic data type by Willy Tarreau · 14 years ago
  33. 056f568 [MINOR] config: initialize stick tables after all the parsing by Willy Tarreau · 14 years ago
  34. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  35. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  36. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
  37. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
  38. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  39. ab78619 [MINOR] proxy: add a list to hold future layer 4 rules by Willy Tarreau · 14 years ago
  40. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  41. dd70165 [BUG] consistent hash: balance on all servers, not only 2 ! by Willy Tarreau · 14 years ago
  42. e52564c [MINOR] option http-pretend-keepalive is both for FEs and BEs by Willy Tarreau · 14 years ago
  43. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  44. 7016020 [MINOR] config: report "default-server" instead of "(null)" in error messages by Willy Tarreau · 14 years ago
  45. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 14 years ago
  46. efa5f51 [BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY by Willy Tarreau · 14 years ago
  47. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  48. 07a5490 [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag by Willy Tarreau · 14 years ago
  49. 9683909 [MINOR] checks: add the ability to disable a server in the config by Willy Tarreau · 14 years ago
  50. 4554bc1 [MINOR] config: allow "slowstart 0s" by Willy Tarreau · 14 years ago
  51. e24fdfb [MINOR] config: emit warnings when HTTP-only options are used in TCP mode by Willy Tarreau · 14 years ago
  52. c9f825f [OPTIM] config: only allocate check buffer when checks are enabled by Cyril Bonté · 14 years ago
  53. 57b1bf7 [MEDIUM] checks: support multi-packet health check responses by Nick Chalk · 14 years ago
  54. f53b25d [BUG] config: fix endless loop when parsing "on-error" by Willy Tarreau · 14 years ago
  55. d986526 [BUG] Clear-cookie path issue by William Turner · 14 years ago
  56. 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · 14 years ago
  57. 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · 14 years ago
  58. d5191e7 [BUG] config: report unresolvable host names as errors by Willy Tarreau · 14 years ago
  59. df5cb9f [BUG] pxid/puid/luid: don't shift IDs when some of them are forced by Krzysztof Piotr Oledzki · 14 years ago
  60. aff01ea [BUG] cfgparse memory leak and missing free calls in deinit() by Krzysztof Piotr Oledzki · 14 years ago
  61. b4c06b7 [BUILD] auth: don't use unnamed unions by Willy Tarreau · 14 years ago
  62. 137325d [MINOR] config: fix too large ssl-hello-check message. by Willy Tarreau · 14 years ago
  63. 54f6a58 [BUG] config: reset check request to avoid double free when switching to ssl/sql by Willy Tarreau · 14 years ago
  64. 95fa469 [MEDIUM] add support for anonymous ACLs by Willy Tarreau · 14 years ago
  65. 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · 14 years ago
  66. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  67. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  68. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · 14 years ago
  69. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · 14 years ago
  70. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · 14 years ago
  71. 8abd4cd [MEDIUM] http: add support for conditional request header addition by Willy Tarreau · 14 years ago
  72. 5321c42 [MEDIUM] http: add support for conditional request filter execution by Willy Tarreau · 14 years ago
  73. ade5ec4 [MEDIUM] config: factor out the parsing of 20 req*/rsp* keywords by Willy Tarreau · 14 years ago
  74. 3ec18a0 [CLEANUP] config: specify correct const char types to warnif_* functions by Willy Tarreau · 14 years ago
  75. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 14 years ago
  76. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · 14 years ago
  77. ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · 14 years ago
  78. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · 14 years ago
  79. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · 14 years ago
  80. 0c55931 [MINOR] config: off-by-one in "stick-table" after list of converters by Willy Tarreau · 14 years ago
  81. 99ed327 [CLEANUP] Keep in sync "defaults" support between documentation and code by Cyril Bonté · 14 years ago
  82. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  83. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  84. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · 14 years ago
  85. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · 14 years ago
  86. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 14 years ago
  87. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 14 years ago
  88. 3b7a369 [MINOR] config: don't accept 'appsession' in defaults section by Cyril Bonté · 14 years ago
  89. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · 14 years ago
  90. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · 14 years ago
  91. 260a3bb [BUG] cfgparser/stats: fix error message by Krzysztof Piotr Oledzki · 14 years ago
  92. a9389b1 [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list by Krzysztof Piotr Oledzki · 14 years ago
  93. c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · 14 years ago
  94. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 14 years ago
  95. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
  96. 97cb780 [MINOR] config: centralize proxy struct initialization by Willy Tarreau · 15 years ago
  97. f285f54 [MINOR] redirect: add support for unconditional rules by Willy Tarreau · 15 years ago
  98. 963abc3 [MINOR] config: some options were missing for "redirect" by Willy Tarreau · 15 years ago
  99. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
  100. a31e5df [MINOR] config: option forceclose is valid in frontends too by Willy Tarreau · 15 years ago