| Commit message (Expand) | Author | Age |
* | don't connection_edge_end() on eof if we're already marked for close, | Roger Dingledine | 2004-12-24 |
* | clean up logging, | Roger Dingledine | 2004-12-13 |
* | 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-07 |
* | 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-06 |
* | 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-05 |
* | 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-12-04 |
* | 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-30 |
* | 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-29 |
* | 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-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | 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-24 |
* | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | 2004-11-22 |
* | 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-21 |
* | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine | 2004-11-20 |
* | clean up socks handling, refuse connections to port 0 | Roger Dingledine | 2004-11-15 |
* | Remove redundant declaration | Nick Mathewson | 2004-11-14 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson | 2004-11-12 |
* | remove extraneous variable | Roger Dingledine | 2004-11-10 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 2004-11-09 |
* | Resolve many XXXs and all DOCDOCs | Nick Mathewson | 2004-11-09 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine | 2004-11-03 |
* | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | 2004-11-03 |
* | implement first piece of hibernation | Roger Dingledine | 2004-10-31 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strcpy. | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Add "pass" target for RedirectExit, to make it easier to break out of a seque... | Nick Mathewson | 2004-10-19 |
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
* | use connection_edge_is_rendezvous_stream() more | Roger Dingledine | 2004-10-17 |