summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
2016-09-20Don't look at any routerstatus_t when the networkstatus is inconsistentNick Mathewson
2016-05-19Describe what happens when we get a consensus, but no certificatesteor (Tim Wilson-Brown)
2016-05-19Merge branch 'bug18809_028_squashed' into maint-0.2.8Nick Mathewson
2016-05-19Restore and improve download schedule unit teststeor (Tim Wilson-Brown)
2016-05-19Remove consensus_max_download_tries by refactoringteor (Tim Wilson-Brown)
2016-05-19Stop downloading consensuses when a consensus has been downloadedteor (Tim Wilson-Brown)
2016-05-11Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2016-05-11Fix out-of-bounds write during voting with duplicate ed25519 keysJohn Brooks
2016-05-10get rid of another no-longer-used functionRoger Dingledine
2016-05-09stop looping once we know what the answer will beRoger Dingledine
2016-05-09fix a bug where relays would use the aggressive client bootstrapping retry nu...Roger Dingledine
2016-05-09simplify more -- we only call these funcs when bootstrappingRoger Dingledine
2016-05-09avoid another redundant checkRoger Dingledine
2016-05-09use the new function here tooRoger Dingledine
2016-05-09avoid following through on a consensus fetch if we have one already arrivingRoger Dingledine
2016-05-09fix typos/etc before i go nuts on #18809Roger Dingledine
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-03-21Merge branch 'maint-0.2.7'Nick Mathewson
2016-03-21After we strip out duplicate entries from 'routers', don't use 'rl'.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2015-12-18Merge branch 'feature12538_028_01_squashed'Nick Mathewson
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-17Prop210: Check fallback directories and authorities work as expectedteor (Tim Wilson-Brown)
2015-12-17Prop210: Only clients benefit from multiple consensus downloadsteor (Tim Wilson-Brown)
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (Tim Wilson-Brown)
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-06-16Document the consensus download interval used by hidden servicesteor
2015-01-29When there are no package lines, make consensus/packages say "".Nick Mathewson
2015-01-28Add GETINFO consensus/{valid-{after,until},fresh-until}Nick Mathewson
2015-01-28more typo fixes from mcs and gkNick Mathewson
2015-01-27New GETINFO consensus/packages to expose package information from consensusNick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick Mathewson
2015-01-08fix new mingw64 compilation warningsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-10-31Use digest256_len in networkstatus_copy_old_consensus_info()Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-13Merge remote-tracking branch 'isis/bug12951_r1'Nick Mathewson
2014-09-18Use the DL_SCHED_CONSENSUS schedule for consensuses.Nick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-09Remove dirauth support for the BadDirectory flagSebastian Hahn
2014-09-09Remove support for naming directory authoritiesSebastian Hahn
2014-08-25Add `published` line to `@type bridge-network-status` documents.Isis Lovecruft
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-04-29Fix leaks in dir voting testsNick Mathewson