1. af59635 BUG/MEDIUM: resolvers: Force the connect timeout for DNS resolutions by Christopher Faulet · Tue Apr 11 08:04:04 2023 +0200
  2. e9eaddf BUG/MINOR: resolvers: Wait the resolution execution for a do_resolv action by Christopher Faulet · Wed Jan 11 10:31:10 2023 +0100
  3. 1039c33 BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout by Christopher Faulet · Wed Dec 14 10:26:25 2022 +0100
  4. c386b8c BUG/MINOR: resolvers: Don't wait periodic resolution on healthcheck failure by Christopher Faulet · Mon Oct 24 08:59:59 2022 +0200
  5. a6173cd BUG/MINOR: resolvers: Set port before IP address when processing SRV records by Christopher Faulet · Thu Nov 03 16:41:46 2022 +0100
  6. 6256aaa BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree by Christopher Faulet · Tue Sep 27 10:43:24 2022 +0200
  7. 15bdf58 BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() by William Lallemand · Wed Aug 24 09:58:31 2022 +0200
  8. 2da308e BUG/MINOR: server: do not enable DNS resolution on disabled proxies by Willy Tarreau · Fri Jun 10 11:11:44 2022 +0200
  9. 53df517 BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function by Christopher Faulet · Tue May 24 18:10:42 2022 +0200
  10. 5c55622 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · Thu May 05 16:00:45 2022 +0200
  11. 7c71822 BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit() by Tim Duesterhus · Tue Apr 26 23:28:47 2022 +0200
  12. 5c3e686 BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names by Christopher Faulet · Fri Jan 28 17:47:57 2022 +0100
  13. 67f6af5 BUG/MEDIUM: resolvers: Detach query item on response error by Christopher Faulet · Wed Dec 01 10:18:08 2021 +0100
  14. 9267ed8 BUG/MINOR: resolvers: throw log message if trash not large enough for query by Emeric Brun · Fri Oct 29 16:44:49 2021 +0200
  15. 2fa8f07 BUG/MINOR: resolvers: fix sent messages were counted twice by Emeric Brun · Fri Oct 29 16:28:33 2021 +0200
  16. 7a3a536 BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions by Christopher Faulet · Tue Nov 02 16:25:05 2021 +0100
  17. e7e0e4b BUG/MEDIUM: resolvers: Don't recursively perform requester unlink by Christopher Faulet · Fri Oct 29 10:38:15 2021 +0200
  18. 3336087 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  19. 2075165 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · Mon Oct 18 16:46:38 2021 +0200
  20. 8c3c523 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · Tue Oct 19 22:01:36 2021 +0200
  21. 4d7ca91 CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · Tue Oct 19 11:59:25 2021 +0200
  22. a2373e8 CLEANUP: always initialize the answer_list by Willy Tarreau · Tue Oct 19 11:29:21 2021 +0200
  23. aab7593 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · Tue Oct 19 11:16:11 2021 +0200
  24. 51128f8 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · Tue Oct 19 11:17:33 2021 +0200
  25. 3a8897f BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · Wed Oct 20 17:29:28 2021 +0200
  26. 3223d85 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · Mon Oct 18 16:49:14 2021 +0200
  27. 20a0237 MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · Thu Oct 14 22:52:04 2021 +0200
  28. c54aaba BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · Thu Oct 14 22:30:38 2021 +0200
  29. 68c7b36 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · Fri Oct 15 08:09:25 2021 +0200
  30. ca0170b MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero by Willy Tarreau · Thu Oct 14 08:05:25 2021 +0200
  31. 2859c16 BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records by Willy Tarreau · Thu Oct 14 08:00:38 2021 +0200
  32. a13a610 BUG/MEDIUM: resolver: make sure to always use the correct hostname length by Willy Tarreau · Thu Oct 14 08:11:48 2021 +0200
  33. c1c765f MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero by Willy Tarreau · Thu Oct 14 07:49:49 2021 +0200
  34. c20d642 BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree by Christopher Faulet · Thu Jul 22 14:29:26 2021 +0200
  35. 2558d5a BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · Thu Jun 24 15:16:48 2021 +0200
  36. 152b50c BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · Fri Jun 18 09:05:49 2021 +0200
  37. 2c0f527 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · Tue Jun 15 16:17:17 2021 +0200
  38. a62d974 MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · Tue Jun 15 16:14:37 2021 +0200
  39. 5f8ccff MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · Tue Jun 15 16:08:48 2021 +0200
  40. 0c4a8a3 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · Fri Jun 11 10:48:45 2021 +0200
  41. f9ca5d8 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · Fri Jun 11 10:08:05 2021 +0200
  42. 43839d0 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · Thu Jun 10 15:25:25 2021 +0200
  43. ca14dd5 BUILD: resolvers: include tools.h by Willy Tarreau · Sat May 08 12:59:47 2021 +0200
  44. e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · Thu May 06 15:33:09 2021 +0200
  45. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  46. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  47. c8f3e45 MEDIUM: resolvers: add support of tcp address on nameserver line. by Emeric Brun · Wed Apr 07 16:04:54 2021 +0200
  48. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · Thu Mar 25 15:09:38 2021 +0100
  49. 70490eb CLEANUP: resolvers: use pool_zalloc() in resolv_link_resolution() by Willy Tarreau · Mon Mar 22 21:08:50 2021 +0100
  50. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · Mon Mar 08 16:36:46 2021 +0100
  51. db31b44 CLEANUP: resolvers: Perform unsafe loop on requester list when possible by Christopher Faulet · Thu Mar 11 18:19:41 2021 +0100
  52. e8674c7 MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · Fri Mar 12 16:42:45 2021 +0100
  53. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · Thu Mar 11 09:36:05 2021 +0100
  54. d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · Fri Mar 12 10:23:05 2021 +0100
  55. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · Thu Mar 11 18:09:53 2021 +0100
  56. 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · Thu Mar 11 18:06:23 2021 +0100
  57. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · Wed Mar 10 14:40:39 2021 +0100
  58. 3e0600f BUG/MEDIUM: resolvers: Trigger a DNS resolution if an ADD item is obsolete by Christopher Faulet · Wed Mar 10 18:38:37 2021 +0100
  59. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · Wed Mar 10 12:22:18 2021 +0100
  60. 77f8606 BUG/MEDIUM: resolvers: Fix the loop looking for an existing ADD item by Christopher Faulet · Wed Mar 10 15:19:57 2021 +0100
  61. ab177ac BUG/MEDIUM: resolvers: Don't set an address-less server as UP by Christopher Faulet · Wed Mar 10 15:34:52 2021 +0100
  62. bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · Wed Mar 10 21:33:21 2021 +0100
  63. 5037c06 Revert "BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record" by Christopher Faulet · Wed Mar 10 15:54:14 2021 +0100
  64. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  65. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  66. 69beaa9 REORG: server: Export and rename some functions updating server info by Christopher Faulet · Tue Feb 16 12:07:47 2021 +0100
  67. 52d4d30 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · Tue Feb 23 12:24:09 2021 +0100
  68. b4badf7 BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · Thu Nov 19 22:38:33 2020 +0100
  69. a331a1e BUG/MINOR: resolvers: Only renew TTL for SRV records with an additional record by Christopher Faulet · Tue Feb 23 12:22:29 2021 +0100
  70. 9c246a4 BUG/MINOR: resolvers: Fix condition to release received ARs if not assigned by Christopher Faulet · Tue Feb 23 11:59:19 2021 +0100
  71. 56fc5d9 MEDIUM: resolvers: add supports of TCP nameservers in resolvers. by Emeric Brun · Fri Feb 12 20:05:45 2021 +0100
  72. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100