summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2006-02-06Only v1 authorities get hidden service descriptors with current protocolNick Mathewson
2006-02-05clean up tabs and wide-lines from weasel's commitRoger Dingledine
2006-02-05typos and nitsRoger Dingledine
2006-02-03Fix compiler warning on 64 bit archsPeter Palfrader
2006-02-03Try to make tor work better through squid: Limit number of descriptors we fetchPeter Palfrader
2006-02-03don't warn when we receive a 503 from a dirserver/cache -- thisRoger Dingledine
2006-01-19Jan 18 18:42:05.671 [debug] Encountered eofRoger Dingledine
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
2006-01-10Fix bug 221 and bug 201: For 221, check return value from connection_add() wh...Nick Mathewson
2006-01-09Instrument directory client bytes as well as server bytes.Nick Mathewson
2006-01-08Make instrmentation code a little cleaner.Nick Mathewson
2006-01-08remove the loud logging of busted rendezvous descriptorsRoger Dingledine
2006-01-08Instrument how many directory bytes we are serving in what kind of request.Nick Mathewson
2006-01-06Dont call directory_get_from_dirserver when you have a particular dirserver i...Nick Mathewson
2006-01-06Directory authorities should go to the proper authority when asking for a net...Nick Mathewson
2005-12-29log how big the failed rend descriptor is, and if it's small, logRoger Dingledine
2005-12-29when we reject a rend descriptor, tell us where it came from.Roger Dingledine
2005-12-27Implement new directory logic: download by descriptor digest, not by key dige...Nick Mathewson
2005-12-18fix a ! that got left outRoger Dingledine
2005-12-15fix typoRoger Dingledine
2005-12-15Do not mark directories as down simply because they dont have the router desc...Nick Mathewson
2005-12-15Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson
2005-12-14Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-11-19actually listen when we try to route our dir connection via tor.Roger Dingledine
2005-11-19Start obeying our firewall options more rigorously:Roger Dingledine
2005-11-08If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-01answer nick's XXX, and muck with some log domain choicesRoger Dingledine
2005-10-27Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-25Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson
2005-10-18Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader
2005-10-18Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17when providing content-type application/octet-stream for providingRoger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-14Enable trivial "download by descriptor digest" functionality.Nick Mathewson
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-13Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson
2005-10-12authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson
2005-10-05improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson
2005-10-05size_t int printf muckingRoger Dingledine
2005-10-05Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson
2005-10-05Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson