1. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · 9 years ago
  2. 8669e97 MINOR cfgparse: Correct the mailer warning text to show the right names to the user by Pieter Baauw · 9 years ago
  3. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  4. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  5. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · 9 years ago
  6. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · 9 years ago
  7. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  8. f3934b8 MEDIUM: config: emit a warning on a frontend without listener by Willy Tarreau · 9 years ago
  9. 6db62c5 CLEANUP: config: remove appsession initialization by Willy Tarreau · 9 years ago
  10. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · 9 years ago
  11. 161d45f MEDIUM: backend: implement "http-reuse safe" by Willy Tarreau · 9 years ago
  12. d8fecee MINOR: config: add new setting "http-reuse" by Willy Tarreau · 9 years ago
  13. 4c5490a BUG/MINOR: dns: wrong time unit for some DNS default parameters by Baptiste Assmann · 9 years ago
  14. e6c3941 BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · 9 years ago
  15. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  16. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  17. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago
  18. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · 9 years ago
  19. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · 9 years ago
  20. 0809f26 MINOR: config: add 51Degrees config parsing. by Thomas Holmes · 9 years ago
  21. 47783ef MEDIUM: ssl: add the possibility to use a global DH parameters file by Remi Gacogne · 9 years ago
  22. b3971ab MAJOR: peers: peers protocol version 2.0 by Emeric Brun · 9 years ago
  23. df1425a MEDIUM: cfgparse: check max arguments in the proxies sections by William Lallemand · 9 years ago
  24. 1a748ae MEDIUM: cfgparse: max arguments check in the global section by William Lallemand · 9 years ago
  25. 6e62fb6 MEDIUM: cfgparse: check section maximum number of arguments by William Lallemand · 9 years ago
  26. 5109719 CLEANUP: cfgparse: remove reference to 'ruleset' section by William Lallemand · 9 years ago
  27. 4ac9f54 BUG/MEDIUM: cfgparse: segfault when userlist is misused by William Lallemand · 9 years ago
  28. 77063bc BUG/MINOR: cfgparse: fix typo in 'option httplog' error message by William Lallemand · 9 years ago
  29. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · 9 years ago
  30. 0d1fdf7 MINOR: proxy: add a flag to memorize that the proxy's ID was forced by Willy Tarreau · 9 years ago
  31. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  32. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  33. afb3992 MEDIUM: config: clarify the conflicting modes detection for backend rules by Willy Tarreau · 9 years ago
  34. 8f50b68 MINOR: config: don't open-code proxy name lookups by Willy Tarreau · 9 years ago
  35. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  36. e45288c MEDIUM: config: reject conflicts in table names by Willy Tarreau · 9 years ago
  37. 911fa2e MEDIUM: config: reject invalid config with name duplicates by Willy Tarreau · 9 years ago
  38. 726ab71 MEDIUM: backend: Allow redispatch on retry intervals by Joseph Lynch · 9 years ago
  39. 146defa MINOR: Add TLS ticket keys reference and use it in the listener struct by Nenad Merdanovic · 9 years ago
  40. 5581c27 BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct by Willy Tarreau · 9 years ago
  41. f2c8735 BUG/MAJOR: checks: always check for end of list before proceeding by Willy Tarreau · 9 years ago
  42. b2f0745 MEDIUM: cfgparse: expand environment variables by William Lallemand · 9 years ago
  43. 64e8451 MINOR: cfgparse: remove line size limitation by William Lallemand · 9 years ago
  44. 3f41560 BUG/MEDIUM: cfgparse: incorrect memmove in quotes management by William Lallemand · 9 years ago
  45. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · 9 years ago
  46. f9873ba MEDIUM: cfgparse: introduce weak and strong quoting by William Lallemand · 9 years ago
  47. e428b08 BUG/MEDIUM: config: properly compute the default number of processes for a proxy by Willy Tarreau · 9 years ago
  48. 64c5722 MINOR: config: report the number of processes using a peers section in the error case by Willy Tarreau · 9 years ago
  49. 0334ffc CLEANUP: config: fix misleading information in error message. by Willy Tarreau · 9 years ago
  50. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  51. bf59807 MAJOR: peers: allow peers section to be used with nbproc > 1 by Willy Tarreau · 9 years ago
  52. 1e27301 MEDIUM: config: validate that peers sections are bound to exactly one process by Willy Tarreau · 9 years ago
  53. 0fca483 MEDIUM: config: propagate the table's process list to the peers sections by Willy Tarreau · 9 years ago
  54. 77e4bd1 MEDIUM: peers: add the ability to disable a peers section by Willy Tarreau · 9 years ago
  55. 6866f3f MEDIUM: config: initialize stick-tables after peers, not before by Willy Tarreau · 9 years ago
  56. 02df774 BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies by Willy Tarreau · 9 years ago
  57. 0f228a0 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · 9 years ago
  58. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · 9 years ago
  59. 9903f0e REORG: session: move the session parts out of stream.c by Willy Tarreau · 9 years ago
  60. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  61. 10b688f MEDIUM: listener: store the default target per listener by Willy Tarreau · 9 years ago
  62. 512fd00 CLEANUP: listeners: remove unused timeout by Willy Tarreau · 9 years ago
  63. 91d9628 MINOR: peers: centralize configuration of the peers frontend by Willy Tarreau · 9 years ago
  64. 9ff95bb BUG/MEDIUM: peers: correctly configure the client timeout by Willy Tarreau · 9 years ago
  65. e7acee7 BUILD/CLEANUP: config: silent 3 warnings about mixed declarations with code by Willy Tarreau · 9 years ago
  66. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · 9 years ago
  67. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  68. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  69. 9dc4996 MEDIUM: Allow configuration of email alerts by Simon Horman · 9 years ago
  70. 0d16a40 MEDIUM: Add parsing of mailers section by Simon Horman · 9 years ago
  71. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · 10 years ago
  72. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  73. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · 9 years ago
  74. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · 10 years ago
  75. 1058ae7 MINOR: config: implement global setting tune.buffers.reserve by Willy Tarreau · 10 years ago
  76. f6b7001 BUG/MEDIUM: config: do not propagate processes between stopped processes by Willy Tarreau · 10 years ago
  77. 8a95d8c BUG/MINOR: config: fix typo in condition when propagating process binding by Willy Tarreau · 10 years ago
  78. d972203 BUG/MINOR: parse: refer curproxy instead of proxy by Godbach · 10 years ago
  79. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  80. 743c128 BUG/MINOR: config: don't inherit the default balance algorithm in frontends by Willy Tarreau · 10 years ago
  81. 06cc905 BUG/MEDIUM: config: avoid skipping disabled proxies by Willy Tarreau · 10 years ago
  82. 5163969 BUG/MINOR: config: don't propagate process binding for dynamic use_backend by Cyril Bonté · 10 years ago
  83. acbe8ab BUG/MINOR: config: don't propagate process binding on fatal errors. by Willy Tarreau · 10 years ago
  84. e42bd96 MINOR: config: detect the case where a tcp-request content rule has no inspect-delay by Willy Tarreau · 10 years ago
  85. 3986b9c MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · 10 years ago
  86. eb791e0 MEDIUM: config: only warn if stats are attached to multi-process bind directives by Willy Tarreau · 10 years ago
  87. 419ead8 MEDIUM: config: compute the exact bind-process before listener's maxaccept by Willy Tarreau · 10 years ago
  88. b369a04 MEDIUM: config: make the frontends automatically bind to the listeners' processes by Willy Tarreau · 10 years ago
  89. 64ab607 MEDIUM: config: properly propagate process binding between proxies by Willy Tarreau · 10 years ago
  90. 8a3478e BUG/MEDIUM: config: propagate frontend to backend process binding again. by Willy Tarreau · 10 years ago
  91. 1a0191d BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported by Cyril Bonté · 10 years ago
  92. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  93. 18324f5 MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · 10 years ago
  94. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  95. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  96. 148f408 MINOR: regex: fix a little configuration memory leak. by Thierry FOURNIER · 10 years ago
  97. 215663d MINOR: config: warn when tcp-check rules are used without option tcp-check by Willy Tarreau · 10 years ago
  98. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · 10 years ago
  99. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · 10 years ago
  100. 1b48cc9 BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and server-fin) in defaults section. by Simone Gotti · 10 years ago