aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
Commit message (Expand)AuthorAge
...
* 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
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* people are starting to bump into the limit of 50 dns workers.Roger Dingledine2004-09-22
* Attach dummy resolve connections to a circuit *before* calling dns_resolve()....Nick Mathewson2004-09-21
* bugfix: when a resolve fails for a begin request, actually sendRoger Dingledine2004-09-21
* Bugfix: When a dns request failed, we would detach any "resolving" streams fr...Nick Mathewson2004-09-21
* Fix a symptom for a bug that straycat found.Roger Dingledine2004-08-25
* let children survive sigint, sigterm, etc.Roger Dingledine2004-08-08
* note a bug in our dns error handling. we should fix this sometime.Roger Dingledine2004-08-05
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Fix bug reported by peter palfrader: an empty address is unresolvable, but no...Nick Mathewson2004-07-06
* When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson2004-07-04
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
* Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings tooNick Mathewson2004-06-06
* be sure to detach streams from the circuit linked list before freeing themRoger Dingledine2004-06-02
* Only connection_dns_remove resolving exit connectionsNick Mathewson2004-06-02
* Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson2004-06-01
* when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine2004-05-21
* do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine2004-05-19
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make some functions staticNick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* a few more pieces of markupRoger Dingledine2004-05-10
* more cleanup, including fleshing out or.h moreRoger Dingledine2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson2004-04-28
* bug resolved (hopefully), so remove commentRoger Dingledine2004-04-28
* clean dns.c betterRoger Dingledine2004-04-28
* fix a bug in dns.c, note but don't fix another oneRoger Dingledine2004-04-28
* Workarounds for a couple of pieces of windows strangeness.Nick Mathewson2004-04-28
* use tor_assertRoger Dingledine2004-04-25
* Cosmetic patch for arma's fix for The Bug: Don't set the state toNick Mathewson2004-04-11