1. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  2. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  3. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  4. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  5. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  6. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  7. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  8. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  9. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  10. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  11. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  12. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 13 years ago
  13. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · 14 years ago
  14. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  15. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  16. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  17. 3193685 [MINOR] cookie: add options "maxidle" and "maxlife" by Willy Tarreau · 14 years ago
  18. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  19. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  20. 258a14b [MINOR] proxy: add a "parent" member to the structure by Willy Tarreau · 14 years ago
  21. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  22. f229eb8 [MINOR] proxy: add an accept() callback for the application layer by Willy Tarreau · 14 years ago
  23. ab78619 [MINOR] proxy: add a list to hold future layer 4 rules by Willy Tarreau · 14 years ago
  24. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  25. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 14 years ago
  26. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  27. 090466c [MINOR] add new tproxy flags for dynamic source address binding by Willy Tarreau · 15 years ago
  28. 07a5490 [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag by Willy Tarreau · 14 years ago
  29. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · 14 years ago
  30. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · 14 years ago
  31. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · 14 years ago
  32. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  33. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  34. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 14 years ago
  35. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 14 years ago
  36. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · 14 years ago
  37. c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · 14 years ago
  38. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 14 years ago
  39. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 14 years ago
  40. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · 15 years ago
  41. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  42. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  43. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  44. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
  45. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
  46. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  47. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  48. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  49. 5b4c2b5 [CLEANUP] proxy: move last lb-specific bits to their respective files by Willy Tarreau · 15 years ago
  50. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
  51. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
  52. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · 15 years ago
  53. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · 15 years ago
  54. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  55. 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · 15 years ago
  56. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  57. a9fb083 [MINOR] report in the proxies the requirements for ACLs by Willy Tarreau · 15 years ago
  58. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  59. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  60. 84b57da [MINOR] config: track "no option"/"option" changes by Willy Tarreau · 15 years ago
  61. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · 15 years ago
  62. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · 15 years ago
  63. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  64. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · 15 years ago
  65. 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · 15 years ago
  66. 3b88d44 [MINOR] switch all stat counters to 64-bit by Willy Tarreau · 15 years ago
  67. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  68. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · 15 years ago
  69. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  70. f073a83 [MEDIUM] store a complete dump of request and response errors in proxies by Willy Tarreau · 15 years ago
  71. 0b9c02c [MEDIUM] implement bind-process to limit service presence by process by Willy Tarreau · 15 years ago
  72. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  73. 66aa61f [MEDIUM] splice: add configuration options and set global.maxpipes by Willy Tarreau · 15 years ago
  74. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  75. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  76. c7e961e [BUILD] fix warning in proto_tcp.c with gcc >= 4 by Willy Tarreau · 16 years ago
  77. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
  78. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  79. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  80. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  81. 1acf217 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) by Krzysztof Piotr Oledzki · 16 years ago
  82. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  83. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  84. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  85. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  86. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · 16 years ago
  87. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  88. 4864c35 [BUG] build failed on CONFIG_HAP_LINUX_TPROXY without CONFIG_HAP_CTTPROXY by Willy Tarreau · 16 years ago
  89. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  90. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  91. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  92. ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · 17 years ago
  93. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  94. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
  95. b80c230 [MEDIUM] add the "fail" condition to monitor requests by Willy Tarreau · 17 years ago
  96. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  97. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  98. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  99. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  100. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago