1. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  8. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  9. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  10. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  11. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  12. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  13. c0fcbe4 BUG/MINOR: checks: Fix test on http-check rulesets during config validity check by Christopher Faulet · 4 years, 1 month ago
  14. 7867525 BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf by Willy Tarreau · 4 years, 1 month ago
  15. ac4930e MINOR: cfgparse: Improve error message for invalid \x sequences by Tim Duesterhus · 4 years, 2 months ago
  16. e629195 BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered by Tim Duesterhus · 4 years, 2 months ago
  17. f82ea4a BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur by Christopher Faulet · 4 years, 2 months ago
  18. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  19. 404f919 MEDIUM: checks: Use a shared ruleset to store tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  20. 811f78c MEDIUM: checks: Implement ssl-hello check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  21. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  22. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  23. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  24. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  25. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · 4 years, 3 months ago
  26. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  27. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · 4 years, 3 months ago
  28. 87eacbb BUG/MINOR: peers: Use after free of "peers" section. by Frédéric Lécaille · 4 years, 3 months ago
  29. 3ef2d56 BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL by William Lallemand · 4 years, 3 months ago
  30. a2cfd7e BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized by William Lallemand · 4 years, 3 months ago
  31. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  32. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  33. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  34. 017484c CLEANUP: cfgparse: Fix type of second calloc() parameter by Tim Duesterhus · 4 years, 4 months ago
  35. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  36. 645c588 BUILD: cfgparse: silence a bogus gcc warning on 32-bit machines by Willy Tarreau · 4 years, 5 months ago
  37. 508d232 BUG/MINOR: stktable: report the current proxy name in error messages by Willy Tarreau · 4 years, 5 months ago
  38. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · 4 years, 7 months ago
  39. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  40. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · 4 years, 7 months ago
  41. b6f759b MINOR: peers: Add "log" directive to "peers" section. by Frédéric Lécaille · 4 years, 8 months ago
  42. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · 4 years, 8 months ago
  43. ec73098 MINOR: config: allow no set-dumpable config option by William Dauchy · 4 years, 8 months ago
  44. bbb5f1d BUG/MAJOR: idle conns: schedule the cleanup task on the correct threads by Willy Tarreau · 4 years, 9 months ago
  45. ee4f5f8 MINOR: stats: get rid of the ST_CONVDONE flag by Willy Tarreau · 4 years, 9 months ago
  46. 5a4fe5a BUG/MINOR: peers: crash on reload without local peer. by Frédéric Lécaille · 4 years, 9 months ago
  47. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  48. 9c3a0ce BUG/MEDIUM: peers: local peer socket not bound. by Frédéric Lécaille · 4 years, 10 months ago
  49. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · 5 years ago
  50. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · 5 years ago
  51. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  52. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  53. 0d79c67 MINOR: config: Remove tests on the option 'http-use-htx' by Christopher Faulet · 5 years ago
  54. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  55. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  56. 975b155 MINOR: server: really increase the pool-purge-delay default to 5 seconds by Willy Tarreau · 5 years ago
  57. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · 5 years ago
  58. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · 5 years ago
  59. db52d90 MINOR: cfgparse: Space allocation for "server_name" stick-table data type. by Frédéric Lécaille · 5 years ago
  60. b01302f MEDIUM: config: now alert when two servers have the same name by Willy Tarreau · 5 years ago
  61. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  62. 3506dae MEDIUM: Make 'resolution_pool_size' directive fatal by Tim Duesterhus · 5 years ago
  63. 04bcaa1 BUG/MINOR: peers: Fix memory leak in cfg_parse_peers by Tim Duesterhus · 5 years ago
  64. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · 5 years ago
  65. 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · 5 years ago
  66. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  67. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · 5 years ago
  68. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  69. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  70. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  71. 02f3cf1 CLEANUP: config: Don't alter listener->maxaccept when nbproc is set to 1 by Christopher Faulet · 5 years ago
  72. 4904058 BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup by Christopher Faulet · 5 years ago
  73. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · 5 years ago
  74. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · 5 years ago
  75. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  76. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  77. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  78. 18215cb BUG/MINOR: config: don't over-count the global maxsock value by Willy Tarreau · 5 years ago
  79. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  80. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  81. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  82. 26f6ae1 MAJOR: config: disable support for nbproc and nbthread in parallel by Willy Tarreau · 5 years ago
  83. dd1c8f1 MINOR: cfgparse: Add a cast to make gcc happier. by Olivier Houchard · 5 years ago
  84. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  85. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  86. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · 5 years ago
  87. 18cca78 BUG/MINOR: config: Reinforce validity check when a process number is parsed by Christopher Faulet · 5 years ago
  88. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  89. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · 5 years ago
  90. 835daa1 BUG/MEDIUM: server: initialize the idle conns list after parsing the config by Willy Tarreau · 5 years ago
  91. 1a0fe3b BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules by Willy Tarreau · 5 years ago
  92. 151e1ca BUG/MAJOR: config: verify that targets of track-sc and stick rules are present by Willy Tarreau · 5 years ago
  93. 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · 5 years ago
  94. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · 5 years ago
  95. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  96. 6b4a39a BUG/MINOR: config: fix bind line thread mask validation by Willy Tarreau · 5 years ago
  97. 04636b7 BUG/MEDIUM: peers: Peer addresses parsing broken. by Frédéric Lécaille · 5 years ago
  98. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  99. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  100. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago