1. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  2. 7d9736f CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4 by Willy Tarreau · 8 years ago
  3. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  4. 70d6045 MINOR: cfgparse: few memory leaks fixes. by David Carlier · 8 years ago
  5. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · 8 years ago
  6. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · 8 years ago
  7. 7bba4cc BUG/MEDIUM: fix risk of segfault with "show tls-keys" by William Lallemand · 8 years ago
  8. 659fbf0 BUG/MEDIUM: config: fix multiple declaration of section parsers by Willy Tarreau · 8 years ago
  9. 6e46ff1 BUG/MINOR: fix listening IP address storage for frontends (cont) by Vincent Bernat · 8 years ago
  10. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  11. 5e4261b CLEANUP: config: detect double registration of a config section by Willy Tarreau · 8 years ago
  12. 4920d70 BUG/MINOR: fix maxaccept computation according to the frontend process range by Cyril Bonté · 8 years ago
  13. 7c0ffd2 BUG/MEDIUM: fix maxaccept computation on per-process listeners by Willy Tarreau · 8 years ago
  14. 97880bb BUG/MINOR: cfgparse: couple of small memory leaks. by David Carlier · 8 years ago
  15. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  16. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  17. 776e518 MINOR: cfgparse: warn when gid parameter is not a number by Baptiste Assmann · 8 years ago
  18. 79fee6a MINOR: cfgparse: warn when uid parameter is not a number by Baptiste Assmann · 8 years ago
  19. 0618195 BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly by Cyril Bonté · 8 years ago
  20. 235fcfc MINOR: mailers: make it possible to configure the connection timeout by Pieter Baauw · 8 years ago
  21. 7a91a0e MEDIUM: cfgparse: reject incorrect 'timeout retry' keyword spelling in resolvers by Pieter Baauw · 8 years ago
  22. 1d54972 MEDIUM: config: allow to manipulate environment variables in the global section by Willy Tarreau · 8 years ago
  23. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  24. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  25. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago
  26. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  27. 3b90f0a BUG/MEDIUM: config: Adding validation to stick-table expire value. by Ben Cabot · 8 years ago
  28. 7f43fa9 BUG/MEDIUM: dns: no DNS resolution happens if no ports provided to the nameserver by Baptiste Assmann · 8 years ago
  29. b22fc30 MINOR: config: make tune.recv_enough configurable by Willy Tarreau · 9 years ago
  30. e22bfd6 BUG/MINOR: checks: email-alert causes a segfault when an unknown mailers section is configured by Cyril Bonté · 9 years ago
  31. 7e08470 BUG/MEDIUM: checks: email-alert not working when declared in defaults by Cyril Bonté · 9 years ago
  32. e954493 BUG/MINOR: http rule: http capture 'id' rule points to a non existing id by Baptiste Assmann · 9 years ago
  33. a315c55 BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section was missing by Baptiste Assmann · 9 years ago
  34. 49795eb BUG: config: external-check command validation is checking for incorrect arguments. by Ben Cabot · 9 years ago
  35. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · 9 years ago
  36. c8cfa7b MEDIUM: logs: have global.log_send_hostname not contain the trailing space by Dragan Dosen · 9 years ago
  37. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · 9 years ago
  38. 1322d09 MEDIUM: logs: add support for RFC5424 header format per logger by Dragan Dosen · 9 years ago
  39. 68d2e3a MEDIUM: logs: remove the hostname, tag and pid part from the logheader by Dragan Dosen · 9 years ago
  40. 59cee97 MEDIUM: log: use a separate buffer for the header and for the message by Dragan Dosen · 9 years ago
  41. 845efb5 MINOR: cfgparse: New function cfg_unregister_sections() by David Carlier · 9 years ago
  42. 2709784 MEDIUM: config: set tune.maxrewrite to 1024 by default by Willy Tarreau · 9 years ago
  43. 9b69454 BUG/MINOR: config: check that tune.bufsize is always positive by Willy Tarreau · 9 years ago
  44. bb3c09a CLEANUP: config: make the errorloc/errorfile messages less confusing by Willy Tarreau · 9 years ago
  45. 7fe3be7 MINOR: standard: avoid DNS resolution from the function str2sa_range() by Thierry FOURNIER · 9 years ago
  46. e11cfcd MINOR: config: new backend directives: load-server-state-from-file and server-state-file-name by Baptiste Assmann · 9 years ago
  47. e088226 MINOR: config: new global section directive: server-state-file by Baptiste Assmann · 9 years ago
  48. 6bc8936 MINOR: config: new global directive server-state-base by Baptiste Assmann · 9 years ago
  49. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · 9 years ago
  50. 8669e97 MINOR cfgparse: Correct the mailer warning text to show the right names to the user by Pieter Baauw · 9 years ago
  51. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  52. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  53. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · 9 years ago
  54. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · 9 years ago
  55. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  56. f3934b8 MEDIUM: config: emit a warning on a frontend without listener by Willy Tarreau · 9 years ago
  57. 6db62c5 CLEANUP: config: remove appsession initialization by Willy Tarreau · 9 years ago
  58. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · 9 years ago
  59. 161d45f MEDIUM: backend: implement "http-reuse safe" by Willy Tarreau · 9 years ago
  60. d8fecee MINOR: config: add new setting "http-reuse" by Willy Tarreau · 9 years ago
  61. 4c5490a BUG/MINOR: dns: wrong time unit for some DNS default parameters by Baptiste Assmann · 9 years ago
  62. e6c3941 BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · 9 years ago
  63. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  64. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  65. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago
  66. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · 9 years ago
  67. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · 9 years ago
  68. 0809f26 MINOR: config: add 51Degrees config parsing. by Thomas Holmes · 9 years ago
  69. 47783ef MEDIUM: ssl: add the possibility to use a global DH parameters file by Remi Gacogne · 9 years ago
  70. b3971ab MAJOR: peers: peers protocol version 2.0 by Emeric Brun · 9 years ago
  71. df1425a MEDIUM: cfgparse: check max arguments in the proxies sections by William Lallemand · 9 years ago
  72. 1a748ae MEDIUM: cfgparse: max arguments check in the global section by William Lallemand · 9 years ago
  73. 6e62fb6 MEDIUM: cfgparse: check section maximum number of arguments by William Lallemand · 9 years ago
  74. 5109719 CLEANUP: cfgparse: remove reference to 'ruleset' section by William Lallemand · 9 years ago
  75. 4ac9f54 BUG/MEDIUM: cfgparse: segfault when userlist is misused by William Lallemand · 9 years ago
  76. 77063bc BUG/MINOR: cfgparse: fix typo in 'option httplog' error message by William Lallemand · 9 years ago
  77. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · 9 years ago
  78. 0d1fdf7 MINOR: proxy: add a flag to memorize that the proxy's ID was forced by Willy Tarreau · 9 years ago
  79. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  80. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  81. afb3992 MEDIUM: config: clarify the conflicting modes detection for backend rules by Willy Tarreau · 9 years ago
  82. 8f50b68 MINOR: config: don't open-code proxy name lookups by Willy Tarreau · 9 years ago
  83. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  84. e45288c MEDIUM: config: reject conflicts in table names by Willy Tarreau · 9 years ago
  85. 911fa2e MEDIUM: config: reject invalid config with name duplicates by Willy Tarreau · 9 years ago
  86. 726ab71 MEDIUM: backend: Allow redispatch on retry intervals by Joseph Lynch · 9 years ago
  87. 146defa MINOR: Add TLS ticket keys reference and use it in the listener struct by Nenad Merdanovic · 9 years ago
  88. 5581c27 BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct by Willy Tarreau · 9 years ago
  89. f2c8735 BUG/MAJOR: checks: always check for end of list before proceeding by Willy Tarreau · 9 years ago
  90. b2f0745 MEDIUM: cfgparse: expand environment variables by William Lallemand · 9 years ago
  91. 64e8451 MINOR: cfgparse: remove line size limitation by William Lallemand · 9 years ago
  92. 3f41560 BUG/MEDIUM: cfgparse: incorrect memmove in quotes management by William Lallemand · 9 years ago
  93. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · 9 years ago
  94. f9873ba MEDIUM: cfgparse: introduce weak and strong quoting by William Lallemand · 9 years ago
  95. e428b08 BUG/MEDIUM: config: properly compute the default number of processes for a proxy by Willy Tarreau · 9 years ago
  96. 64c5722 MINOR: config: report the number of processes using a peers section in the error case by Willy Tarreau · 9 years ago
  97. 0334ffc CLEANUP: config: fix misleading information in error message. by Willy Tarreau · 9 years ago
  98. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  99. bf59807 MAJOR: peers: allow peers section to be used with nbproc > 1 by Willy Tarreau · 9 years ago
  100. 1e27301 MEDIUM: config: validate that peers sections are bound to exactly one process by Willy Tarreau · 9 years ago