| Commit message (Expand) | Author | Age |
* | New config options to address bug 251: | Roger Dingledine | 2006-02-19 |
* | clean up the Reachable*Addresses changes | Roger Dingledine | 2006-02-19 |
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
* | Let the users set ControlListenAddress in the torrc. | Roger Dingledine | 2006-02-13 |
* | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson | 2006-02-12 |
* | Clients now honor the "guard" flag in the router status when | Roger Dingledine | 2006-02-12 |
* | When a client asks for an old-style directory and our write bucket | Roger Dingledine | 2006-02-11 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | correct the comments that don't realize it's the opposite | Roger Dingledine | 2006-02-09 |
* | Move "sort list of versions" logic into routerparse.c; make version-checking ... | Nick Mathewson | 2006-02-06 |
* | typos and nits | Roger Dingledine | 2006-02-05 |
* | Fix bug 225: now "attachstream 0" treats conn like it just connected, | Roger Dingledine | 2006-02-03 |
* | Add a new config option ExitPolicyRejectPrivate which defaults to 1. | Roger Dingledine | 2006-02-01 |
* | Make dirservers generate a separate "guard" flag to mean, "would make a good ... | Nick Mathewson | 2006-01-24 |
* | remove unused code | Roger Dingledine | 2006-01-20 |
* | oh, and the other bits of the commit | Roger Dingledine | 2006-01-17 |
* | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson | 2006-01-12 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | balance the reachability testing so a smidgen of it happens | Roger Dingledine | 2006-01-10 |
* | Be more aggressive about throwing away expired router descriptors: they are o... | Nick Mathewson | 2006-01-10 |
* | Instrument directory client bytes as well as server bytes. | Nick Mathewson | 2006-01-09 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | authdirs now stop whining so loudly about bad descriptors that they fetch | Roger Dingledine | 2006-01-04 |
* | when we choose not to use a server descriptor from our cache, don't | Roger Dingledine | 2006-01-03 |
* | make the "stable" flag in network-status be the median of the uptimes | Roger Dingledine | 2006-01-02 |
* | Make tor compile again | Peter Palfrader | 2005-12-31 |
* | add a TorVersion state string. | 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 |
* | when we connect to a helper node for the first time, close | Roger Dingledine | 2005-12-28 |
* | Implement new directory logic: download by descriptor digest, not by key dige... | Nick Mathewson | 2005-12-27 |
* | simplify because we weren't using those return values anyway | Roger Dingledine | 2005-12-24 |
* | Keep bandwidth history accross restarts/crashes | Peter Palfrader | 2005-12-23 |
* | nother typo | Roger Dingledine | 2005-12-15 |
* | Add "panic" option to reject all servers not in fingerprint list. | Nick Mathewson | 2005-12-15 |
* | Make clients look at the fast and stable flags in networkstatus, not at the b... | Nick Mathewson | 2005-12-15 |
* | Whitespace fixes; comments. | Nick Mathewson | 2005-12-15 |
* | add a few clarifying comments | Nick Mathewson | 2005-12-15 |
* | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d... | Nick Mathewson | 2005-12-15 |
* | Choose directory servers from routerstatus list, not from routerinfo list. T... | Nick Mathewson | 2005-12-14 |
* | Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ... | Nick Mathewson | 2005-12-14 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | Have dirctory authorites note which servers make good V2 directory caches in ... | Nick Mathewson | 2005-12-12 |
* | when we're checking reachability, make it clearer in the logs | Roger Dingledine | 2005-12-08 |
* | Document CREATE_FAST better in the code. Move our key expansion algorithm in... | Nick Mathewson | 2005-12-08 |
* | Make clients use CREATE_FAST cells. add an option to disable this. | Nick Mathewson | 2005-12-07 |
* | Fix bug 212: Directory authorities should not try to download server descript... | Nick Mathewson | 2005-12-06 |
* | Better fix for last bug: avoids trying to double-mark circuits. | Nick Mathewson | 2005-12-05 |
* | Change how OR conns get removed from the identity map; fix some warnings on s... | Nick Mathewson | 2005-12-05 |
* | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson | 2005-12-03 |