aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.h
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Merge remote-tracking branch 'dgoulet/ticket12541_032_02'Nick Mathewson
2017-09-12Remove named_map and unnamed_map from networkstatus.cNick Mathewson
2017-09-12Remove networkstatus_nickname_is_unnamed()Neel Chauhan
2017-09-07consensus: Add a generic notification function on new consensusMatt Traudt
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
2017-08-08Don't set HSDir index if we don't have a live consensus.George Kadianakis
2017-05-15Implement functions to expose valid/fresh-until and votersNick Mathewson
2017-05-10simplify functions now that they don't use options paramRoger Dingledine
2017-05-08clang-i386: use house style for public-when-testing variablesNick Mathewson
2017-05-04Request (and try to use) consensus diffs.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-30Fix a pair of compilation errors.Nick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Add a wrapper for a common networkstatus param patternNick Mathewson
2016-12-12Merge remote-tracking branch 'rubiate/ticket20511'Nick Mathewson
2016-11-30Add parameters for new (prop271) guard algorithm.Nick Mathewson
2016-11-30Collect old guard algorithm parameters into one placeNick Mathewson
2016-11-30Fetch unknown certificates if FetchUselessDescriptors is trueteor
2016-11-30Stop discarding consensus flavors and descriptors we wanted to fetchteor
2016-11-10Do not serve a consensus if it is too oldrubiate
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Add unit testsDavid Goulet
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Add router descriptor download status queries to GETINFOAndrea Shepard
2016-06-27Expose consensus download statuses on the control portAndrea Shepard
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-19Restore and improve download schedule unit teststeor (Tim Wilson-Brown)
2016-05-17Merge remote-tracking branch 'teor/bug18963-remember-v2'Nick Mathewson
2016-05-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)
2016-05-11Fetch certificates from the same directory as the consensusteor (Tim Wilson-Brown)
2016-05-10get rid of another no-longer-used functionRoger Dingledine
2016-05-09avoid another redundant checkRoger 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-13fix typos/etc before i go nuts on #18809Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
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-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-04-29Fix leaks in dir voting testsNick 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-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