summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
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
2005-01-04bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
2005-01-03Possible fix for task #43: when running on a multithreaded environment (curre...Nick Mathewson
2004-12-13clean up logging,Roger Dingledine
2004-12-06More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-10-27Fix windows buildNick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-09-22people are starting to bump into the limit of 50 dns workers.Roger Dingledine
2004-09-21Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson
2004-09-21bugfix: when a resolve fails for a begin request, actually sendRoger Dingledine
2004-09-21Bugfix: When a dns request failed, we would detach any "resolving" streams fr...Nick Mathewson
2004-08-25Fix a symptom for a bug that straycat found.Roger Dingledine
2004-08-08let children survive sigint, sigterm, etc.Roger Dingledine
2004-08-05note a bug in our dns error handling. we should fix this sometime.Roger Dingledine
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-06Fix bug reported by peter palfrader: an empty address is unresolvable, but no...Nick Mathewson
2004-07-04When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson