1. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 3 years, 10 months ago
  2. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  3. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years ago
  4. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  5. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  6. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years, 1 month ago
  7. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  8. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  9. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  20. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  25. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  26. e9111b6 MINOR: proxy/checks: Register a keyword to parse external-check rules by Christopher Faulet · 4 years, 3 months ago
  27. 6f55791 MINOR: proxy/checks: Move parsing of external-check option in checks.c by Christopher Faulet · 4 years, 3 months ago
  28. 51b129f MINOR: proxy/checks: Register a keyword to parse http-check rules by Christopher Faulet · 4 years, 3 months ago
  29. 430e480 MINOR: proxy/checks: Move parsing of tcp-check option in checks.c by Christopher Faulet · 4 years, 3 months ago
  30. 6c2a743 MINOR: proxy/checks: Move parsing of httpchk option in checks.c by Christopher Faulet · 4 years, 3 months ago
  31. 267b01b MEDIUM: checks: Implement SPOP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  32. 1997eca MEDIUM: checks: Implement LDAP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  33. f2b3be5 MEDIUM: checks: Implement MySQL check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  34. ce35507 MEDIUM: checks: Implement postgres check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  35. fbcc77c MEDIUM: checks: Implement smtp check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  36. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  37. 33f05df MEDIUM: checks: Implement redis check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  38. 7a1e2e1 MEDIUM: checks: Add a list of vars to set before executing a tpc-check ruleset by Christopher Faulet · 4 years, 3 months ago
  39. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  40. fd6c229 MEDIUM: proxy/checks: Register a keyword to parse tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  41. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  42. 9dcb09f MEDIUM: checks: capture groups in expect regexes by Gaetan Rivet · 4 years, 5 months ago
  43. efab6c6 MINOR: checks: add rbinary expect match type by Gaetan Rivet · 4 years, 5 months ago
  44. b616add MINOR: checks: define a tcp expect type by Gaetan Rivet · 4 years, 5 months ago
  45. f8ba677 MINOR: checks: add linger option to tcp connect by Gaetan Rivet · 4 years, 5 months ago
  46. 1afd826 MINOR: checks: add min-recv tcp-check expect option by Gaetan Rivet · 4 years, 5 months ago
  47. 8b00b36 MINOR: checks: simplify tcp expect config parser by Gaetan Rivet · 4 years, 5 months ago
  48. 4038b94 MEDIUM: checks: rewind to the first inverse expect rule of a chain on new data by Gaetan Rivet · 4 years, 4 months ago
  49. 11ef149 BUG/MINOR: checks: Forbid tcp-check lines in default section as documented by Christopher Faulet · 4 years, 3 months ago
  50. 8acb128 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · 4 years, 3 months ago
  51. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · 4 years, 3 months ago
  52. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · 4 years, 3 months ago
  53. def595e DOC: correct typo in alert message about rspirep by Balvinder Singh Rawat · 4 years, 4 months ago
  54. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  55. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  56. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  57. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  58. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  59. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  60. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 5 months ago
  61. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  62. 07f41f7 MINOR: proxy: Register keywords to parse errorfile and errorloc directives by Christopher Faulet · 4 years, 6 months ago
  63. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  64. ac2412f MINOR: config: Use dedicated function to parse proxy's errorloc by Christopher Faulet · 4 years, 6 months ago
  65. 13d297f MINOR: config: Use dedicated function to parse proxy's errorfiles by Christopher Faulet · 4 years, 6 months ago
  66. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · 4 years, 7 months ago
  67. 262c3f1 MINOR: http: add a new "replace-path" action by Willy Tarreau · 4 years, 7 months ago
  68. e158375 BUG/MINOR: config: Update cookie domain warn to RFC6265 by Joao Morais · 4 years, 8 months ago
  69. 0655c9b CLEANUP: bind: handle warning label on bind keywords parsing. by Emeric Brun · 4 years, 9 months ago
  70. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · 4 years, 9 months ago
  71. dabcc8e MINOR: proxy: Store http-send-name-header in lower case by Christopher Faulet · 4 years, 9 months ago
  72. f89f099 MINOR: config: Warn only if the option http-use-htx is used with "no" prefix by Christopher Faulet · 5 years ago
  73. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  74. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago
  75. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · 5 years ago
  76. a6a56e6 MEDIUM: config: Remove parsing of req* and rsp* directives by Christopher Faulet · 5 years ago
  77. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · 5 years ago
  78. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  79. 3193037 MAJOR: http: Deprecate and ignore the option "http-use-htx" by Christopher Faulet · 5 years ago
  80. dac168b MEDIUM: Make 'redispatch' directive fatal by Tim Duesterhus · 5 years ago
  81. 7b7c47f MEDIUM: Make 'block' directive fatal by Tim Duesterhus · 5 years ago
  82. 3381022 MINOR: http: add a new "http-request replace-uri" action by Willy Tarreau · 5 years ago
  83. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  84. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · 5 years ago
  85. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  86. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · 5 years ago
  87. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  88. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  89. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · 5 years ago
  90. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  91. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · 5 years ago
  92. 473c283 CLEANUP: Remove appsession documentation by Tim Duesterhus · 5 years ago
  93. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  94. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  95. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  96. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago
  97. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  98. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  99. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  100. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · 5 years ago