1. b03d298 [RELEASE] Released version 1.4-dev1 by Willy Tarreau · 15 years ago
  2. 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · 15 years ago
  3. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  4. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
  5. bede3d0 [MINOR] acl: add support for matching of RDP cookies by Emeric Brun · 15 years ago
  6. cd7afc0 [MINOR] http: take http request timeout from the backend by Willy Tarreau · 15 years ago
  7. 51aecc7 [MEDIUM] allow a TCP frontend to switch to an HTTP backend by Willy Tarreau · 15 years ago
  8. 2492d5b [MINOR] acl: add HTTP protocol detection (req_proto_http) by Willy Tarreau · 15 years ago
  9. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  10. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
  11. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · 15 years ago
  12. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  13. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  14. 3842f00 [MINOR] config: support resetting options do default values by Willy Tarreau · 15 years ago
  15. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  16. 7915888 [DEV] open new 1.4 development branch by Willy Tarreau · 15 years ago
  17. beb05ae [RELEASE] Released version 1.3.18 by Willy Tarreau · 15 years ago
  18. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · 15 years ago
  19. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  20. c57f0e2 [DOC] rearrange the configuration manual and add a summary by Willy Tarreau · 15 years ago
  21. 55165fe [DOC] minor fixes and rearrangements by Willy Tarreau · 15 years ago
  22. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · 15 years ago
  23. 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · 15 years ago
  24. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · 15 years ago
  25. f459b42 [RELEASE] Released version 1.3.17 by Willy Tarreau · 15 years ago
  26. 8019ffa [RELEASE] Released version 1.3.16 by Willy Tarreau · 15 years ago
  27. d869b24 [MINOR] tcp-inspect: permit the use of no-delay inspection by Willy Tarreau · 15 years ago
  28. 3cd9af2 [MINOR] cfgparse: set backends to "balance roundrobin" by default by Willy Tarreau · 15 years ago
  29. ff63b43 [RELEASE] Released version 1.3.16-rc1 by Willy Tarreau · 15 years ago
  30. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · 15 years ago
  31. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 15 years ago
  32. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  33. e0c8a1a [DOC] document "show errors" by Willy Tarreau · 15 years ago
  34. f49d1df [BUG] global.tune.maxaccept must be limited even in mono-process mode by Willy Tarreau · 15 years ago
  35. 20d4eda [DOC] add diagrams of queuing and future ACL design by Willy Tarreau · 15 years ago
  36. 59140a2 [DOC] document a few missing info about errorfile by Willy Tarreau · 15 years ago
  37. 3c3c48d [DOC] document HTTP status codes by Willy Tarreau · 15 years ago
  38. cc6c891 [DOC] filled the logging section of the configuration manual by Willy Tarreau · 15 years ago
  39. ff4f82d [DOC] document maxpipes, nosplice, option splice-{auto,request,response} by Willy Tarreau · 15 years ago
  40. 0b9c02c [MEDIUM] implement bind-process to limit service presence by process by Willy Tarreau · 15 years ago
  41. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  42. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  43. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  44. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  45. fe651a5 [MINOR] redirect: in prefix mode a "/" means not to change the URI by Willy Tarreau · 16 years ago
  46. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  47. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  48. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
  49. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  50. 74ab2ac [MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO by Willy Tarreau · 16 years ago
  51. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
  52. b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · 16 years ago
  53. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · 16 years ago
  54. c631770 [MINOR] acl: add REQ_CONTENT to the list of default acls by Willy Tarreau · 16 years ago
  55. 6264477 [DOC] document the new "tcp-request" keyword and associated ACLs by Willy Tarreau · 16 years ago
  56. e5c5ce9 [DOC] documentation for the "retries" parameter was missing. by Willy Tarreau · 16 years ago
  57. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  58. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  59. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  60. 7b4c5ae [RELEASE] Released version 1.3.15 by Willy Tarreau · 16 years ago
  61. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  62. ebaf21a [DOC] fix unescaped space in httpchk example. by Willy Tarreau · 16 years ago
  63. 2d2a7f8 [DOC] document the leastconn LB algo by Willy Tarreau · 16 years ago
  64. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  65. f58a962 [MINOR] Implement persistent id for proxies and servers by Krzysztof Piotr Oledzki · 16 years ago
  66. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · 16 years ago
  67. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  68. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  69. 5c7bf79 [DOC] add a configuration entry for "server ... redir <prefix>" by Willy Tarreau · 16 years ago
  70. d2a4aa2 [DOC] applied small fixes from early readers by Willy Tarreau · 16 years ago
  71. af85d94 [DOC] fix erroneous "useallbackups" option in the doc by Willy Tarreau · 16 years ago
  72. 41a340d [DOC] minor cleanup of the doc and notice to contributors by Willy Tarreau · 16 years ago
  73. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  74. ced2701 [DOC] added documentation about HTTP header manipulations by Willy Tarreau · 16 years ago
  75. 303c035 [DOC] document all req* and rsp* keywords. by Willy Tarreau · 16 years ago
  76. 198a744 [DOC] all server parameters have been documented by Willy Tarreau · 16 years ago
  77. eabeafa [DOC] added "server", "source" and "stats" keywords by Willy Tarreau · 16 years ago
  78. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  79. 844e3c5 [DOC] added documentation for "option tcplog" to "use_backend" by Willy Tarreau · 16 years ago
  80. a453bdd [DOC] document options nolinger to ssl-hello-chk by Willy Tarreau · 16 years ago
  81. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  82. 51c9bde [MINOR] tarpit timeout is also allowed in backends by Willy Tarreau · 16 years ago
  83. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  84. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  85. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  86. c27debf [DOC] document options forwardfor to logasap by Willy Tarreau · 16 years ago
  87. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · 16 years ago
  88. bf1f816 [DOC] document more options by Willy Tarreau · 17 years ago
  89. 2769aa0 [DOC] large update to the configuration manual by Willy Tarreau · 17 years ago
  90. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · 17 years ago
  91. 0ba2750 [DOC] big update to the configuration manual by Willy Tarreau · 17 years ago
  92. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  93. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
  94. befdff1 [DOC] add a bit of documentation about timers by Willy Tarreau · 17 years ago
  95. c7246fc [DOC] document "nbsrv" and "monitor fail" by Willy Tarreau · 17 years ago
  96. 5764b38 [DOC] document the server's slowstart parameter by Willy Tarreau · 17 years ago
  97. dbc36f6 [DOC] document the "http-check disable-on-404" option by Willy Tarreau · 17 years ago
  98. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  99. f56fd8a [BUILD] make ebtree headers multiple-include compatible by Willy Tarreau · 17 years ago
  100. e6d2e4d [MINOR] merge ebtree version 3.0 by Willy Tarreau · 17 years ago