aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
* Make errors retrievable from tor_socketpair; resolve bug 163.Nick Mathewson2005-06-30
* whitespace fixRoger Dingledine2005-06-28
* we were printing the number of idle dns workers incorrectly.Roger Dingledine2005-06-23
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* fix compile error if you're not multithreadedRoger Dingledine2005-05-03
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Call tor_free_all instead of connections_free_all after forkingNick Mathewson2005-05-03
* a bit more debug infoRoger Dingledine2005-04-26
* add more debugging info to help us find the weird dns freebsd pthreads bug.Roger Dingledine2005-04-26
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* stop wasting time doing a case insensitive comparison for every dns nameRoger Dingledine2005-04-06
* Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...Nick Mathewson2005-04-06
* Add a pointer from edge connections to their corresponding circuit (ulp!); ad...Nick Mathewson2005-04-06
* Fix format warningNick Mathewson2005-04-06
* a bit more data on gene's dns threading bugRoger Dingledine2005-04-06
* Make last fix work on windows too.Nick Mathewson2005-04-04
* Fix possible bug on threading platforms with running out of fds do to cpuwork...Nick Mathewson2005-04-04
* update copyright notices.Nick Mathewson2005-04-01
* fix an assert trigger in cvs: if a resolve request fails, and the circuitRoger Dingledine2005-03-14
* Renormalize whitespaceNick Mathewson2005-03-14
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...Nick Mathewson2005-03-01
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* Fix tor-resolve implementation to prevent crashes and send resolves when we s...Nick Mathewson2005-02-05
* forward-port the logic skew and double-free thingRoger Dingledine2005-02-04
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* forward-port the dns and maxconn fixesRoger Dingledine2005-01-28
* Give more useful log messages when the tor process closes dns/cpuworker conne...Nick Mathewson2005-01-19
* fix duplicate dns_cancel_pending_resolve reported by Giorgos PallasRoger Dingledine2005-01-04
* bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine2005-01-04
* More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson2005-01-03
* Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson2005-01-03
* clean up logging,Roger Dingledine2004-12-13
* More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson2004-12-06
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Fix windows buildNick Mathewson2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16