summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-05Make directory mirrors report non-zero dirreq-v[23]-shares again.Karsten Loesing
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-04-20more logging when tracking missing descriptorsRoger Dingledine
2010-04-20fetch descriptors from the authority that told us about themRoger Dingledine
2010-04-20fetch unknown descriptors if we see them in a voteRoger Dingledine
2010-04-20minor cleanupsRoger Dingledine
2010-04-19fix "Got a certificate for ?? that we already have"Roger Dingledine
2010-04-19parameterize update_consensus_router_descriptor_downloadsRoger Dingledine
2010-04-12Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson
2010-03-04Merge remote branch 'mikeperry/bwweight-smartlistfix'Nick Mathewson
2010-03-03Woops, forgot the second warn.Mike Perry
2010-03-03Demote warn to info, since it can happen.Mike Perry
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-26Check for empty smartlists and no bandwidth during node selection.Mike Perry
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