[tor-commits] [tor] branch main updated (bae04e6a98 -> 4f038d224f)

gitolite role git at cupani.torproject.org
Mon May 16 12:55:02 UTC 2022


This is an automated email from the git hooks/post-receive script.

dgoulet pushed a change to branch main
in repository tor.

    from bae04e6a98 Merge branch 'tor-gitlab/mr/555'
     new 8345b3bd92 Stop using published_on to decide whether to republish.
     new db7d067ab1 Retain all routerinfos listed in the consensus.
     new 08d452b38c Stop using published_on in rs to decide whether to download a routerdesc.
     new 73639fc3c1 Change a log not to use published_on.
     new a7fb5563bc Stop checking published_on in routerstatus_has_visibly_changed()
     new 1d2c918dfd Move published_on from routerstatus_t to vote_routerstatus_t.
     new 96f1e69f24 Implement proposal 275: don't put "published" times in md consensus
     new 4f038d224f Merge branch 'tor-gitlab/mr/489'

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 changes/prop275                             | 12 ++++++++++
 src/feature/dirauth/dirvote.c               | 36 +++++++++++++++++++++--------
 src/feature/dirauth/dirvote.h               |  8 ++++++-
 src/feature/dirparse/ns_parse.c             |  5 +++-
 src/feature/nodelist/fmt_routerstatus.c     | 16 +++++++++++--
 src/feature/nodelist/fmt_routerstatus.h     |  3 ++-
 src/feature/nodelist/networkstatus.c        |  9 ++------
 src/feature/nodelist/routerlist.c           | 19 +++++++--------
 src/feature/nodelist/routerstatus_st.h      |  1 -
 src/feature/nodelist/vote_routerstatus_st.h |  1 +
 src/feature/relay/router.c                  |  2 --
 src/test/test_dir.c                         | 23 +++++++++---------
 src/test/test_dir_common.c                  |  8 +++----
 src/test/test_nodelist.c                    |  8 ++-----
 src/test/test_router.c                      | 14 +----------
 src/test/test_voting_flags.c                |  4 ----
 16 files changed, 96 insertions(+), 73 deletions(-)
 create mode 100644 changes/prop275

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list