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