aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* be quieter about hidserv descriptors that are too old or too new.Roger Dingledine2006-02-21
* New config options to address bug 251:Roger Dingledine2006-02-19
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* the things we do for our windows users.Roger Dingledine2006-02-13
* and don't warn when it happens here either, unless the userRoger Dingledine2006-02-12
* don't tell ordinary users about broken directory servers.Roger Dingledine2006-02-12
* stop leaking thatRoger Dingledine2006-02-11
* When a client asks for an old-style directory and our write bucketRoger Dingledine2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* Only v1 authorities get hidden service descriptors with current protocolNick Mathewson2006-02-06
* clean up tabs and wide-lines from weasel's commitRoger Dingledine2006-02-05
* typos and nitsRoger Dingledine2006-02-05
* Fix compiler warning on 64 bit archsPeter Palfrader2006-02-03
* Try to make tor work better through squid: Limit number of descriptors we fetchPeter Palfrader2006-02-03
* don't warn when we receive a 503 from a dirserver/cache -- thisRoger Dingledine2006-02-03
* Jan 18 18:42:05.671 [debug] Encountered eofRoger Dingledine2006-01-19
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* #undef FOO is cleaner than #define FOO_XXNick Mathewson2006-01-10
* Fix bug 221 and bug 201: For 221, check return value from connection_add() wh...Nick Mathewson2006-01-10
* Instrument directory client bytes as well as server bytes.Nick Mathewson2006-01-09
* Make instrmentation code a little cleaner.Nick Mathewson2006-01-08
* remove the loud logging of busted rendezvous descriptorsRoger Dingledine2006-01-08
* Instrument how many directory bytes we are serving in what kind of request.Nick Mathewson2006-01-08
* Dont call directory_get_from_dirserver when you have a particular dirserver i...Nick Mathewson2006-01-06
* Directory authorities should go to the proper authority when asking for a net...Nick Mathewson2006-01-06
* log how big the failed rend descriptor is, and if it's small, logRoger Dingledine2005-12-29
* when we reject a rend descriptor, tell us where it came from.Roger Dingledine2005-12-29
* Implement new directory logic: download by descriptor digest, not by key dige...Nick Mathewson2005-12-27
* fix a ! that got left outRoger Dingledine2005-12-18
* fix typoRoger Dingledine2005-12-15
* Do not mark directories as down simply because they dont have the router desc...Nick Mathewson2005-12-15
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* actually listen when we try to route our dir connection via tor.Roger Dingledine2005-11-19
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson2005-11-08
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* answer nick's XXX, and muck with some log domain choicesRoger Dingledine2005-11-01
* Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson2005-10-27
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson2005-10-25
* Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader2005-10-18
* Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader2005-10-18