Commit History

Author SHA1 Message Date
  Nick Mathewson c4b8fef362 Remove svn $Id$s from our source, and remove tor --version --version. 15 years ago
  Nick Mathewson 9201586ed5 Another attempt at fixing coverity scan CID 361. 15 years ago
  Nick Mathewson 272b007268 coverity thinks it's dumb to check networkstatus_v2_list in one place and not another. Coverity has a point, even though the check may be redundant. CID 361. 15 years ago
  Nick Mathewson 870fd18b8f Refactor some exit-policy-related functions that showed up in oprofile. 15 years ago
  Nick Mathewson f7adc017c4 Document and make more conservative the logic for picking the size of the bloom filter to use for retaining descriptors. 15 years ago
  Nick Mathewson df5e8f65bc Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). 15 years ago
  Roger Dingledine a12c3f2c86 some fixes i found in my sandbox 15 years ago
  Nick Mathewson ac2f6b608a Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we reject it after downloading it so that we do not download it again 15 years ago
  Nick Mathewson 1e5f457461 Fix most DOCDOCs remaining and/or added by redox. 15 years ago
  Nick Mathewson 167d266dbf Documentation and conformance for WRA_* returns. 15 years ago
  Nick Mathewson 1725c0c8a5 Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 15 years ago
  Nick Mathewson 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. 15 years ago
  Nick Mathewson 98a376fab1 More propagating of things that need to be was_router_added_t now. 15 years ago
  Nick Mathewson 16f1d4cb72 Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store documentation. 15 years ago
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 15 years ago
  Nick Mathewson c449e6e5be whitespace fixes. 15 years ago
  Nick Mathewson 6693f32530 Resolve many DOCDOCs. 15 years ago
  Nick Mathewson 33e2053ebc Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian. 15 years ago
  Nick Mathewson f3b52e331e Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. 15 years ago
  Nick Mathewson 043b4fc59e Add a PDS_ flag to exclude authorities from which we are fetching descs. 15 years ago
  Nick Mathewson 29f5a65a16 Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable. 15 years ago
  Nick Mathewson 7aa7d1a3e7 Give a better error when something has changed our descriptor cache out from under us. Based on patch from Karsten. Addresses bug 885. 15 years ago
  Roger Dingledine e5be0504ab When the client is choosing entry guards, now it selects at most 15 years ago
  Nick Mathewson 0fa698d84f apply sebastian's bug 867 fix: make routerset_equal() work as documented with NULL arguments 15 years ago
  Nick Mathewson 00a90177fa oops, remove debugging log message. 15 years ago
  Nick Mathewson 8157b8b766 be less aggressive about deleting expired certs. based on patch from rovv. partial fix for bug 854. 15 years ago
  Nick Mathewson 9f1e06bd0e but to not attempt to download a specific certificate we already have. 15 years ago
  Nick Mathewson bda4ca065c Aaaaand, do not reset the download count just because we have a certificate that is listed in a consensus. 15 years ago
  Nick Mathewson 5e2cdc1666 When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want. 15 years ago
  Roger Dingledine c7af43a624 Now NodeFamily and MyFamily config options allow spaces in 15 years ago