1. e383880 [BUG] server check intervals must not be null by Willy Tarreau · 15 years ago
  2. 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · 15 years ago
  3. 55bc0f8 [MEDIUM] reverse internal proxy declaration order to match configuration by Willy Tarreau · 15 years ago
  4. d869b24 [MINOR] tcp-inspect: permit the use of no-delay inspection by Willy Tarreau · 15 years ago
  5. 3cd9af2 [MINOR] cfgparse: set backends to "balance roundrobin" by default by Willy Tarreau · 15 years ago
  6. ff01a21 [MINOR] cfgparse: some cleanups in the consistency checks by Willy Tarreau · 15 years ago
  7. 39af0f6 [BUG] rate-limit in defaults section was ignored by Willy Tarreau · 15 years ago
  8. 368480c [BUG] the "source" keyword must first clear optional settings by Willy Tarreau · 15 years ago
  9. 0b9c02c [MEDIUM] implement bind-process to limit service presence by process by Willy Tarreau · 15 years ago
  10. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  11. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  12. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  13. 7b723ef [DOC] remove buggy comment for use_backend by Krzysztof Piotr Oledzki · 15 years ago
  14. 52d522b [BUG] Fix listen & more of 2 couples <ip>:<port> by Krzysztof Piotr Oledzki · 15 years ago
  15. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  16. 43b7899 [MEDIUM] move global tuning options to the global structure by Willy Tarreau · 15 years ago
  17. 66aa61f [MEDIUM] splice: add configuration options and set global.maxpipes by Willy Tarreau · 15 years ago
  18. 3ec79b9 [MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes by Willy Tarreau · 15 years ago
  19. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  20. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  21. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  22. 65cb2f1 [MINOR] cfgparse: fix off-by 2 in error message size by Jeffrey 'jf' Lim · 16 years ago
  23. b099aca [BUG] acl-related keywords are not allowed in defaults sections by Willy Tarreau · 16 years ago
  24. da250db [BUG] ensure that listeners from disabled proxies are correctly unbound. by Willy Tarreau · 16 years ago
  25. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · 16 years ago
  26. 79f5fe8 [BUG] Fix empty X-Forwarded-For header name when set in defaults section by Willy Tarreau · 16 years ago
  27. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  28. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
  29. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · 16 years ago
  30. a980263 [MEDIUM] acl: enforce ACL type checking by Willy Tarreau · 16 years ago
  31. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  32. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  33. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · 16 years ago
  34. 39f23b6 [MINOR] cfgparse: add support for warnings in external functions by Willy Tarreau · 16 years ago
  35. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · 16 years ago
  36. 5b2c336 [MEDIUM] add support for configuration keyword registration by Willy Tarreau · 16 years ago
  37. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  38. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  39. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  40. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  41. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  42. 1acf217 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) by Krzysztof Piotr Oledzki · 16 years ago
  43. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  44. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  45. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · 16 years ago
  46. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · 16 years ago
  47. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · 16 years ago
  48. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  49. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  50. 7a58a72 [MINOR] add configuration support for "redir" server keyword by Willy Tarreau · 16 years ago
  51. 6daf343 [MINOR] report correct section type for unknown keywords. by Willy Tarreau · 16 years ago
  52. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  53. 0f68eac [MINOR] fix configuration hint about timeouts by Willy Tarreau · 16 years ago
  54. 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 16 years ago
  55. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  56. 51c9bde [MINOR] tarpit timeout is also allowed in backends by Willy Tarreau · 16 years ago
  57. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  58. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  59. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  60. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · 17 years ago
  61. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  62. 3259e33 [BUG] slowstart is in ms, not seconds by Willy Tarreau · 17 years ago
  63. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  64. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
  65. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
  66. b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · 17 years ago
  67. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
  68. b80c230 [MEDIUM] add the "fail" condition to monitor requests by Willy Tarreau · 17 years ago
  69. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · 17 years ago
  70. df36614 [CLEANUP] use distinct bits per load-balancing algorithm type by Willy Tarreau · 17 years ago
  71. 8293658 [MINOR] http-check disable-on-404 is not limited to HTTP mode by Willy Tarreau · 17 years ago
  72. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  73. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  74. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  75. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  76. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
  77. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
  78. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  79. dcd4771 [MINOR] stats: report numerical process ID, proxy ID and server ID by Willy Tarreau · 17 years ago
  80. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  81. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · 17 years ago
  82. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · 17 years ago
  83. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  84. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
  85. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  86. e6bbd74 [MEDIUM] Handle long lines properly by Krzysztof Piotr Oledzki · 17 years ago
  87. 0259419 [PATCH] use backends only with use_backend directive by Krzysztof Oledzki · 17 years ago
  88. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  89. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  90. 365d1cd [PATCH]: Check for duplicated conflicting proxies by Krzysztof Oledzki · 17 years ago
  91. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · 17 years ago
  92. d9db927 [MINOR] report haproxy's version by default on the stats page by Krzysztof Oledzki · 17 years ago
  93. b304dc7 [MEDIUM] Spread health checks even more by Krzysztof Oledzki · 17 years ago
  94. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  95. fdd0f55 [MEDIUM] pre-initialize timeouts to infinity, not zero by Willy Tarreau · 17 years ago
  96. 193cf93 [MEDIUM] fix configuration sanity checks for TCP listeners by Willy Tarreau · 17 years ago
  97. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · 17 years ago
  98. bbd4212 [MINOR] add support for "stats refresh <interval>" by Willy Tarreau · 17 years ago
  99. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago
  100. 8f8e645 [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris by Willy Tarreau · 17 years ago