1. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · Tue Oct 31 15:21:19 2017 +0100
  2. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  3. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  4. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · Tue May 30 11:07:16 2017 +0200
  5. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  6. ff88efb BUG/MINOR: dns: Fix CLI keyword declaration by Christopher Faulet · Tue Oct 03 16:00:57 2017 +0200
  7. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  8. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · Tue Sep 19 14:59:52 2017 +0200
  9. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  10. 576c5aa MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab by Christopher Faulet · Tue Sep 05 09:51:57 2017 +0200
  11. f5f7130 BUG/MINOR: dns: wrong resolution interval lead to 100% CPU by Baptiste Assmann · Mon Aug 21 13:21:48 2017 +0200
  12. 8d11236 CLEANUP: dns: remove duplicated code in dns_validate_dns_response() by Baptiste Assmann · Mon Aug 21 16:11:32 2017 +0200
  13. 60e9c26 CLEANUP: dns: remove duplicated code in dns_resolve_recv() by Baptiste Assmann · Mon Aug 21 16:09:59 2017 +0200
  14. e2d03d2 MINOR: dns: make SRV record processing more verbose by Baptiste Assmann · Fri Aug 18 23:36:07 2017 +0200
  15. e70bc05 MINOR: dns: automatic reduction of DNS accpeted payload size by Baptiste Assmann · Mon Aug 21 16:51:09 2017 +0200
  16. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  17. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · Mon Aug 14 10:37:46 2017 +0200
  18. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  19. 7d2a126 MINOR: dns: ability to use a SRV resolution for multiple backends by Baptiste Assmann · Mon Aug 14 16:38:29 2017 +0200
  20. a644aa8 MINOR: dns: make debugging function dump_dns_config() compatible with SRV records by Baptiste Assmann · Sat Aug 12 11:16:55 2017 +0200
  21. 63a2811 MINOR: dns: update dns response buffer reading pointer due to SRV record by Baptiste Assmann · Fri Aug 11 10:37:20 2017 +0200
  22. ddc8ce6 MINOR: dns: update record dname matching for SRV query types by Baptiste Assmann · Fri Aug 11 10:31:22 2017 +0200
  23. 251abb9 MINOR: dns: Update analysis of TRUNCATED response for SRV records by Baptiste Assmann · Fri Aug 11 09:58:27 2017 +0200
  24. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  25. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  26. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  27. cc9b94a BUG/MINOR: warning: ‘need_resend’ may be used uninitialized by William Lallemand · Thu Jun 08 19:30:39 2017 +0200
  28. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  29. 8ea0bcc MINOR: dns: introduce roundrobin into the internal cache (WIP) by Baptiste Assmann · Thu May 04 08:24:11 2017 +0200
  30. 69fce67 MINOR: dns: make 'ancount' field to match the number of saved records by Baptiste Assmann · Thu May 04 08:37:45 2017 +0200
  31. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · Thu May 04 09:05:00 2017 +0200
  32. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · Mon May 22 15:13:10 2017 +0200
  33. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · Wed May 03 15:43:12 2017 +0200
  34. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  35. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · Wed May 03 10:11:44 2017 +0200
  36. 6492053 BUG/MAJOR: dns: Broken kqueue events handling (BSD systems). by Frédéric Lécaille · Fri May 12 09:57:15 2017 +0200
  37. 5e5bc9f BUG/MINOR: dns: Wrong address family used when creating IPv6 sockets. by Frédéric Lécaille · Tue Apr 11 08:46:37 2017 +0200
  38. fc72590 MINOR: dns: improve DNS response parsing to use as many available records as possible by Baptiste · Mon Dec 26 23:21:08 2016 +0100
  39. 5cd1b92 MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested by Baptiste Assmann · Thu Feb 02 22:44:15 2017 +0100
  40. 777b560 MINOR: appctx/cli: remove the "dns" entry from the appctx union by Willy Tarreau · Fri Dec 16 18:06:26 2016 +0100
  41. 3067bfa BUG/MEDIUM: cli: fix "show stat resolvers" and "show tls-keys" by Willy Tarreau · Mon Dec 05 14:50:15 2016 +0100
  42. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · Thu Nov 24 16:45:53 2016 +0100
  43. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · Thu Nov 24 15:53:53 2016 +0100
  44. 69e9644 REORG: cli: move show stat resolvers to dns.c by William Lallemand · Sat Nov 19 00:58:54 2016 +0100
  45. c3d8cd4 BUG/MEDIUM: dns: don't randomly crash on out-of-memory by Willy Tarreau · Sat Oct 01 09:20:32 2016 +0200
  46. 3cf7f98 MINOR: dns: proper domain name validation when receiving DNS response by Baptiste Assmann · Sun Apr 17 22:43:26 2016 +0200
  47. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · Sat May 14 11:26:22 2016 +0200
  48. bcbd491 CLEANUP/MINOR dns: comment do not follow up code update by Baptiste Assmann · Mon Apr 18 19:42:57 2016 +0200
  49. 5457eb4 CLEANUP: dns: Removing usless variable & assignation by Erwan Velu · Thu Oct 15 15:07:26 2015 +0200
  50. 8ab7942 BUG/MINOR: Fix endiness issue in DNS header creation code by Nenad Merdanovic · Wed Jul 13 14:03:43 2016 +0200
  51. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · Wed Jul 13 11:59:39 2016 +0200
  52. 9b7125c BUG/MEDIUM: dns: fix alignment issue when building DNS queries by Vincent Bernat · Fri Apr 08 22:17:45 2016 +0200
  53. 6f79aca BUG/MINOR: DNS: resolution structure change by Baptiste Assmann · Tue Apr 05 21:19:51 2016 +0200
  54. 060e573 BUG/MINOR: dns: trigger a DNS query type change on resolution timeout by Baptiste Assmann · Wed Jan 06 02:01:59 2016 +0100
  55. 382824c BUG/MINOR: dns: inapropriate way out after a resolution timeout by Baptiste Assmann · Wed Jan 06 01:53:46 2016 +0100
  56. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  57. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  58. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · Wed Feb 17 22:05:30 2016 +0100
  59. ada3484 MEDIUM: dns: extract options by Thierry Fournier · Wed Feb 17 21:25:09 2016 +0100
  60. b1af23e MINOR: fix the return type for dns_response_get_query_id() function by Thiago Farina · Wed Jan 20 23:46:34 2016 +0100
  61. e4c4b7d BUG/MINOR: dns: unable to parse CNAMEs response by Baptiste Assmann · Wed Oct 28 02:10:02 2015 +0100
  62. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · Mon Oct 19 22:29:51 2015 +0000
  63. 5d681ba BUG/MINOR: dns: parsing error of some DNS response by Baptiste Assmann · Thu Oct 15 15:23:28 2015 +0200
  64. 8c62c47 BUG: dns: can't connect UDP socket on FreeBSD by Baptiste Assmann · Mon Sep 21 20:55:08 2015 +0200
  65. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · Wed Sep 09 00:54:38 2015 +0200
  66. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · Wed Sep 09 00:51:08 2015 +0200
  67. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · Wed Sep 09 00:46:58 2015 +0200
  68. 3440f0d MEDIUM: dns: handling of truncated response by Baptiste Assmann · Wed Sep 02 22:08:38 2015 +0200
  69. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · Wed Sep 02 21:58:32 2015 +0200
  70. 01daef3 MINOR: dns: coding style update by Baptiste Assmann · Wed Sep 02 22:05:24 2015 +0200
  71. 2359ff1 BUG/MEDIUM: DNS resolution response parsing broken by Baptiste Assmann · Fri Aug 07 11:24:05 2015 +0200
  72. 37bb372 MINOR: DNS counters: increment valid counter by Baptiste Assmann · Fri Aug 07 10:18:32 2015 +0200
  73. d69d6f3 BUG/MAJOR: dns: fix the length of the string to be copied by Willy Tarreau · Wed Jul 22 16:45:36 2015 +0200
  74. 2100b49 CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char by Willy Tarreau · Wed Jul 22 16:42:43 2015 +0200
  75. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200