aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-22Always weight routers by bandwidth.Mike Perry
2010-02-22Implement bw weighting selection algorithm.Mike Perry
2010-01-19Merge branch 'maint-0.2.1' into masterRoger Dingledine
2010-01-19downgrade a warningRoger Dingledine
2010-01-15resolve path weighting edge case; fixes bug 1203Roger Dingledine
2010-01-02don't div by 0 during path selectionRoger Dingledine
2009-12-25Authorities now support conditional consensusesSebastian Hahn
2009-12-25Remove some old, commented out codeSebastian Hahn
2009-12-21comments and cleanups, no actual changesRoger Dingledine
2009-12-21Switch to a StrictNodes config option.Roger Dingledine
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-19Merge branch 'microdesc'Nick Mathewson
2009-10-19Document some formerly undocumented functions.Nick Mathewson
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-08-20Notice v3 cert parsing failuresRoger Dingledine
2009-06-30the second piece of bug 969 fixingRoger Dingledine
2009-06-25stop capping bandwidths we see in the consensusRoger Dingledine
2009-06-22Clients now use bandwidth values in the consensusRoger Dingledine
2009-05-31Make the second argument to routerset_contains_extendinfo constNick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-17Fix valgrind error when marking a descriptor as never-downloadable.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-16Documentation fix.Karsten Loesing
2009-04-11Directory authorities should accept a descriptor as changed when the relay op...Sebastian Hahn
2009-03-16Free very-old descriptors that we do not want to add. Fix for bug 672. Back...Nick Mathewson
2009-03-09Bugfix on r17756:Roger Dingledine
2009-02-16Possible fix for broken country settings in ExcludeExitNodes.Nick Mathewson
2009-02-10Clients and non-caches do not need to cache unrecognized authority certificates.Nick Mathewson
2009-01-14Now that we can hit the end of router_rebuild_store before chunk_list is set,...Nick Mathewson
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-07Discard router descriptors as we load them if they are more thanRoger Dingledine
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Fix an xxx021: do not remove routerinfos as too old and unlisted unless we ha...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2009-01-03Another attempt at fixing coverity scan CID 361.Nick Mathewson
2008-12-29coverity thinks it's dumb to check networkstatus_v2_list in one place and not...Nick Mathewson
2008-12-29Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson
2008-12-26Document and make more conservative the logic for picking the size of the blo...Nick Mathewson
2008-12-26Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Documentation and conformance for WRA_* returns.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson