1. cac307c BUG/MINOR: config: don't inherit the default balance algorithm in frontends by Willy Tarreau · 10 years ago
  2. 4ab232c BUG/MEDIUM: config: avoid skipping disabled proxies by Willy Tarreau · 10 years ago
  3. c8d57de BUG/MINOR: config: don't propagate process binding for dynamic use_backend by Cyril Bonté · 10 years ago
  4. b3228c8 BUG/MINOR: config: don't propagate process binding on fatal errors. by Willy Tarreau · 10 years ago
  5. 7fc7ebd MINOR: config: detect the case where a tcp-request content rule has no inspect-delay by Willy Tarreau · 10 years ago
  6. 8b3c808 MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · 10 years ago
  7. 036a83e MEDIUM: config: only warn if stats are attached to multi-process bind directives by Willy Tarreau · 10 years ago
  8. 91b00c2 MEDIUM: config: compute the exact bind-process before listener's maxaccept by Willy Tarreau · 10 years ago
  9. e56c4f1 MEDIUM: config: make the frontends automatically bind to the listeners' processes by Willy Tarreau · 10 years ago
  10. 5436afc MEDIUM: config: properly propagate process binding between proxies by Willy Tarreau · 10 years ago
  11. b53934e BUG/MEDIUM: config: propagate frontend to backend process binding again. by Willy Tarreau · 10 years ago
  12. 2c8d700 BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported by Cyril Bonté · 10 years ago
  13. dc2695c MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · 10 years ago
  14. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  15. 148f408 MINOR: regex: fix a little configuration memory leak. by Thierry FOURNIER · 10 years ago
  16. 215663d MINOR: config: warn when tcp-check rules are used without option tcp-check by Willy Tarreau · 10 years ago
  17. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · 10 years ago
  18. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · 10 years ago
  19. 1b48cc9 BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and server-fin) in defaults section. by Simone Gotti · 10 years ago
  20. 6639a7c MINOR: checks: mysql-check: Add support for v4.1+ authentication by Nenad Merdanovic · 10 years ago
  21. 3209123 MEDIUM: server: allow multi-level server tracking by Willy Tarreau · 10 years ago
  22. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · 10 years ago
  23. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  24. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  25. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  26. 63af98d BUG/MAJOR: config: don't free valid regex memory by Willy Tarreau · 10 years ago
  27. 07fcaaa MINOR: fix a few memory usage errors by Dirkjan Bussink · 10 years ago
  28. 4e5ed29 BUG/MEDIUM: config: a stats-less config crashes in 1.5-dev25 by Willy Tarreau · 10 years ago
  29. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · 10 years ago
  30. acf3bf9 CLEANUP: config: set the maxaccept value for peers listeners earlier by Willy Tarreau · 11 years ago
  31. 67c2abc MINOR: config: only report a warning when stats sockets are bound to more than 1 process by Willy Tarreau · 10 years ago
  32. 3d20958 MEDIUM: listener: inherit the process mask from the proxy by Willy Tarreau · 10 years ago
  33. 102df61 MEDIUM: config: check the bind-process settings according to nbproc by Willy Tarreau · 10 years ago
  34. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  35. 3507d5d MEDIUM: proxy: only adjust the backend's bind-process when already set by Willy Tarreau · 10 years ago
  36. 93ee249 MINOR: ssl: remove fallback to SSL session private cache if lock init fails. by Emeric Brun · 10 years ago
  37. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · 10 years ago
  38. caa19cc BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported. by Emeric Brun · 10 years ago
  39. 7c29f1e BUILD: config: remove a warning with clang by Willy Tarreau · 10 years ago
  40. a3c504c MEDIUM: config: inform the user only once that "redispatch" is deprecated by Willy Tarreau · 10 years ago
  41. 40bac83 MEDIUM: config: inform the user that "reqsetbe" is deprecated by Willy Tarreau · 10 years ago
  42. de9d2d7 MEDIUM: config: inform the user about the deprecatedness of "block" rules by Willy Tarreau · 10 years ago
  43. b3dc39d MEDIUM: http: emulate "block" rules using "http-request" rules by Willy Tarreau · 10 years ago
  44. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  45. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  46. 1746eec MINOR: checks: add a new global max-spread-checks directive by Willy Tarreau · 10 years ago
  47. ed2119c BUG/MEDIUM: stats: mismatch between behaviour and doc about front/back by Willy Tarreau · 10 years ago
  48. ee445d9 MEDIUM: config: report misplaced use-server rules by Willy Tarreau · 10 years ago
  49. 5002f57 MEDIUM: config: report misplaced http-request rules by Willy Tarreau · 10 years ago
  50. f51658d MEDIUM: config: relax use_backend check to make the condition optional by Willy Tarreau · 10 years ago
  51. ff11554 CLEANUP: code style: use tabs to indent codes instead of spaces by Godbach · 10 years ago
  52. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · 10 years ago
  53. 348acfe BUILD/MEDIUM: cfgparse: get rid of sprintf() by Willy Tarreau · 10 years ago
  54. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · 10 years ago
  55. 702d44f MEDIUM: proxy: support use_backend with dynamic names by Bertrand Jacquin · 11 years ago
  56. fa45f1d MEDIUM: config: Dynamic sections. by Thierry FOURNIER · 10 years ago
  57. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · 10 years ago
  58. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  59. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  60. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · 10 years ago
  61. d048d8b BUG/MINOR: http: fix encoding of samples used in http headers by Thierry FOURNIER · 10 years ago
  62. 7cbc915 MEDIUM: config: faster lookup for duplicated proxy name by Willy Tarreau · 10 years ago
  63. f79d950 MEDIUM: proxy: create a tree to store proxies by name by Willy Tarreau · 10 years ago
  64. 5830213 BUG/MINOR: config: fix a crash on startup when a disabled backend references a peer by Willy Tarreau · 10 years ago
  65. abd03df BUG/MINOR: config: server on-marked-* statement is ignored in default-server by Willy Tarreau · 10 years ago
  66. 5498472 BUG/MEDIUM: config: immediately abort if peers section has no name by Willy Tarreau · 10 years ago
  67. 610f04b MINOR: config: add global directives to set default SSL ciphers by Willy Tarreau · 10 years ago
  68. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · 10 years ago
  69. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · 11 years ago
  70. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · 10 years ago
  71. 850efd5 MEDIUM: ssl: Set verify 'required' as global default for servers side. by Emeric Brun · 10 years ago
  72. e43d532 MEDIUM: listener: apply a limit on the session rate submitted to SSL by Willy Tarreau · 11 years ago
  73. 93e7c00 MEDIUM: listener: add support for limiting the session rate in addition to the connection rate by Willy Tarreau · 11 years ago
  74. 17edc81 MEDIUM: config: report a warning when multiple servers have the same name by Willy Tarreau · 11 years ago
  75. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · 11 years ago
  76. 16bfb02 MINOR: config: add option http-keep-alive by Willy Tarreau · 14 years ago
  77. 566226b BUG/MEDIUM: checks: tracking servers must not inherit the MAINT flag by Willy Tarreau · 11 years ago
  78. 3343432 MINOR: checks: add a flag to indicate what check is an agent by Willy Tarreau · 11 years ago
  79. 33a08db MINOR: checks: add a PAUSED state for the checks by Willy Tarreau · 11 years ago
  80. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  81. 2e10f5a MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED by Willy Tarreau · 11 years ago
  82. 1a53a3a MINOR: checks: improve handling of the servers tracking chain by Willy Tarreau · 11 years ago
  83. 2819e99 MINOR: chunks: allocate the trash chunks before parsing the config by Willy Tarreau · 11 years ago
  84. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · 11 years ago
  85. 9703e66 BUG/MINOR: check_config_validity: check the returned value of stktable_init() by Godbach · 11 years ago
  86. 5052316 CLEANUP: code style: use tabs to indent codes by Godbach · 11 years ago
  87. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  88. 2f075e9 BUG/MEDIUM: checks: fix health check regression causing them to depend on declaration order by Willy Tarreau · 11 years ago
  89. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  90. 34c2fb6 BUG/MINOR: config: report the correct track-sc number in tcp-rules by Willy Tarreau · 11 years ago
  91. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · 11 years ago
  92. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  93. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · 11 years ago
  94. afc47ee MEDIUM: Remove option lb-agent-chk by Simon Horman · 11 years ago
  95. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  96. 69d29f9 MEDIUM: cfgparse: Factor out check initialisation by Simon Horman · 11 years ago
  97. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  98. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · 11 years ago
  99. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · 11 years ago
  100. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · 11 years ago