summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
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
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-08-13predict required circuits better, with an eye toward makingRoger Dingledine
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-06-30Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson
2005-06-28whitespace fixRoger Dingledine
2005-06-23we were printing the number of idle dns workers incorrectly.Roger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03fix compile error if you're not multithreadedRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson
2005-04-26a bit more debug infoRoger Dingledine
2005-04-26add more debugging info to help us find the weird dns freebsd pthreads bug.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-06stop wasting time doing a case insensitive comparison for every dns nameRoger Dingledine
2005-04-06Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson
2005-04-06Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson
2005-04-06Fix format warningNick Mathewson
2005-04-06a bit more data on gene's dns threading bugRoger Dingledine
2005-04-04Make last fix work on windows too.Nick Mathewson
2005-04-04Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-14fix an assert trigger in cvs: if a resolve request fails, and the circuitRoger Dingledine
2005-03-14Renormalize whitespaceNick Mathewson
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-05Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson
2005-02-04forward-port the logic skew and double-free thingRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-19Give more useful log messages when the tor process closes dns/cpuworker conne...Nick Mathewson
2005-01-04fix duplicate dns_cancel_pending_resolve reported by Giorgos PallasRoger Dingledine