aboutsummaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
AgeCommit message (Expand)Author
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
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-06Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson
2012-12-06Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson
2012-12-06Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-13Merge remote-tracking branch 'public/bug7059'Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-11-04Allow an optional $ in GETINFO ns/id/<identity>Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-10Set circuitmux policy on existing active channels when ewma_enabled changesAndrea Shepard
2012-10-10Add circuitmux.h, circuitmux_ewma.h includes now necessary in networkstatus.cAndrea Shepard
2012-09-14Move functions for seeing if we know enough nodes into nodelistNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson