summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2006-12-15- Stop sending the HttpProxyAuthenticator string to directoryRoger Dingledine
2006-09-24backport weasel's r8398:Roger Dingledine
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-07-03Backport fix to allow clients and mirrors to learn directory info from descri...Nick Mathewson
2006-04-18"Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-04-10Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson
2006-04-09fix typoRoger Dingledine
2006-04-09When fetching rendezvous descriptors, we were willing to askRoger Dingledine
2006-04-01Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine
2006-03-27On our dirport return a robots.txt so maybe google doesn't index all those se...Peter Palfrader
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-22Note a vulnerability with our current recommended-version concensusRoger Dingledine
2006-03-18auth dir servers were only modifying a server's is_running fieldRoger Dingledine
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12when we get funny-looking lines on our dirport, shut up about it.Roger Dingledine
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-21be quieter about hidserv descriptors that are too old or too new.Roger Dingledine
2006-02-19New config options to address bug 251:Roger Dingledine
2006-02-19clean up the Reachable*Addresses changesRoger Dingledine
2006-02-13Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader
2006-02-13the things we do for our windows users.Roger Dingledine
2006-02-12and don't warn when it happens here either, unless the userRoger Dingledine
2006-02-12don't tell ordinary users about broken directory servers.Roger Dingledine
2006-02-11stop leaking thatRoger Dingledine
2006-02-11When a client asks for an old-style directory and our write bucketRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
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