1. f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · 3 years, 1 month ago
  2. d174f0e MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct by Emeric Brun · 3 years, 1 month ago
  3. 0161d32 BUG/MINOR: resolvers: throw log message if trash not large enough for query by Emeric Brun · 3 years, 1 month ago
  4. c37caab BUG/MINOR: resolvers: fix sent messages were counted twice by Emeric Brun · 3 years, 1 month ago
  5. 9ed1a06 BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions by Christopher Faulet · 3 years, 1 month ago
  6. bce6db6 BUG/MEDIUM: resolvers: Don't recursively perform requester unlink by Christopher Faulet · 3 years, 1 month ago
  7. 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · 3 years, 1 month ago
  8. dbb0bb5 CLEANUP: resolvers: get rid of single-iteration loop in resolv_get_ip_from_response() by Willy Tarreau · 3 years, 1 month ago
  9. dcb696c MEDIUM: resolvers: hash the records before inserting them into the tree by Willy Tarreau · 3 years, 1 month ago
  10. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · 3 years, 1 month ago
  11. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · 3 years, 1 month ago
  12. f766ec6 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · 3 years, 1 month ago
  13. aae7320 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · 3 years, 1 month ago
  14. 239675e CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · 3 years, 1 month ago
  15. 48664c0 CLEANUP: always initialize the answer_list by Willy Tarreau · 3 years, 1 month ago
  16. 25e0109 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · 3 years, 1 month ago
  17. 10c1a8c BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · 3 years, 1 month ago
  18. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · 3 years, 1 month ago
  19. 2a67aa0 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · 3 years, 1 month ago
  20. 75cc653 MEDIUM: resolvers: replace bogus resolv_hostname_cmp() with memcmp() by Willy Tarreau · 3 years, 1 month ago
  21. 814889c MEDIUM: resolvers: lower-case labels when converting from/to DNS names by Willy Tarreau · 3 years, 1 month ago
  22. 7b232f1 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · 3 years, 1 month ago
  23. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · 3 years, 1 month ago
  24. b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · 3 years, 1 month ago
  25. 875ee70 MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero by Willy Tarreau · 3 years, 1 month ago
  26. 85c15e6 BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records by Willy Tarreau · 3 years, 1 month ago
  27. 947ae12 BUG/MEDIUM: resolver: make sure to always use the correct hostname length by Willy Tarreau · 3 years, 1 month ago
  28. bf9498a MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero by Willy Tarreau · 3 years, 1 month ago
  29. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  30. dd56520 BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  31. 1f92339 BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree by Christopher Faulet · 3 years, 4 months ago
  32. d7bb234 BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · 3 years, 5 months ago
  33. e886dd5 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · 3 years, 5 months ago
  34. dcac418 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 5 months ago
  35. 73001ab MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  36. 11c6c39 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  37. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
  38. 3406766 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 6 months ago
  39. bd78c91 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 6 months ago
  40. 12ca658 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 6 months ago
  41. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
  42. ca14dd5 BUILD: resolvers: include tools.h by Willy Tarreau · 3 years, 7 months ago
  43. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · 3 years, 7 months ago
  44. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  45. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  46. c8f3e45 MEDIUM: resolvers: add support of tcp address on nameserver line. by Emeric Brun · 3 years, 8 months ago
  47. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 8 months ago
  48. 70490eb CLEANUP: resolvers: use pool_zalloc() in resolv_link_resolution() by Willy Tarreau · 3 years, 8 months ago
  49. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 9 months ago
  50. db31b44 CLEANUP: resolvers: Perform unsafe loop on requester list when possible by Christopher Faulet · 3 years, 9 months ago
  51. e8674c7 MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · 3 years, 9 months ago
  52. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 9 months ago
  53. d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · 3 years, 9 months ago
  54. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 9 months ago
  55. 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 9 months ago
  56. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 9 months ago
  57. 3e0600f BUG/MEDIUM: resolvers: Trigger a DNS resolution if an ADD item is obsolete by Christopher Faulet · 3 years, 9 months ago
  58. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 9 months ago
  59. 77f8606 BUG/MEDIUM: resolvers: Fix the loop looking for an existing ADD item by Christopher Faulet · 3 years, 9 months ago
  60. ab177ac BUG/MEDIUM: resolvers: Don't set an address-less server as UP by Christopher Faulet · 3 years, 9 months ago
  61. bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 9 months ago
  62. 5037c06 Revert "BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record" by Christopher Faulet · 3 years, 9 months ago
  63. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  64. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  65. 69beaa9 REORG: server: Export and rename some functions updating server info by Christopher Faulet · 3 years, 9 months ago
  66. 52d4d30 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 9 months ago
  67. b4badf7 BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 4 years ago
  68. a331a1e BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record by Christopher Faulet · 3 years, 9 months ago
  69. 9c246a4 BUG/MINOR: resolvers: Fix condition to release received ARs if not assigned by Christopher Faulet · 3 years, 9 months ago
  70. 56fc5d9 MEDIUM: resolvers: add supports of TCP nameservers in resolvers. by Emeric Brun · 3 years, 10 months ago
  71. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago