Age | Commit message (Expand) | Author |
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 |
2004-04-09 | get more serious about hunting The Bug | Roger Dingledine |
2004-04-07 | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson |
2004-03-29 | 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-28 | make dns resolves a lot faster | Roger Dingledine |
2004-03-28 | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine |
2004-03-20 | deal with hardware word alignment | Roger Dingledine |
2004-03-12 | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine |
2004-03-12 | bugfix: we were caching transient dns failures | Roger Dingledine |
2004-03-11 | Make all the other read/writes into recv/sends, except when they shouldn't be. | Nick Mathewson |
2004-03-06 | stop asserting that computers always go forward in time | Roger Dingledine |
2004-03-04 | make workers explain their death better when tor dies | Roger Dingledine |
2004-03-04 | bugfix: don't pass complex things to the connection_mark_for_close macro | Roger Dingledine |
2004-03-04 | Clean up dns->connection_mark_for_close->dns_remove path | Nick Mathewson |
2004-02-28 | fix the function comment | Roger Dingledine |
2004-02-28 | Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a | Nick Mathewson |
2004-02-28 | add a log_warn to notify us of yet another potential dns.c bug | Roger Dingledine |
2004-02-28 | Make dns_cancel_pending_resolve less agressive. | Nick Mathewson |
2004-02-28 | Fix bug on dns_found_answer from mark_to_close stuff. | Nick Mathewson |
2004-02-28 | remove assert from dns.c that's no longer true: | Roger Dingledine |
2004-02-28 | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson |