summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
2006-07-31more compile options mean more codepathsRoger Dingledine
2006-07-31 r6982@Kushana: nickm | 2006-07-31 13:47:19 -0400Nick Mathewson
2006-07-31 r6981@Kushana: nickm | 2006-07-31 13:23:26 -0400Nick Mathewson
2006-07-31 r6977@Kushana: nickm | 2006-07-31 13:01:28 -0400Nick Mathewson
2006-07-31svn:r6955Nick Mathewson
2006-07-31 r6959@Kushana: nickm | 2006-07-29 22:33:18 -0400Nick Mathewson
2006-07-30a bit more debugging for phobosRoger Dingledine
2006-07-27resolve typoRoger Dingledine
2006-07-27More asserts in dns.c Nick Mathewson
2006-07-27Get better numbers out of HT_REP_OKNick Mathewson
2006-07-27Add more asserts in dns_found_answer. This may confirm my theory that dns_pu...Nick Mathewson
2006-07-26 r6918@Kushana: nickm | 2006-07-26 15:22:28 -0400Nick Mathewson
2006-07-26 r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-07-21These asserts will either cause spurious crashes or help debug the pend->conn...Nick Mathewson
2006-07-15stick to nick's nul/null conventionRoger Dingledine
2006-07-11Add some debugging asserts to dns.c; these are too expensive to leave in perm...Nick Mathewson
2006-07-10Add a const; fix a (probably harmless) bug when storing a resolve we forgot w...Nick Mathewson
2006-07-07When using eventdns: suppress logging of addresses when SafeLogging is active...Nick Mathewson
2006-07-05Clean up eventdns messages.Nick Mathewson
2006-07-05Add plausile logging support to eventdns; stop putting stuff onto stdout.Nick Mathewson
2006-06-15fix spacingRoger Dingledine
2006-06-12Finally solve the "closing wedged cpuworkers" bug. Woo.Roger Dingledine
2006-06-06We got an obscure report of an assert error on a windows Tor server withRoger Dingledine
2006-06-05Try to log useful messages at info and debug about what we are resolving and ...Nick Mathewson
2006-06-05Hm. Where did we put that ntohl the last time we were juggling it? (ho...Nick Mathewson
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson
2006-06-03Make dns.c use eventdns.c -- but only when you pass the --enable-eventdns arg...Nick Mathewson
2006-05-23add a few more debugging lines to help mikec track down hisRoger Dingledine
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-03-19Allow non-printable characters for exit streams (both forRoger Dingledine
2006-02-13the things we do for our windows users.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2005-12-26disambiguate some debug entriesRoger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-12-03Remove "tree" references from dns.Nick Mathewson
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-10-25Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Switch remaining files to new log interface.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-23and a minor log cleanupRoger Dingledine
2005-09-22resolve lucky's recent bug: tor was exiting if we failed to spawnRoger Dingledine
2005-09-09stop notifying people about dns worker spawning and cullingRoger Dingledine
2005-09-02Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...Nick Mathewson
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine