| Commit message (Expand) | Author | Age |
* | More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m... | Nick Mathewson | 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-06 |
* | send an end to the streams we close when we hibernate, rather | Roger Dingledine | 2004-12-05 |
* | check if we have a cached resolve for a tor-resolve address *after* | Roger Dingledine | 2004-12-05 |
* | fix a minor leak in my recent commit | Roger Dingledine | 2004-12-05 |
* | talk about quotas rather than bandwidths, in the logs | Roger Dingledine | 2004-12-05 |
* | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine | 2004-12-05 |
* | plus add a comment re: the previous bug | Roger Dingledine | 2004-12-04 |
* | bugfix: router_exit_policy_rejects_all() was broken, so we were | 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 |
* | whoops | 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 |
* | make circuit building and router parsing less noisy | Roger Dingledine | 2004-12-04 |
* | while hibernating, hup should not regrow our listeners. | Roger Dingledine | 2004-12-03 |
* | clean up 3 more underflow possibilities | Roger Dingledine | 2004-12-02 |
* | fix redundant (and dangerous) NUL termination | Roger Dingledine | 2004-12-02 |
* | check for duplicate circuit ID _after_ updating circ_id_type. | Nick Mathewson | 2004-12-01 |
* | move StatusFetchPeriod to 15 minutes so it's within bounds by default | Roger Dingledine | 2004-12-01 |
* | one more typo | Roger Dingledine | 2004-12-01 |
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 |
* | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson | 2004-12-01 |
* | do even less inside our signal handler, | Roger Dingledine | 2004-12-01 |
* | Clarify chosen tag progression | Nick Mathewson | 2004-11-30 |
* | clean obsolete circuit_log_path code | Roger Dingledine | 2004-11-30 |
* | clean up the other "Tell Roger" log that dfc keeps getting | Roger Dingledine | 2004-11-30 |
* | write down our "how to have two defaults for dirfetchperiod" | 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 |
* | use shorter minimum key lifetime until 008 is dead | Nick Mathewson | 2004-11-30 |
* | doxygen uses backslashes, not forward-slashes | Nick Mathewson | 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 |
* | Make version parsing tests pass | Nick Mathewson | 2004-11-30 |
* | Enforce coding style. | Nick Mathewson | 2004-11-30 |
* | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos... | Nick Mathewson | 2004-11-30 |
* | note possible alternative for how to do CVS versions; ask arma which he likes. | Nick Mathewson | 2004-11-29 |
* | Implement new version format for post 0.1. | Nick Mathewson | 2004-11-29 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Fetch cached running-routers from servers that serve it (that is, authdirserv... | Nick Mathewson | 2004-11-29 |
* | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine | 2004-11-29 |
* | After implementing a feature, remember to disable the error message you used ... | Nick Mathewson | 2004-11-29 |
* | accept *:706 (silc) by default | Roger Dingledine | 2004-11-28 |
* | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | 2004-11-28 |
* | correct multiple internal spaces | Nick Mathewson | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |