Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-09-22 | people are starting to bump into the limit of 50 dns workers. | Roger Dingledine |
2004-09-21 | Attach dummy resolve connections to a circuit *before* calling dns_resolve().... | Nick Mathewson |
2004-09-21 | bugfix: when a resolve fails for a begin request, actually send | Roger Dingledine |
2004-09-21 | Bugfix: When a dns request failed, we would detach any "resolving" streams fr... | Nick Mathewson |
2004-08-25 | Fix a symptom for a bug that straycat found. | Roger Dingledine |
2004-08-08 | let children survive sigint, sigterm, etc. | Roger Dingledine |
2004-08-05 | note a bug in our dns error handling. we should fix this sometime. | Roger Dingledine |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-06 | Fix bug reported by peter palfrader: an empty address is unresolvable, but no... | Nick Mathewson |
2004-07-04 | When tor_lookup_hostname says 0.0.0.0, treat it as an error. | Nick Mathewson |
2004-06-17 | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson |
2004-06-06 | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too | Nick Mathewson |
2004-06-02 | be sure to detach streams from the circuit linked list before freeing them | Roger Dingledine |
2004-06-02 | Only connection_dns_remove resolving exit connections | Nick Mathewson |
2004-06-01 | Add more asserts to dns-pending connections; fix a couple seeming bugs. | Nick Mathewson |
2004-05-21 | when the dns resolve is cancelled, or fails, be sure to remove | Roger Dingledine |
2004-05-19 | do all the heavy lifting in connection_about_to_close_connection, | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make some functions static | Nick Mathewson |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | a few more pieces of markup | Roger Dingledine |
2004-05-10 | more cleanup, including fleshing out or.h more | Roger Dingledine |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
2004-04-28 | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson |
2004-04-28 | bug resolved (hopefully), so remove comment | Roger Dingledine |
2004-04-28 | clean dns.c better | Roger Dingledine |
2004-04-28 | fix a bug in dns.c, note but don't fix another one | Roger Dingledine |
2004-04-28 | Workarounds for a couple of pieces of windows strangeness. | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-11 | Cosmetic patch for arma's fix for The Bug: Don't set the state to | Nick Mathewson |
2004-04-09 | continue beating at pieces of The Bug | Roger Dingledine |
2004-04-09 | if dns resolve is valid, but our exit policy rejects it or | Roger Dingledine |