Age | Commit message (Expand) | Author |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-22 | make the addressmap internals less noisy | Roger Dingledine |
2005-02-22 | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine |
2005-02-17 | forward-port some fixes | Roger Dingledine |
2005-02-14 | Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma... | Nick Mathewson |
2005-02-10 | Add more functions to free things to help dmalloc allong. | Nick Mathewson |
2005-02-05 | Avoid double-free on tor-resolve failure | Nick Mathewson |
2005-02-05 | Fix tor-resolve implementation to prevent crashes and send resolves when we s... | Nick Mathewson |
2005-02-04 | forward-port the logic skew and double-free thing | Roger Dingledine |
2005-02-01 | reject odd-looking addresses at the client, rather than having | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-31 | stop a sigpipe. | Roger Dingledine |
2005-01-28 | forward-port the dns and maxconn fixes | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2004-12-24 | don't connection_edge_end() on eof if we're already marked for close, | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | resolve tequila's crash bug: you can't free something | Roger Dingledine |
2004-12-07 | fix the other half of the pipe race | Roger Dingledine |
2004-12-06 | answer resolved ip in network order | Roger Dingledine |
2004-12-06 | avoid using uninitialized variable | Roger Dingledine |
2004-12-06 | don't use cache for resolving .foo.exit names, but do reply immediately | Roger Dingledine |
2004-12-06 | fix indenting | Roger Dingledine |
2004-12-05 | check if we have a cached resolve for a tor-resolve address *after* | Roger Dingledine |
2004-12-05 | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine |
2004-12-04 | Now we allow writing to the buffer even when the stream if marked for | Roger Dingledine |
2004-12-04 | React to eof immediately on non-open edge connections. | Roger Dingledine |
2004-12-04 | bugfix: When we were checking to see if an ap_conn should time out | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-11-30 | clean up the other "Tell Roger" log that dfc keeps getting | Roger Dingledine |
2004-11-30 | Let resolve conns retry/expire also, rather than sticking around forever. | Roger Dingledine |
2004-11-30 | refuse .exit addresses immediately if the requested node would | Roger Dingledine |
2004-11-30 | Fix last patch | Nick Mathewson |
2004-11-30 | Rename parse_address to parse_extended_hostname (since we have other kinds of... | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine |
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-24 | make tor-resolve work, uh, more. this time for sure! | Roger Dingledine |
2004-11-24 | make tor-resolve work again | Roger Dingledine |
2004-11-24 | bugfix: let socks do multiple rounds of negotiation again | Roger Dingledine |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-21 | The crowning bugfix. | Roger Dingledine |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-21 | some more debugging aids | Roger Dingledine |
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine |
2004-11-20 | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine |
2004-11-15 | clean up socks handling, refuse connections to port 0 | Roger Dingledine |