aboutsummaryrefslogtreecommitdiff
path: root/src/ext/eventdns.c
AgeCommit message (Expand)Author
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-06-17Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONScypherpunks
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-02-16Merge branch 'bug17852_revised'Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-01ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which ...Jeremy
2015-03-14Remove relative paths to header files.cypherpunks
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance -- this one in the eventdns.c codeNick Mathewson
2014-02-12eventdns.c: survive broken resolv.conf filesNick Mathewson
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-03-18Remove an unused local variable.Nick Mathewson
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
2013-02-04Whoops: evdns_log, not tor_log, in src/ext/eventdns.cNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-11Handle EWOULDBLOCK as EAGAIN if they happen to be different.Nick Mathewson
2012-10-15Fix a reserved identifier that my scripts missedNick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson