1. 7351eea BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance by Aurelien DARRAGON · 1 year, 7 months ago
  2. 7950715 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · 2 years, 2 months ago
  3. 5f802b3 BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 2 years, 9 months ago
  4. e9dcb3c BUILD: config: include tools.h in cfgparse-listen.c by Willy Tarreau · 3 years, 2 months ago
  5. b979f59 MINOR: proxy: define PR_CAP_LB by Amaury Denoyelle · 3 years, 2 months ago
  6. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · 3 years, 2 months ago
  7. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · 3 years, 2 months ago
  8. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  9. b15625a MINOR: cfgparse/proxy: Group alloc error handling during proxy section parsing by Christopher Faulet · 3 years, 3 months ago
  10. b45a7d4 BUG/MINOR: cfgparse/proxy: Hande allocation errors during proxy section parsing by Christopher Faulet · 3 years, 3 months ago
  11. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · 3 years, 3 months ago
  12. 2e848a9 BUG/MINOR: cfgparse/proxy: Fix some leaks during proxy section parsing by Christopher Faulet · 3 years, 3 months ago
  13. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  14. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 3 months ago
  15. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  16. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 4 months ago
  17. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  18. c0ff679 MINOR: cfgparse: suggest correct spelling for unknown words in proxy sections by Willy Tarreau · 3 years, 4 months ago
  19. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  20. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 4 months ago
  21. 7c0b4d8 MEDIUM: cfgparse: allow a proxy to designate the defaults section to use by Willy Tarreau · 3 years, 5 months ago
  22. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 5 months ago
  23. c02ab03 MINOR: proxy: also store the name for a defaults section by Willy Tarreau · 3 years, 5 months ago
  24. ab3410c MINOR: cfgparse: use a pointer to the current default proxy by Willy Tarreau · 3 years, 5 months ago
  25. 5d095c2 MINOR: cfgparse: check PR_CAP_DEF instead of comparing poiner against defproxy by Willy Tarreau · 3 years, 5 months ago
  26. 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · 3 years, 5 months ago
  27. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · 3 years, 5 months ago
  28. a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · 3 years, 5 months ago
  29. 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · 3 years, 5 months ago
  30. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  31. b2ec994 BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines by Willy Tarreau · 3 years, 5 months ago
  32. 583b6de BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · 3 years, 5 months ago
  33. 69c5c3a BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · 3 years, 5 months ago
  34. 5ce5a15 BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails by Tim Duesterhus · 3 years, 6 months ago
  35. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  36. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  37. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 3 years, 9 months ago
  38. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  39. ab0a519 MEDIUM: config: mark "grace" as deprecated by Willy Tarreau · 3 years, 9 months ago
  40. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  41. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 3 years, 9 months ago
  42. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · 3 years, 9 months ago
  43. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · 3 years, 9 months ago
  44. 36b5366 BUG/MINOR: config: Fix memory leak on config parse listen by Amaury Denoyelle · 3 years, 9 months ago
  45. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  46. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  47. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  48. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  49. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  50. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  51. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  52. 6e459d7 MINOR: listener: create a new struct "settings" in bind_conf by Willy Tarreau · 3 years, 10 months ago
  53. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 3 years, 10 months ago
  54. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  55. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years ago
  56. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  57. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  58. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years, 1 month ago
  59. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  60. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  61. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  72. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  77. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  78. e9111b6 MINOR: proxy/checks: Register a keyword to parse external-check rules by Christopher Faulet · 4 years, 3 months ago
  79. 6f55791 MINOR: proxy/checks: Move parsing of external-check option in checks.c by Christopher Faulet · 4 years, 3 months ago
  80. 51b129f MINOR: proxy/checks: Register a keyword to parse http-check rules by Christopher Faulet · 4 years, 3 months ago
  81. 430e480 MINOR: proxy/checks: Move parsing of tcp-check option in checks.c by Christopher Faulet · 4 years, 3 months ago
  82. 6c2a743 MINOR: proxy/checks: Move parsing of httpchk option in checks.c by Christopher Faulet · 4 years, 3 months ago
  83. 267b01b MEDIUM: checks: Implement SPOP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  84. 1997eca MEDIUM: checks: Implement LDAP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  85. f2b3be5 MEDIUM: checks: Implement MySQL check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  86. ce35507 MEDIUM: checks: Implement postgres check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  87. fbcc77c MEDIUM: checks: Implement smtp check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  88. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  89. 33f05df MEDIUM: checks: Implement redis check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  90. 7a1e2e1 MEDIUM: checks: Add a list of vars to set before executing a tpc-check ruleset by Christopher Faulet · 4 years, 3 months ago
  91. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  92. fd6c229 MEDIUM: proxy/checks: Register a keyword to parse tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  93. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  94. 9dcb09f MEDIUM: checks: capture groups in expect regexes by Gaetan Rivet · 4 years, 5 months ago
  95. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · 4 years, 5 months ago
  96. b616add MINOR: checks: define a tcp expect type by Gaetan Rivet · 4 years, 5 months ago
  97. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · 4 years, 5 months ago
  98. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · 4 years, 5 months ago
  99. 8b00b36 MINOR: checks: simplify tcp expect config parser by Gaetan Rivet · 4 years, 5 months ago
  100. 4038b94 MEDIUM: checks: rewind to the first inverse expect rule of a chain on new data by Gaetan Rivet · 4 years, 4 months ago