1. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  2. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · 7 years ago
  3. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  4. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · 7 years ago
  5. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · 7 years ago
  6. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · 7 years ago
  7. 572ab8b MINOR: dns: new dns record type (RTYPE) for OPT by Baptiste Assmann · 7 years ago
  8. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  9. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  10. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  11. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · 7 years ago
  12. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · 7 years ago
  13. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  14. d0aa6d2 MINOR: dns: smallest DNS fqdn size by Baptiste Assmann · 7 years ago
  15. 987e16d MINOR: dns: implement extra 'hold' timers. by Baptiste Assmann · 8 years ago
  16. 83b0a17 MINOR: dns: comments in types/dns.h about structures endianness by Baptiste Assmann · 8 years ago
  17. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago
  18. 5748f73 MINOR: dns: new DNS structures to store received packets by Baptiste Assmann · 9 years ago
  19. ed97c95 MINOR: dns: new macro to compute DNS header size by Baptiste Assmann · 9 years ago
  20. 4ec076f MINOR: dns: new MAX values by Baptiste Assmann · 9 years ago
  21. d20bbaf MINOR: dns: wrong DNS_MAX_UDP_MESSAGE value by Baptiste Assmann · 8 years ago
  22. 8ab7942 BUG/MINOR: Fix endiness issue in DNS header creation code by Nenad Merdanovic · 8 years ago
  23. f2ebcb4 BUG/MEDIUM: dns: unbreak DNS resolver after header fix by Lukas Tribus · 8 years ago
  24. e2f8497 BUG/MINOR: dns: fix DNS header definition by Vincent Bernat · 8 years ago
  25. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  26. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  27. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · 9 years ago
  28. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · 9 years ago
  29. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · 9 years ago
  30. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · 9 years ago
  31. 6cdea93 MINOR: dns: dns_nameserver structure update: new counter for truncated response by Baptiste Assmann · 9 years ago
  32. 042d0a1 MINOR: dns: new bitmasks to use against DNS flags by Baptiste Assmann · 9 years ago
  33. 189363e MINOR: dns: dns_resolution structure update: time_t to unsigned int by Baptiste Assmann · 9 years ago
  34. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago