summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2006-04-10Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson
2006-04-09Remove about 30% of the v1 directory bulk by not including down orRoger Dingledine
2006-04-08If you're not a versioning dirserver, don't put the stringRoger Dingledine
2006-04-08clean up the log lines more, and note a future work.Roger Dingledine
2006-04-08when we do reachability testing and the tls cert at the otherRoger Dingledine
2006-04-08Fix a couple of things that make GCC complain with verbose warnings on. Also...Nick Mathewson
2006-04-03fix some xxxs.Nick Mathewson
2006-04-02Versions that drop connections for having used idle circs are as bad for stab...Nick Mathewson
2006-04-01Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine
2006-03-29We can remove about 30% of the v1 directory bulk by takingRoger Dingledine
2006-03-29Refactor the decision of whether to include a router's descriptorRoger Dingledine
2006-03-28When deciding whether a router is Fast or Guard-worthy, considerRoger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-24bump up the magic number for how quickly we start notifyingRoger Dingledine
2006-03-22Resolve problem found by weasel: the v1 directory was includingRoger Dingledine
2006-03-22Maybe it compiles for devilproxy nowPeter Palfrader
2006-03-21and dirservers don't call you a guard if you're running aRoger Dingledine
2006-03-20Make guard bandwidth threshold higher than fast bandwidth threshold.Nick Mathewson
2006-03-20Make "Fast" based on median capacity, just like "Stable" is based on median ...Nick Mathewson
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-18let an authdir that's not a naming authdir start evenRoger Dingledine
2006-03-15Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-14Fix an off-by-one buffer size in dirserv.c that magically never hit ourPeter Palfrader
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-12lower the reachability timeout, so we're more likely to actRoger Dingledine
2006-03-12We screwed up in anticipating how to add new dirservers:Roger Dingledine
2006-03-11Use escaped() for remaining cases.Nick Mathewson
2006-03-08Possible bug 265 fix: authorities must be more strict than clients about age ...Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-13the things we do for our windows users.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-06Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson
2006-02-05when building v2 statuses or v1 running-routers, don't admit theRoger Dingledine
2006-01-24Add a missing printf argNick Mathewson
2006-01-24Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
2006-01-10balance the reachability testing so a smidgen of it happensRoger Dingledine
2006-01-10Be more aggressive about throwing away expired router descriptors: they are o...Nick Mathewson
2006-01-08Fix bug in last commit. Also, fix bug 231: authorities should never treat the...Nick Mathewson
2006-01-08Fix bug 236: caches should cache up to 16 unrecognized network-status docs.Nick Mathewson
2006-01-04cleanups, and remove some unreachable code.Roger Dingledine
2006-01-04authdirs now stop whining so loudly about bad descriptors that they fetchRoger Dingledine
2006-01-03when we choose not to use a server descriptor from our cache, don'tRoger Dingledine
2006-01-02make the "stable" flag in network-status be the median of the uptimesRoger Dingledine
2005-12-15Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson
2005-12-15Make clients look at the fast and stable flags in networkstatus, not at the b...Nick Mathewson
2005-12-15Whitespace fixes; comments.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson