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