| Commit message (Expand) | Author | Age |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | 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-27 |
* | 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-16 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | people are starting to bump into the limit of 50 dns workers. | Roger Dingledine | 2004-09-22 |
* | 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-09-21 |
* | Fix a symptom for a bug that straycat found. | Roger Dingledine | 2004-08-25 |
* | let children survive sigint, sigterm, etc. | Roger Dingledine | 2004-08-08 |
* | note a bug in our dns error handling. we should fix this sometime. | Roger Dingledine | 2004-08-05 |
* | stop using atexit() to remove our pid, since it's called | Roger Dingledine | 2004-07-22 |
* | Fix bug reported by peter palfrader: an empty address is unresolvable, but no... | Nick Mathewson | 2004-07-06 |
* | When tor_lookup_hostname says 0.0.0.0, treat it as an error. | Nick Mathewson | 2004-07-04 |
* | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson | 2004-06-17 |
* | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too | Nick Mathewson | 2004-06-06 |
* | 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-02 |
* | Add more asserts to dns-pending connections; fix a couple seeming bugs. | Nick Mathewson | 2004-06-01 |
* | when the dns resolve is cancelled, or fails, be sure to remove | Roger Dingledine | 2004-05-21 |
* | do all the heavy lifting in connection_about_to_close_connection, | Roger Dingledine | 2004-05-19 |
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | Make some functions static | Nick Mathewson | 2004-05-12 |
* | 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-10 |
* | more doxygen markup | Roger Dingledine | 2004-05-09 |
* | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine | 2004-05-06 |
* | Comments for nearly all non-tricky files | Nick Mathewson | 2004-05-05 |
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 |
* | 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-28 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | Cosmetic patch for arma's fix for The Bug: Don't set the state to | Nick Mathewson | 2004-04-11 |
* | 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 | 2004-04-09 |
* | get more serious about hunting The Bug | Roger Dingledine | 2004-04-09 |
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
* | clean up a few more bugs | Roger Dingledine | 2004-03-29 |
* | make normal exit nodes less likely to crash from the conn-munging bug | Roger Dingledine | 2004-03-29 |
* | make dns resolves a lot faster | Roger Dingledine | 2004-03-28 |
* | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | 2004-03-28 |