| Commit message (Expand) | Author | Age |
* | Try to make tor work better through squid: Limit number of descriptors we fetch | Peter Palfrader | 2006-02-03 |
* | Add a new config option ExitPolicyRejectPrivate which defaults to 1. | Roger Dingledine | 2006-02-01 |
* | Try to fix policy_includes_addr_mask_implicitly() | Peter Palfrader | 2006-02-01 |
* | Also catch 0/8 in exit_policy_implicitly_allows_local_networks() | Peter Palfrader | 2006-02-01 |
* | make it louder when we're running an unrecommended version. | Roger Dingledine | 2006-01-24 |
* | 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 |
* | add another assert to make sure we're not scribbling on the stack. | Roger Dingledine | 2006-01-17 |
* | Clients should not download descriptors for non-running descriptors. | Nick Mathewson | 2006-01-16 |
* | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson | 2006-01-12 |
* | When the controller was submitting a descriptor, we were checking to make | Roger Dingledine | 2006-01-12 |
* | Fix memory leak in routerlist_remove_old_routers(). | Nick Mathewson | 2006-01-11 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | Be more aggressive about throwing away expired router descriptors: they are o... | Nick Mathewson | 2006-01-10 |
* | When picking a random directory, prefer non-authorities if any are known. | Nick Mathewson | 2006-01-09 |
* | Fix bug 236: caches should cache up to 16 unrecognized network-status docs. | Nick Mathewson | 2006-01-08 |
* | Dont call directory_get_from_dirserver when you have a particular dirserver i... | Nick Mathewson | 2006-01-06 |
* | short-circuit half the cost of node-picking in the general case. | Roger Dingledine | 2006-01-05 |
* | cleanups, and remove some unreachable code. | Roger Dingledine | 2006-01-04 |
* | authdirs now stop whining so loudly about bad descriptors that they fetch | Roger Dingledine | 2006-01-04 |
* | oh, it was supposed to compile? | Roger Dingledine | 2006-01-03 |
* | don't try to build circuits until we have 3 running servers; | Roger Dingledine | 2006-01-03 |
* | when we choose not to use a server descriptor from our cache, don't | Roger Dingledine | 2006-01-03 |
* | Finish implementing config's EntryNodes and StrictEntryNodes option. | Roger Dingledine | 2005-12-31 |
* | load balance a bit better by taking some load off the really | Roger Dingledine | 2005-12-30 |
* | fix a typo | Roger Dingledine | 2005-12-30 |
* | Appease some verbose GCC warnings. | Nick Mathewson | 2005-12-29 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | Make directory caches a little less chatty when logging | Nick Mathewson | 2005-12-27 |
* | Make insert_old try hard to never add a duplicate. | Nick Mathewson | 2005-12-27 |
* | Implement new directory logic: download by descriptor digest, not by key dige... | Nick Mathewson | 2005-12-27 |
* | fix segfault when specifying DirServer without nickname | Roger Dingledine | 2005-12-18 |
* | Instead of "Network down", say "Is your network connection down?" | Nick Mathewson | 2005-12-15 |
* | ah ha, that variable was static. not useless after all. | Roger Dingledine | 2005-12-15 |
* | clean up a lot message, and remove a line that does nothing. | Roger Dingledine | 2005-12-15 |
* | fix compile | 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 |
* | put back in a todo comment, so we don't forget. | Roger Dingledine | 2005-12-15 |
* | Whitespace fixes; comments. | Nick Mathewson | 2005-12-15 |
* | Flip a misplaced not | Nick Mathewson | 2005-12-15 |
* | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d... | Nick Mathewson | 2005-12-15 |
* | implement weasel's suggestion to fix the bug that newly bootstrapped | Roger Dingledine | 2005-12-15 |
* | When we mark a router as down, also mark its local_routerstatus as not runnin... | Nick Mathewson | 2005-12-14 |
* | Choose directory servers from routerstatus list, not from routerinfo list. T... | 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 |
* | Make directory authorities ignore router uploads that have only cosmetic diff... | Nick Mathewson | 2005-12-12 |
* | 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 |
* | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson | 2005-12-09 |
* | Fix bug 212: Directory authorities should not try to download server descript... | Nick Mathewson | 2005-12-06 |