| Commit message (Expand) | Author | Age |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | be quieter about hidserv descriptors that are too old or too new. | Roger Dingledine | 2006-02-21 |
* | 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 |
* | the things we do for our windows users. | Roger Dingledine | 2006-02-13 |
* | and don't warn when it happens here either, unless the user | Roger Dingledine | 2006-02-12 |
* | don't tell ordinary users about broken directory servers. | Roger Dingledine | 2006-02-12 |
* | stop leaking that | Roger Dingledine | 2006-02-11 |
* | 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 |
* | Only v1 authorities get hidden service descriptors with current protocol | Nick Mathewson | 2006-02-06 |
* | clean up tabs and wide-lines from weasel's commit | Roger Dingledine | 2006-02-05 |
* | typos and nits | Roger Dingledine | 2006-02-05 |
* | Fix compiler warning on 64 bit archs | Peter Palfrader | 2006-02-03 |
* | Try to make tor work better through squid: Limit number of descriptors we fetch | Peter Palfrader | 2006-02-03 |
* | don't warn when we receive a 503 from a dirserver/cache -- this | Roger Dingledine | 2006-02-03 |
* | Jan 18 18:42:05.671 [debug] Encountered eof | Roger Dingledine | 2006-01-19 |
* | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson | 2006-01-12 |
* | #undef FOO is cleaner than #define FOO_XX | Nick Mathewson | 2006-01-10 |
* | Fix bug 221 and bug 201: For 221, check return value from connection_add() wh... | Nick Mathewson | 2006-01-10 |
* | Instrument directory client bytes as well as server bytes. | Nick Mathewson | 2006-01-09 |
* | Make instrmentation code a little cleaner. | Nick Mathewson | 2006-01-08 |
* | remove the loud logging of busted rendezvous descriptors | Roger Dingledine | 2006-01-08 |
* | Instrument how many directory bytes we are serving in what kind of request. | Nick Mathewson | 2006-01-08 |
* | Dont call directory_get_from_dirserver when you have a particular dirserver i... | Nick Mathewson | 2006-01-06 |
* | Directory authorities should go to the proper authority when asking for a net... | Nick Mathewson | 2006-01-06 |
* | log how big the failed rend descriptor is, and if it's small, log | Roger Dingledine | 2005-12-29 |
* | when we reject a rend descriptor, tell us where it came from. | Roger Dingledine | 2005-12-29 |
* | Implement new directory logic: download by descriptor digest, not by key dige... | Nick Mathewson | 2005-12-27 |
* | fix a ! that got left out | Roger Dingledine | 2005-12-18 |
* | fix typo | Roger Dingledine | 2005-12-15 |
* | Do not mark directories as down simply because they dont have the router desc... | 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 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | 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 |
* | actually listen when we try to route our dir connection via tor. | Roger Dingledine | 2005-11-19 |
* | Start obeying our firewall options more rigorously: | Roger Dingledine | 2005-11-19 |
* | If we stop knowing about a dirserver between request and answer, do not die. | Nick Mathewson | 2005-11-08 |
* | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson | 2005-11-05 |
* | answer nick's XXX, and muck with some log domain choices | Roger Dingledine | 2005-11-01 |
* | Fix a fun bug that was probably causing unnecessary downloads, and that coupl... | Nick Mathewson | 2005-10-27 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | Change more files to new loggin interface. 3 left. | Nick Mathewson | 2005-10-25 |
* | Fix memory leak when retrieving networkstatus or routerdesc by malformed fing... | Nick Mathewson | 2005-10-25 |
* | Make dirserv_get_routerdescs() return better http 404 error messages instead ... | Peter Palfrader | 2005-10-18 |
* | Some http status lines ended in a dot, others did not. Make it all the same ... | Peter Palfrader | 2005-10-18 |