aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ...•••svn:r4894 Nick Mathewson2005-09-02
* rotate dns and cpu workers if the controller changes options that•••will affect them. svn:r4787 Roger Dingledine2005-08-15
* initialize the dns worker cache tree whether or not we start•••out as a server. svn:r4785 Roger Dingledine2005-08-15
* predict required circuits better, with an eye toward making•••hidden services faster on the service end. svn:r4772 Roger Dingledine2005-08-13
* Be consistent about preferring foo* to struct foo*•••svn:r4637 Nick Mathewson2005-07-22
* Make errors retrievable from tor_socketpair; resolve bug 163.•••svn:r4509 Nick Mathewson2005-06-30
* whitespace fix•••svn:r4500 Roger Dingledine2005-06-28
* we were printing the number of idle dns workers incorrectly.•••svn:r4477 Roger Dingledine2005-06-23
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411 Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* Make Tor compile with no warnings with gcc4.0 on OSX•••svn:r4184 Nick Mathewson2005-05-07
* fix compile error if you're not multithreaded•••svn:r4177 Roger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages. svn:r4174 Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forking•••svn:r4173 Nick Mathewson2005-05-03
* a bit more debug info•••svn:r4119 Roger Dingledine2005-04-26
* add more debugging info to help us find the weird dns freebsd pthreads bug.•••svn:r4117 Roger Dingledine2005-04-26
* clean up this TOR_FRAGILE business•••svn:r4116 Roger Dingledine2005-04-26
* stop wasting time doing a case insensitive comparison for every dns name•••every time we do any lookup. canonicalize the names to lowercase and be done with it. svn:r4035 Roger Dingledine2005-04-06
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...•••svn:r4026 Nick Mathewson2005-04-06
* Add a pointer from edge connections to their corresponding circuit (ulp!); ad...•••svn:r4024 Nick Mathewson2005-04-06
* Fix format warning•••svn:r4022 Nick Mathewson2005-04-06
* a bit more data on gene's dns threading bug•••svn:r4019 Roger Dingledine2005-04-06
* Make last fix work on windows too.•••svn:r4009 Nick Mathewson2005-04-04
* Fix possible bug on threading platforms with running out of fds do to cpuwork...•••svn:r4008 Nick Mathewson2005-04-04
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* fix an assert trigger in cvs: if a resolve request fails, and the circuit•••has vanished in the meantime, then we would both mark it for close (i.e. put it on the closeable list) and also immediately free it. svn:r3759 Roger Dingledine2005-03-14
* Renormalize whitespace•••svn:r3757 Nick Mathewson2005-03-14
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...•••svn:r3720 Nick Mathewson2005-03-01
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...•••svn:r3614 Nick Mathewson2005-02-11
* Fix tor-resolve implementation to prevent crashes and send resolves when we s...•••svn:r3561 Nick Mathewson2005-02-05
* forward-port the logic skew and double-free thing•••svn:r3549 Roger Dingledine2005-02-04
* define TOR_FRAGILE if you want tor to give you a core when•••something goes wrong. this should only be used by people actively tracking bugs. svn:r3487 Roger Dingledine2005-02-01
* forward-port the dns and maxconn fixes•••svn:r3448 Roger Dingledine2005-01-28
* Give more useful log messages when the tor process closes dns/cpuworker conne...•••svn:r3373 Nick Mathewson2005-01-19
* fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas•••svn:r3293 Roger Dingledine2005-01-04
* bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.•••one day we should try to figure out what's actually going on here. svn:r3280 Roger Dingledine2005-01-04
* More work on task #43: fix race conditions on multithreaded (win32) servers.•••svn:r3251 Nick Mathewson2005-01-03
* Possible fix for task #43: when running on a multithreaded environment (curre...•••svn:r3247 Nick Mathewson2005-01-03
* clean up logging,•••make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138 Roger Dingledine2004-12-13
* More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...•••svn:r3092 Nick Mathewson2004-12-06
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me. svn:r3005 Roger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* break reached_eof() out of process_inbuf()•••svn:r2930 Roger Dingledine2004-11-21
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* Make options no longer a global variable.•••Now we can try setting an option but back out if it fails to parse, or if it's disallowed (e.g. changing RunAsDaemon from 1 to 0). Use parse_line_from_str rather than parse_line_from_file. svn:r2692 Roger Dingledine2004-11-06