summaryrefslogtreecommitdiff
path: root/src/or/dns.c
AgeCommit message (Expand)Author
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
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-06Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings tooNick Mathewson
2004-06-02be sure to detach streams from the circuit linked list before freeing themRoger Dingledine
2004-06-02Only connection_dns_remove resolving exit connectionsNick Mathewson
2004-06-01Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson
2004-05-21when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine
2004-05-19do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make some functions staticNick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10a few more pieces of markupRoger Dingledine
2004-05-10more cleanup, including fleshing out or.h moreRoger Dingledine
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28bug resolved (hopefully), so remove commentRoger Dingledine
2004-04-28clean dns.c betterRoger Dingledine
2004-04-28fix a bug in dns.c, note but don't fix another oneRoger Dingledine
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-11Cosmetic patch for arma's fix for The Bug: Don't set the state toNick Mathewson