1. ff63b43 [RELEASE] Released version 1.3.16-rc1 by Willy Tarreau · 15 years ago
  2. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · 15 years ago
  3. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 15 years ago
  4. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  5. e0c8a1a [DOC] document "show errors" by Willy Tarreau · 15 years ago
  6. f49d1df [BUG] global.tune.maxaccept must be limited even in mono-process mode by Willy Tarreau · 15 years ago
  7. 20d4eda [DOC] add diagrams of queuing and future ACL design by Willy Tarreau · 15 years ago
  8. 59140a2 [DOC] document a few missing info about errorfile by Willy Tarreau · 15 years ago
  9. 3c3c48d [DOC] document HTTP status codes by Willy Tarreau · 15 years ago
  10. cc6c891 [DOC] filled the logging section of the configuration manual by Willy Tarreau · 15 years ago
  11. ff4f82d [DOC] document maxpipes, nosplice, option splice-{auto,request,response} by Willy Tarreau · 15 years ago
  12. 0b9c02c [MEDIUM] implement bind-process to limit service presence by process by Willy Tarreau · 15 years ago
  13. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  14. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  15. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  16. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  17. fe651a5 [MINOR] redirect: in prefix mode a "/" means not to change the URI by Willy Tarreau · 16 years ago
  18. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  19. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  20. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
  21. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  22. 74ab2ac [MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO by Willy Tarreau · 16 years ago
  23. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
  24. b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · 16 years ago
  25. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · 16 years ago
  26. c631770 [MINOR] acl: add REQ_CONTENT to the list of default acls by Willy Tarreau · 16 years ago
  27. 6264477 [DOC] document the new "tcp-request" keyword and associated ACLs by Willy Tarreau · 16 years ago
  28. e5c5ce9 [DOC] documentation for the "retries" parameter was missing. by Willy Tarreau · 16 years ago
  29. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  30. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  31. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  32. 7b4c5ae [RELEASE] Released version 1.3.15 by Willy Tarreau · 16 years ago
  33. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  34. ebaf21a [DOC] fix unescaped space in httpchk example. by Willy Tarreau · 16 years ago
  35. 2d2a7f8 [DOC] document the leastconn LB algo by Willy Tarreau · 16 years ago
  36. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  37. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · 16 years ago
  38. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · 16 years ago
  39. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  40. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  41. 5c7bf79 [DOC] add a configuration entry for "server ... redir <prefix>" by Willy Tarreau · 16 years ago
  42. d2a4aa2 [DOC] applied small fixes from early readers by Willy Tarreau · 16 years ago
  43. af85d94 [DOC] fix erroneous "useallbackups" option in the doc by Willy Tarreau · 16 years ago
  44. 41a340d [DOC] minor cleanup of the doc and notice to contributors by Willy Tarreau · 16 years ago
  45. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  46. ced2701 [DOC] added documentation about HTTP header manipulations by Willy Tarreau · 16 years ago
  47. 303c035 [DOC] document all req* and rsp* keywords. by Willy Tarreau · 16 years ago
  48. 198a744 [DOC] all server parameters have been documented by Willy Tarreau · 16 years ago
  49. eabeafa [DOC] added "server", "source" and "stats" keywords by Willy Tarreau · 16 years ago
  50. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  51. 844e3c5 [DOC] added documentation for "option tcplog" to "use_backend" by Willy Tarreau · 16 years ago
  52. a453bdd [DOC] document options nolinger to ssl-hello-chk by Willy Tarreau · 16 years ago
  53. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  54. 51c9bde [MINOR] tarpit timeout is also allowed in backends by Willy Tarreau · 16 years ago
  55. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  56. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  57. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  58. c27debf [DOC] document options forwardfor to logasap by Willy Tarreau · 16 years ago
  59. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · 16 years ago
  60. bf1f816 [DOC] document more options by Willy Tarreau · 17 years ago
  61. 2769aa0 [DOC] large update to the configuration manual by Willy Tarreau · 17 years ago
  62. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · 17 years ago
  63. 0ba2750 [DOC] big update to the configuration manual by Willy Tarreau · 17 years ago
  64. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  65. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
  66. befdff1 [DOC] add a bit of documentation about timers by Willy Tarreau · 17 years ago
  67. c7246fc [DOC] document "nbsrv" and "monitor fail" by Willy Tarreau · 17 years ago
  68. 5764b38 [DOC] document the server's slowstart parameter by Willy Tarreau · 17 years ago
  69. dbc36f6 [DOC] document the "http-check disable-on-404" option by Willy Tarreau · 17 years ago
  70. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  71. f56fd8a [BUILD] make ebtree headers multiple-include compatible by Willy Tarreau · 17 years ago
  72. e6d2e4d [MINOR] merge ebtree version 3.0 by Willy Tarreau · 17 years ago
  73. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  74. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  75. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  76. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · 17 years ago
  77. d9db927 [MINOR] report haproxy's version by default on the stats page by Krzysztof Oledzki · 17 years ago
  78. fe255b7 [DOC] document spread-checks by Willy Tarreau · 17 years ago
  79. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  80. 10806d5 [DOC] fixed 2 typos in haproxy-en/fr by Willy Tarreau · 17 years ago
  81. 031a26b [DOC] added a small man page by Willy Tarreau · 17 years ago
  82. bbd4212 [MINOR] add support for "stats refresh <interval>" by Willy Tarreau · 17 years ago
  83. 24e779b [DOC] the "stats" keyword is not allowed in a pure frontend. by Willy Tarreau · 17 years ago
  84. 6a06a40 [DOC] started a new configuration manual by Willy Tarreau · 17 years ago
  85. 3f49b30 [MEDIUM] errorfile: use a local file to feed error messages by Willy Tarreau · 17 years ago
  86. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  87. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  88. 726c2bf [DOC] add some documentation about ACLs by Willy Tarreau · 17 years ago
  89. 2367790 [MEDIUM] implement SMTP health checks by Willy Tarreau · 17 years ago
  90. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 17 years ago
  91. 6996e15 [BUG] fixed connection establishment detection by Willy Tarreau · 17 years ago
  92. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · 17 years ago
  93. 985fc56 [DOC] added some docs about http headers storage and acls by Willy Tarreau · 17 years ago
  94. 2ea3abb [MEDIUM] add support for health-checks on other addresses by Willy Tarreau · 17 years ago
  95. 4fb20ff [DOC] update architecture guide by Willy Tarreau · 17 years ago
  96. 7ac51f6 [MEDIUM] add the "except" keyword to the "forwardfor" option by Willy Tarreau · 17 years ago
  97. 95c20ac [MEDIUM] add user/groupname support by Willy Tarreau · 17 years ago
  98. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  99. 244b47b [DOC] add some doc about internal naming rules by Willy Tarreau · 17 years ago
  100. ee68cf2 [DOC] added a link to an excellent paper about HTTP load time by Willy Tarreau · 17 years ago