Age | Commit message (Expand) | Author |
2009-05-31 | Make the second argument to routerset_contains_extendinfo const | Nick Mathewson |
2009-05-27 | Spell-check Tor. | Nick Mathewson |
2009-05-17 | Fix valgrind error when marking a descriptor as never-downloadable. | Nick Mathewson |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2009-04-16 | Documentation fix. | Karsten Loesing |
2009-04-11 | Directory authorities should accept a descriptor as changed when the relay op... | Sebastian Hahn |
2009-03-16 | Free very-old descriptors that we do not want to add. Fix for bug 672. Back... | Nick Mathewson |
2009-03-09 | Bugfix on r17756: | Roger Dingledine |
2009-02-16 | Possible fix for broken country settings in ExcludeExitNodes. | Nick Mathewson |
2009-02-10 | Clients and non-caches do not need to cache unrecognized authority certificates. | Nick Mathewson |
2009-01-14 | Now that we can hit the end of router_rebuild_store before chunk_list is set,... | Nick Mathewson |
2009-01-13 | Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS... | Nick Mathewson |
2009-01-07 | Discard router descriptors as we load them if they are more than | Roger Dingledine |
2009-01-04 | Another round of downgrading removing or postponing XXXX021 issues. Some rem... | Nick Mathewson |
2009-01-04 | Fix an xxx021: do not remove routerinfos as too old and unlisted unless we ha... | Nick Mathewson |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson |
2009-01-03 | Another attempt at fixing coverity scan CID 361. | Nick Mathewson |
2008-12-29 | coverity thinks it's dumb to check networkstatus_v2_list in one place and not... | Nick Mathewson |
2008-12-29 | Refactor some exit-policy-related functions that showed up in oprofile. | Nick Mathewson |
2008-12-26 | Document and make more conservative the logic for picking the size of the blo... | Nick Mathewson |
2008-12-26 | Add more missing documentation, and correct an error in container.c documenta... | Nick Mathewson |
2008-12-25 | some fixes i found in my sandbox | Roger Dingledine |
2008-12-23 | Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re... | Nick Mathewson |
2008-12-22 | Fix most DOCDOCs remaining and/or added by redox. | Nick Mathewson |
2008-12-22 | Documentation and conformance for WRA_* returns. | Nick Mathewson |
2008-12-22 | Add DOCDOC comments for all undocumented functions. Add missing *s to other ... | Nick Mathewson |
2008-12-22 | Fix all of the doxygen warnings not pertaining to missing documentation. | Nick Mathewson |
2008-12-22 | More propagating of things that need to be was_router_added_t now. | Nick Mathewson |
2008-12-19 | Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store documentation. | Nick Mathewson |
2008-12-18 | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p... | Nick Mathewson |
2008-12-18 | whitespace fixes. | Nick Mathewson |
2008-12-17 | Resolve many DOCDOCs. | Nick Mathewson |
2008-12-17 | Make return code from router_add_to_routerlist a nice sensible enum. Based o... | Nick Mathewson |
2008-12-11 | Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. | Nick Mathewson |
2008-12-11 | Add a PDS_ flag to exclude authorities from which we are fetching descs. | Nick Mathewson |
2008-12-11 | Change directory_get_from_dirserver to take a set of flags to be passed to pi... | Nick Mathewson |
2008-12-10 | Give a better error when something has changed our descriptor cache out from ... | Nick Mathewson |
2008-12-08 | When the client is choosing entry guards, now it selects at most | Roger Dingledine |
2008-11-16 | apply sebastian's bug 867 fix: make routerset_equal() work as documented with... | Nick Mathewson |
2008-11-11 | oops, remove debugging log message. | Nick Mathewson |
2008-11-11 | be less aggressive about deleting expired certs. based on patch from rovv. p... | Nick Mathewson |
2008-11-07 | but to not attempt to download a specific certificate we already have. | Nick Mathewson |
2008-11-07 | Aaaaand, do not reset the download count just because we have a certificate t... | Nick Mathewson |
2008-11-07 | When we get a duplicated certificate, treat it as a failure and increment the... | Nick Mathewson |
2008-10-01 | Now NodeFamily and MyFamily config options allow spaces in | Roger Dingledine |
2008-09-26 | Proposal 152 implementation from Josh Albrecht, with tweaks. | Nick Mathewson |
2008-09-25 | Widen the conditions under which we whine about not having a geoip file to in... | Nick Mathewson |
2008-09-25 | Add country-code support to configured node lists to implement the ever-popul... | Nick Mathewson |
2008-09-24 | All relays now store and serve v2 hidden service descriptors by default (not ... | Karsten Loesing |
2008-09-24 | If we are not using BEGIN_DIR cells, don't attempt to contact hidden service ... | Karsten Loesing |