aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
2016-05-11Fix out-of-bounds write during voting with duplicate ed25519 keysJohn Brooks
2016-03-21After we strip out duplicate entries from 'routers', don't use 'rl'.Nick Mathewson
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
2014-04-23Merge remote-tracking branch 'public/bug11200'Nick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-14Code to blacklist authority signing keysNick Mathewson
2014-03-31Always check returns from unlink()Andrea Shepard
2014-03-14should_disable_dir_fetches() now returns 1 if DisableNetwork==1Nick Mathewson
2014-03-10Don't do directory fetches before all PTs have been configured.George Kadianakis
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-10-21A Bridge Authority should compute flag thresholdsMatthew Finkel
2013-08-22Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-22Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-08-22Replace return with continue in update_consensus_networkstatus_downloadsNick Mathewson
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
2013-04-18Merge remote-tracking branch 'public/bug8719' into maint-0.2.4Nick Mathewson
2013-04-18Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson
2013-04-18Refactor routerstatus_format_entry to avoid character-buffersNick Mathewson
2013-04-17Don't leak a waiting-for-certs consensus when accepting it.Nick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-01Rename and relocate the bw weight scale param getter.Mike Perry
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson