aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/networkstatus.c
AgeCommit message (Expand)Author
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Merge branch 'maint-0.4.0'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/993'George Kadianakis
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/889'Nick Mathewson
2019-04-25Lower log level of unlink() errors in networkstatus_set_current_consensus().Alexander Færøy
2019-04-11Update networkstatus_getinfo_by_purpose() commentNeel Chauhan
2019-04-11Remove callback for setting bridges as runningNeel Chauhan
2019-04-09Merge branch 'maint-0.4.0'teor
2019-04-03Stop setting bridges running in networkstatus_getinfo_by_purpose()Neel Chauhan
2019-04-03Improve logging for 28614.Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-20fix typos from #28614Roger Dingledine
2019-02-12On windows, if we fail to load a consensus and it has a CRLF, retry.Nick Mathewson
2019-01-29Write consensus files in binary modeNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-09Merge branch 'bug28591_035_squashed'Nick Mathewson
2019-01-02Initialize circuit padding machines and global state.Mike Perry
2018-12-11Merge remote-tracking branch 'github/prop297'Nick Mathewson
2018-12-05Merge branch 'prop293_squashed'Nick Mathewson
2018-12-05Write tests for mark_my_descriptor_dirty_if_too_old()Nick Mathewson
2018-12-01Merge remote-tracking branch 'tor-github/pr/536'Nick Mathewson
2018-11-29Dir: when Tor's clock is behind, use a future consensus to bootstrapteor
2018-11-24No longer exit for missing required protocolversions on an old consensusNick Mathewson
2018-11-22Test: make unit tests use a reasonably live consensusteor
2018-11-02Add a warning if we can't write networkstatus-bridgesNick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-24Fix remaining cases of using consensus without a len parameter.Nick Mathewson
2018-10-01extract networkstatus parsing to its own file.Nick Mathewson
2018-10-01Pull detached-signatures code into dirauth.Nick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Rename dirauth/mode.h to dirauth/authmode.hNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-14Merge branch 'ticket27247'Nick Mathewson
2018-09-12nodelist: fix docs for networkstatus_read_cached_consensus_implcypherpunks
2018-09-11Replace "read consensus from disk" with "map consensus from disk".Nick Mathewson
2018-09-11Revise networkstatus parsing code to use lengthsNick Mathewson
2018-09-07Do not store cached_dir_t for consensus in RAM if not a dircache.Nick Mathewson
2018-07-30Merge remote-tracking branch 'juga/ticket3723_03_squashed_rebased'Nick Mathewson
2018-07-16Free bw_list_headers in networstatus_tjuga0
2018-07-13Add checks in get_net_param_from_list() for valid output domain.Alexander Færøy
2018-07-05Whoops. Protover.[ch] belong in src/core/orNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson