aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-25libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka1-40/+40
2019-03-07libdns: Avoid using compound literals (7).NIIBE Yutaka1-5/+10
2019-03-07libdns: Avoid using compound literals (6).NIIBE Yutaka1-26/+47
2019-03-07libdns: Avoid using compound literals (5).NIIBE Yutaka1-1/+2
2019-03-07libdns: Avoid using compound literals (4).NIIBE Yutaka1-2/+6
2019-03-07libdns: Avoid using compound literals (3).NIIBE Yutaka1-9/+18
2019-03-07libdns: Avoid using compound literals (2).NIIBE Yutaka1-6/+9
2019-03-07libdns: Avoid using compound literals.NIIBE Yutaka1-5/+10
2018-12-18Silence compiler warnings new with gcc 8.Werner Koch1-5/+12
2018-07-02libdns: For SOCKS connection, just fails.NIIBE Yutaka1-1/+1
2018-06-20libdns: Let kernel to decide the local port.NIIBE Yutaka1-0/+3
2018-06-18libdns: Fix for non-FQDN hostname.NIIBE Yutaka1-5/+8
2018-06-18libdns: Fix connect and try next nameserver when ECONNREFUSED.NIIBE Yutaka1-2/+23
2018-06-18libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka1-0/+4
2018-06-18libdns: Sync to upstream.NIIBE Yutaka1-10/+2
2017-07-25dirmngr: Add annotation for fallthrough.NIIBE Yutaka1-41/+41
2017-07-20dnsmngr: Fix use of CPP.NIIBE Yutaka1-5/+23
2017-06-13dirmngr: Implement querying nameservers over IPv6.Justus Winter1-1/+179
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-25dirmngr: Fix aliasing problem in dns.c.NIIBE Yutaka1-16/+18
2017-04-13dirmngr: More fix for Windows.NIIBE Yutaka1-1/+5
2017-04-12dirmngr: Fix possible null reference.NIIBE Yutaka1-2/+3
2017-04-12dirmngr: Fix plus1_ns.NIIBE Yutaka1-1/+4
2017-04-12dirmngr: Use a function to increment network short.NIIBE Yutaka1-4/+13
2017-01-23libdns: Hack to skip negation term.Gaetan Bisson1-1/+9
2017-01-12libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch1-0/+13
2017-01-12libdns: Provide replacement for EPROTO.Werner Koch1-0/+4
2016-12-19dirmngr,w32: Hack around a select problem.Werner Koch1-2/+3
2016-12-14dirmngr: New libdns snapshotJustus Winter1-61/+154
2016-12-14dirmngr: Add basic libdns supportJustus Winter1-0/+11152