aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2018-04-04Merge branch 'bug21394_029_redux' into maint-0.3.3Nick Mathewson
2018-04-04Bug 21394 touchup: Increase DNS attempts to 3Dhalgren
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-11-17Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-16Downgrade evdns warnings about weird replies.Nick Mathewson
2017-11-09Merge branch 'ticket12062_squashed'Nick Mathewson
2017-11-09Audit all of the "is the network turned off" checks.Nick Mathewson
2017-11-05Merge branch 'bug21394_029' into maint-0.3.2Nick Mathewson
2017-11-05Fix DNS resolution on busy exit relaysSebastian Hahn
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-11Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-08-03Switch to offsetof()Neel Chauhan
2017-07-01general formatting / whitespace / typo fixesRoger Dingledine
2017-06-23Merge branch 'bug3056_squashed'Nick Mathewson
2017-06-23Improve clarity, safety, and rate of dns spoofing log msgNick Mathewson
2017-05-30Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-05-26Cleanup MOCK_IMPL (etc) to be findable with etagsNick Mathewson
2017-05-15Fix assertion to actually have a chance of failingNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-18Merge branch 'bug19769_19025_029'Nick Mathewson
2017-01-18Initialise DNS TTL for A and AAAA records.Philipp Winter
2017-01-18DefecTor countermeasure: change server- and client-side DNS TTL clippingNick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-10-24Seventh test case for dns_resolve_impl().rl1987
2015-10-24Sixth test case for dns_resolve_impl.rl1987
2015-10-24Add a fifth unit test.rl1987
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987
2015-03-14Remove relative paths to header files.cypherpunks
2015-01-12Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-12Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5Nick Mathewson
2015-01-08Avoid attempts to double-remove edge connections from the DNS resolver.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-05-06Fix compilation with DEBUG_DNS_CACHENick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-04-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-07Fix a small memory leak when resolving PTR addressesNick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2013-09-19Fix compilation with libevent 1Nick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-08-19finalised fix on libevent open string issueCristian Toader
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-07-26Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson