1. 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · 15 years ago
  2. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
  3. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  4. cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · 15 years ago
  5. f5bbafe [MINOR] config: report all supported options for the "bind" keyword by Willy Tarreau · 15 years ago
  6. 975c50b [MINOR] add the "initial weight" to the server struct. by Willy Tarreau · 15 years ago
  7. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  8. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
  9. 8892235 [MINOR] config: add pointer to file name in block/redirect/use_backend/monitor rules by Willy Tarreau · 15 years ago
  10. 092549f [MINOR] config: report places of duplicate names or IDs by Willy Tarreau · 15 years ago
  11. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
  12. 9d7e335 [BUG] config: look for ID conflicts in all sockets, not only last ones. by Willy Tarreau · 15 years ago
  13. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  14. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  15. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · 15 years ago
  16. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · 15 years ago
  17. 619caca [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname. by Krzysztof Piotr Oledzki · 15 years ago
  18. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
  19. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
  20. 08ff959 [BUG] check if rise/fall has an argument and it is > 0 by Krzysztof Piotr Oledzki · 15 years ago
  21. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
  22. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  23. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · 15 years ago
  24. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  25. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · 15 years ago
  26. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · 15 years ago
  27. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  28. 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · 15 years ago
  29. e7ded1f [BUG] log: option tcplog would log to global if no logger was defined by Willy Tarreau · 15 years ago
  30. bb92501 [MINOR] config: improve error reporting when checking configuration by Willy Tarreau · 15 years ago
  31. 3b6b1a9 [MINOR] config: the "capture" keyword is not allowed in backends by Willy Tarreau · 15 years ago
  32. 9389379 [MINOR] config: improve error reporting in listen sections by Willy Tarreau · 15 years ago
  33. 058e907 [MINOR] config: improve error reporting in global section by Willy Tarreau · 15 years ago
  34. 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · 15 years ago
  35. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  36. cd7afc0 [MINOR] http: take http request timeout from the backend by Willy Tarreau · 15 years ago
  37. a9fb083 [MINOR] report in the proxies the requirements for ACLs by Willy Tarreau · 15 years ago
  38. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  39. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · 15 years ago
  40. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · 15 years ago
  41. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
  42. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · 15 years ago
  43. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  44. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  45. 3842f00 [MINOR] config: support resetting options do default values by Willy Tarreau · 15 years ago
  46. 84b57da [MINOR] config: track "no option"/"option" changes by Willy Tarreau · 15 years ago
  47. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  48. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · 15 years ago
  49. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · 15 years ago
  50. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  51. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · 15 years ago
  52. 36db02e [BUG] x-original-to: fix missing initialization to default value by Maik Broemme · 15 years ago
  53. 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · 15 years ago
  54. 5e4a6f1 [MINOR] fix a few remaining printf-like formats on 64-bit platforms by Willy Tarreau · 15 years ago
  55. af403fc [CLEANUP] give a little bit more information in error message by Jeffrey 'jf' Lim · 15 years ago
  56. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  57. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  58. 61d1889 [MINOR] improve reporting of misplaced acl/reqxxx rules by Willy Tarreau · 15 years ago
  59. e383880 [BUG] server check intervals must not be null by Willy Tarreau · 15 years ago
  60. 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · 15 years ago
  61. 55bc0f8 [MEDIUM] reverse internal proxy declaration order to match configuration by Willy Tarreau · 15 years ago
  62. d869b24 [MINOR] tcp-inspect: permit the use of no-delay inspection by Willy Tarreau · 15 years ago
  63. 3cd9af2 [MINOR] cfgparse: set backends to "balance roundrobin" by default by Willy Tarreau · 15 years ago
  64. ff01a21 [MINOR] cfgparse: some cleanups in the consistency checks by Willy Tarreau · 15 years ago
  65. 39af0f6 [BUG] rate-limit in defaults section was ignored by Willy Tarreau · 15 years ago
  66. 368480c [BUG] the "source" keyword must first clear optional settings by Willy Tarreau · 15 years ago
  67. 0b9c02c [MEDIUM] implement bind-process to limit service presence by process by Willy Tarreau · 15 years ago
  68. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  69. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  70. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  71. 7b723ef [DOC] remove buggy comment for use_backend by Krzysztof Piotr Oledzki · 15 years ago
  72. 52d522b [BUG] Fix listen & more of 2 couples <ip>:<port> by Krzysztof Piotr Oledzki · 15 years ago
  73. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  74. 43b7899 [MEDIUM] move global tuning options to the global structure by Willy Tarreau · 15 years ago
  75. 66aa61f [MEDIUM] splice: add configuration options and set global.maxpipes by Willy Tarreau · 15 years ago
  76. 3ec79b9 [MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes by Willy Tarreau · 15 years ago
  77. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  78. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  79. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  80. 65cb2f1 [MINOR] cfgparse: fix off-by 2 in error message size by Jeffrey 'jf' Lim · 16 years ago
  81. b099aca [BUG] acl-related keywords are not allowed in defaults sections by Willy Tarreau · 16 years ago
  82. da250db [BUG] ensure that listeners from disabled proxies are correctly unbound. by Willy Tarreau · 16 years ago
  83. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · 16 years ago
  84. 79f5fe8 [BUG] Fix empty X-Forwarded-For header name when set in defaults section by Willy Tarreau · 16 years ago
  85. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  86. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · 16 years ago
  87. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · 16 years ago
  88. a980263 [MEDIUM] acl: enforce ACL type checking by Willy Tarreau · 16 years ago
  89. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  90. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  91. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · 16 years ago
  92. 39f23b6 [MINOR] cfgparse: add support for warnings in external functions by Willy Tarreau · 16 years ago
  93. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · 16 years ago
  94. 5b2c336 [MEDIUM] add support for configuration keyword registration by Willy Tarreau · 16 years ago
  95. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  96. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  97. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  98. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  99. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  100. 1acf217 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) by Krzysztof Piotr Oledzki · 16 years ago