1. 32131d4 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 3 months ago
  2. ca8e355 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 3 months ago
  3. a8b60f2 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 3 months ago
  4. 079c609 BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken by Emeric Brun · 3 years, 3 months ago
  5. 751872e BUG/MEDIUM: dns: reset file descriptor if send returns an error by Emeric Brun · 3 years, 5 months ago
  6. 27c8d7a MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · 3 years, 6 months ago
  7. 8b6d5b0 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 6 months ago
  8. 5581026 BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · 3 years, 6 months ago
  9. 119ec52 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 6 months ago
  10. 07cb0e1 MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 6 months ago
  11. 656b427 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 6 months ago
  12. 02cf7b7 BUG/MEDIUM: resolvers: Trigger a DNS resolution if an ADD item is obsolete by Christopher Faulet · 3 years, 6 months ago
  13. 99348c3 MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 6 months ago
  14. b8e9281 BUG/MEDIUM: resolvers: Fix the loop looking for an existing ADD item by Christopher Faulet · 3 years, 6 months ago
  15. 1ec9077 BUG/MEDIUM: resolvers: Don't set an address-less server as UP by Christopher Faulet · 3 years, 6 months ago
  16. 833937d BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 6 months ago
  17. 2e82b13 Revert "BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record" by Christopher Faulet · 3 years, 6 months ago
  18. 8427aa6 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 7 months ago
  19. 826060e BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 10 months ago
  20. c22e27c BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record by Christopher Faulet · 3 years, 7 months ago
  21. d67f8bb BUG/MINOR: resolvers: Fix condition to release received ARs if not assigned by Christopher Faulet · 3 years, 7 months ago
  22. 155bc68 BUG/MINOR: dns: SRV records ignores duplicated AR records (v2) by Baptiste Assmann · 3 years, 8 months ago
  23. addba8f Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" by Christopher Faulet · 3 years, 8 months ago
  24. 45b6d2d BUG/MINOR: dns: SRV records ignores duplicated AR records by Baptiste Assmann · 3 years, 10 months ago
  25. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 4 years ago
  26. d6c6b5f BUG/MEDIUM: dns: Be sure to renew IP address for already known servers by Christopher Faulet · 4 years ago
  27. 5a89175 BUG/MEDIUM: dns: Don't store additional records in a linked-list by Christopher Faulet · 4 years ago
  28. 87138c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · 4 years, 2 months ago
  29. cde8303 CLEANUP: dns: typo in reported error message by Baptiste Assmann · 4 years, 2 months ago
  30. 385101e BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation by Christopher Faulet · 4 years, 2 months ago
  31. 4002f8d BUG/MAJOR: dns: don't treat Authority records as an error by Jerome Magnin · 4 years, 2 months ago
  32. 963f701 CLEANUP: dns: remove 45 "return" statements from dns_validate_dns_response() by Willy Tarreau · 4 years, 2 months ago
  33. 010ab35 BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed by Christopher Faulet · 4 years, 2 months ago
  34. 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · 4 years, 2 months ago
  35. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  36. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · 4 years, 3 months ago
  37. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 3 months ago
  38. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 3 months ago
  39. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 4 months ago
  40. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  41. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  42. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  43. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  44. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  45. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  46. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  47. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  48. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  49. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  50. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 4 months ago
  51. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  52. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  53. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  54. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  55. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 4 months ago
  56. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  57. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  58. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  59. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 4 months ago
  60. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 4 months ago
  61. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 4 months ago
  62. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 4 months ago
  63. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 4 months ago
  64. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 4 months ago
  65. b17b884 BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive by Olivier Houchard · 4 years, 6 months ago
  66. 37950c8 BUG/MEDIUM: dns: improper parsing of aditional records by Baptiste Assmann · 4 years, 7 months ago
  67. 17ab79f CLEANUP: remove obsolete comments by Baptiste Assmann · 4 years, 7 months ago
  68. 81725b8 BUG/MINOR: dns: ignore trailing dot by Lukas Tribus · 4 years, 7 months ago
  69. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 7 months ago
  70. 3b2bb63 MINOR: dns: Add function to release memory allocated for a do-resolve rule by Christopher Faulet · 4 years, 8 months ago
  71. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · 4 years, 8 months ago
  72. aecd5dc BUG/MINOR: dns: allow 63 char in hostname by William Dauchy · 4 years, 8 months ago
  73. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  74. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 9 months ago
  75. fcac33d BUG/MINOR: dns: Make dns_query_id_seed unsigned by Tim Duesterhus · 4 years, 8 months ago
  76. 0eae632 MEDIUM: dns: implement synchronous send by Willy Tarreau · 4 years, 9 months ago
  77. 1c75995 BUG/MAJOR: dns: add minimalist error processing on the Rx path by Willy Tarreau · 4 years, 10 months ago
  78. be8a387 CLEANUP: dns: resolution can never be null by William Dauchy · 4 years, 10 months ago
  79. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · 4 years, 10 months ago
  80. f50e1ac BUG: dns: timeout resolve not applied for valid resolutions by Baptiste Assmann · 4 years, 11 months ago
  81. 7264dfe BUG/MINOR: action: do-resolve now use cached response by Baptiste Assmann · 5 years ago
  82. 25e6fc2 BUG/MINOR: dns: allow srv record weight set to 0 by Baptiste Assmann · 5 years ago
  83. 4c52e4b BUG/MINOR: action: do-resolve does not yield on requests with body by Baptiste Assmann · 5 years ago
  84. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  85. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  86. 45726fd BUG/MINOR: dns: remove irrelevant dependency on a client connection by Willy Tarreau · 5 years ago
  87. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 6 years ago
  88. db4c852 MINOR: dns: move callback affection in dns_link_resolution() by Baptiste Assmann · 7 years ago
  89. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · 6 years ago
  90. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  91. 2fa66c3 BUG/MEDIUM: dns: overflowed dns name start position causing invalid dns error by Nikhil Agrawal · 6 years ago
  92. 8d4e7dc BUG/MEDIUM: dns: Don't prevent reading the last byte of the payload in dns_validate_response() by Jérôme Magnin · 6 years ago
  93. efbbdf7 BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  94. 2d19fbc BUG: dns: Prevent out-of-bounds read in dns_read_name() by Remi Gacogne · 6 years ago
  95. 58df5ae BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name by Remi Gacogne · 6 years ago
  96. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  97. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  98. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · 6 years ago
  99. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  100. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago