| Commit message (Expand) | Author | Age |
* | make entry guard logs even quieter | Roger Dingledine | 2006-03-10 |
* | don't abandon entry guards until they've been dead a whole month. | Roger Dingledine | 2006-03-09 |
* | clean up a log message | Roger Dingledine | 2006-02-21 |
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
* | convert some more source files to the new log convention | Roger Dingledine | 2006-02-13 |
* | Clients now honor the "guard" flag in the router status when | Roger Dingledine | 2006-02-12 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | tweak comment | Roger Dingledine | 2006-02-09 |
* | avoid a minor confusing log message | Roger Dingledine | 2006-02-01 |
* | only start testing reachability once we've established a circuit. | Roger Dingledine | 2006-01-29 |
* | oh, and the other bits of the commit | Roger Dingledine | 2006-01-17 |
* | we were leaking a smartlist every time we built a circuit | Roger Dingledine | 2006-01-11 |
* | Fix wide lines | Nick Mathewson | 2006-01-11 |
* | if we learn that a down entry guard is up, count our working entry | Roger Dingledine | 2006-01-11 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | and even more so | Roger Dingledine | 2006-01-10 |
* | make entry node logging slightly less chatty. | Roger Dingledine | 2006-01-10 |
* | "Pending" is a bad term for a circuit that uses your server as its last hop. | Roger Dingledine | 2006-01-07 |
* | helper nodes are dead | Roger Dingledine | 2006-01-07 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | strictentrynodes means we should clear the current entry_nodes list. | Roger Dingledine | 2006-01-02 |
* | get rid of the special case for 'testing' circuits | Roger Dingledine | 2005-12-31 |
* | Finish implementing config's EntryNodes and StrictEntryNodes option. | Roger Dingledine | 2005-12-31 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | but only close the new conn if one of the earlier helper nodes | Roger Dingledine | 2005-12-28 |
* | but only close it if we have marked an earlier helper as up. | Roger Dingledine | 2005-12-28 |
* | when we connect to a helper node for the first time, close | Roger Dingledine | 2005-12-28 |
* | when we succeed at connecting to a helper that we've never connected | Roger Dingledine | 2005-12-27 |
* | helpful log | Roger Dingledine | 2005-12-27 |
* | slightly more accurate log messages | Roger Dingledine | 2005-12-27 |
* | first cut of the new helper stuff. seems to work in the normal | Roger Dingledine | 2005-12-27 |
* | normalize spaces | Nick Mathewson | 2005-12-27 |
* | comments? i'll show you comments. | Roger Dingledine | 2005-12-26 |
* | prevent a rare infinite loop on two-byte architectures, | Roger Dingledine | 2005-12-25 |
* | stop being sneaky, especially if we're being incorrectly sneaky | Roger Dingledine | 2005-12-24 |
* | more comments, and start to use the made_contact entry. | Roger Dingledine | 2005-12-24 |
* | simplify because we weren't using those return values anyway | Roger Dingledine | 2005-12-24 |
* | start to document the helper node functions | Roger Dingledine | 2005-12-24 |
* | fix a seg fault when you finish connecting to a server but | Roger Dingledine | 2005-12-18 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | bugfix: when we removed a dead helper node, we never committed that | Roger Dingledine | 2005-12-13 |
* | Don't use helper nodes for circuits with purpose 'testing'. | Roger Dingledine | 2005-12-11 |
* | when removing dead helpers, only write or_state to disk once at the | Roger Dingledine | 2005-12-11 |
* | fix yet another time comparison bug. we were abandoning helpers | Roger Dingledine | 2005-12-11 |
* | fix an error in reporting why we abandoned a helper node | Roger Dingledine | 2005-12-11 |
* | choose helper nodes to have high capacity always | Roger Dingledine | 2005-12-11 |
* | explain why 0.1.1.9-alpha-cvs is a special version. | Roger Dingledine | 2005-12-10 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | crank the max line limit down to 150 chars. | Roger Dingledine | 2005-12-10 |
* | when we're checking reachability, make it clearer in the logs | Roger Dingledine | 2005-12-08 |