1. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  2. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  3. 1acf217 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) by Krzysztof Piotr Oledzki · 16 years ago
  4. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  5. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  6. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · 16 years ago
  7. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · 16 years ago
  8. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · 16 years ago
  9. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  10. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  11. 7a58a72 [MINOR] add configuration support for "redir" server keyword by Willy Tarreau · 16 years ago
  12. 6daf343 [MINOR] report correct section type for unknown keywords. by Willy Tarreau · 16 years ago
  13. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  14. 0f68eac [MINOR] fix configuration hint about timeouts by Willy Tarreau · 16 years ago
  15. 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 16 years ago
  16. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  17. 51c9bde [MINOR] tarpit timeout is also allowed in backends by Willy Tarreau · 16 years ago
  18. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  19. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  20. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  21. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · 17 years ago
  22. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  23. 3259e33 [BUG] slowstart is in ms, not seconds by Willy Tarreau · 17 years ago
  24. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  25. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
  26. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
  27. b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · 17 years ago
  28. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
  29. b80c230 [MEDIUM] add the "fail" condition to monitor requests by Willy Tarreau · 17 years ago
  30. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · 17 years ago
  31. df36614 [CLEANUP] use distinct bits per load-balancing algorithm type by Willy Tarreau · 17 years ago
  32. 8293658 [MINOR] http-check disable-on-404 is not limited to HTTP mode by Willy Tarreau · 17 years ago
  33. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  34. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  35. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  36. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  37. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
  38. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
  39. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  40. dcd4771 [MINOR] stats: report numerical process ID, proxy ID and server ID by Willy Tarreau · 17 years ago
  41. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  42. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · 17 years ago
  43. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · 17 years ago
  44. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  45. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
  46. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  47. e6bbd74 [MEDIUM] Handle long lines properly by Krzysztof Piotr Oledzki · 17 years ago
  48. 0259419 [PATCH] use backends only with use_backend directive by Krzysztof Oledzki · 17 years ago
  49. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  50. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  51. 365d1cd [PATCH]: Check for duplicated conflicting proxies by Krzysztof Oledzki · 17 years ago
  52. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · 17 years ago
  53. d9db927 [MINOR] report haproxy's version by default on the stats page by Krzysztof Oledzki · 17 years ago
  54. b304dc7 [MEDIUM] Spread health checks even more by Krzysztof Oledzki · 17 years ago
  55. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  56. fdd0f55 [MEDIUM] pre-initialize timeouts to infinity, not zero by Willy Tarreau · 17 years ago
  57. 193cf93 [MEDIUM] fix configuration sanity checks for TCP listeners by Willy Tarreau · 17 years ago
  58. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · 17 years ago
  59. bbd4212 [MINOR] add support for "stats refresh <interval>" by Willy Tarreau · 17 years ago
  60. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago
  61. 8f8e645 [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris by Willy Tarreau · 17 years ago
  62. 55ea757 [MAJOR] added the 'use_backend' keyword for full content-switching by Willy Tarreau · 17 years ago
  63. 3f49b30 [MEDIUM] errorfile: use a local file to feed error messages by Willy Tarreau · 17 years ago
  64. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · 17 years ago
  65. ee99136 [BUG] pre-initialize timeouts with tv_eternity during parsing by Willy Tarreau · 17 years ago
  66. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  67. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  68. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  69. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  70. 2367790 [MEDIUM] implement SMTP health checks by Willy Tarreau · 17 years ago
  71. 5c8e3e0 [MEDIUM] added the 'block' keyword to the config language by Willy Tarreau · 17 years ago
  72. eb0c614 [MEDIUM] add the 'acl' keyword to the config language by Willy Tarreau · 17 years ago
  73. 540abe4 [MEDIUM] ensure that we always have a null word in config by Willy Tarreau · 17 years ago
  74. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 17 years ago
  75. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  76. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  77. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · 17 years ago
  78. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  79. 0b4ed90 [BUILD] cfgparse requires errno.h on OpenBSD. by Willy Tarreau · 17 years ago
  80. 417fae0 [MINOR] changed server weight storage from char to unsigned int by Willy Tarreau · 17 years ago
  81. 0f03c6f [MINOR] cleaned up the check_addr patch a bit by Willy Tarreau · 17 years ago
  82. 2ea3abb [MEDIUM] add support for health-checks on other addresses by Willy Tarreau · 17 years ago
  83. 7ac51f6 [MEDIUM] add the "except" keyword to the "forwardfor" option by Willy Tarreau · 17 years ago
  84. 95c20ac [MEDIUM] add user/groupname support by Willy Tarreau · 17 years ago
  85. 8d9246d [MINOR] more friendly reports of wrong uses of the usesrc keyword by Willy Tarreau · 17 years ago
  86. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  87. ef00b50 [MINOR] try to guess server check port when unset by Willy Tarreau · 17 years ago
  88. 86efac8 Merge branch 'rbtree' by Willy Tarreau · 17 years ago
  89. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  90. 8f922fc [MINOR] added the "tcpsplice" option by Willy Tarreau · 17 years ago
  91. 4fee4e9 [MINOR] the options table now sets the prerequisite checks by Willy Tarreau · 17 years ago
  92. 5fdfb91 [MEDIUM] implemented the "default_backend" keyword by Willy Tarreau · 18 years ago
  93. 2b5652f [MINOR] indicate the proxy type in the logs after a loss of servers by Willy Tarreau · 18 years ago
  94. 13943ab [MEDIUM] use an array to store most common options by Willy Tarreau · 18 years ago
  95. 977b8e4 [MAJOR] distinguish between frontend, backend, ruleset and listen by Willy Tarreau · 18 years ago
  96. 8603431 [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn by Willy Tarreau · 18 years ago
  97. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · 18 years ago
  98. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  99. a496b60 [MAJOR] merged the 'setbe' actions to switch the backend on a regex by Willy Tarreau · 18 years ago
  100. 97a738f [MINOR] add the fiprm and beprm indirections to struct proxy by Willy Tarreau · 18 years ago