index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
relay
/
router.h
Age
Commit message (
Expand
)
Author
2023-07-16
fix non-fatal assertion when rotate_onion_key fails
trinity-1686a
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-01-19
Merge branch 'maint-0.4.5'
Nick Mathewson
2021-01-14
relay: Don't flag that we published if descriptor build fails
David Goulet
2020-12-21
Merge branch 'mr_240_squashed'
Nick Mathewson
2020-12-21
relay: Report the entire content of a stats file
David Goulet
2020-12-09
Announce URL to bridge status page when starting Tor as a bridge relay.
Alexander Færøy
2020-08-25
Validate address more carefully when checking self-reachability
Nick Mathewson
2020-07-24
relay: Publish IPv4 descriptor on guessed IPv6 reachability failure
David Goulet
2020-07-21
Rename router_get_advertised_*() functions.
Nick Mathewson
2020-07-21
Combine router_get_advertised_or_port{,by_af_}() functions
Nick Mathewson
2020-06-26
Merge branch 'assume_reachable_revamp'
Nick Mathewson
2020-06-26
Remove stub macro for router_new_consensus_params()
Nick Mathewson
2020-06-25
Add an fingerprint-ed25519 file to the data directory
Neel Chauhan
2020-06-24
Add two new networkstatus parameters to emulate AssumeReachable.
Nick Mathewson
2020-05-05
relay: New file relay_resolve_addr.{c|h}
David Goulet
2020-04-30
relay: Refactor can extend over IPv6 checks
teor
2020-04-29
relay: Add IP version tests for circuit extends
teor
2020-04-29
relay: Choose between IPv4 and IPv6 extends at random
teor
2020-03-21
Merge branch 'bug32588_043' into bug32588_master
teor
2020-03-21
Merge branch 'bug32588_042' into bug32588_043
teor
2020-03-21
Merge branch 'bug32588_035' into bug32588_041
teor
2020-03-21
router: Stop advertising incorrect auto IPv6 ORPorts
teor
2020-02-20
Move router_reset_reachability() into correct header, add a stub
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-10-20
relay: Silence compiler warnings when relay mode is disabled
teor
2019-02-19
router: Add some missing #endif comments
teor
2019-02-19
test_dir: Test rsa + ed25519 extrainfo creation and parsing
teor
2019-02-19
test_dir: Unit tests for RSA-only router and extrainfo descriptor creation
teor
2019-02-19
router: Document the additional config and state used to dump descriptors
teor
2019-02-19
router: refactor router_build_fresh_descriptor() static function interfaces
teor
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-12-05
Merge remote-tracking branch 'public/prop298'
Nick Mathewson
2018-12-05
Write tests for mark_my_descriptor_dirty_if_too_old()
Nick Mathewson
2018-11-24
Emit router families in canonical form
Nick Mathewson
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-25
Move the "is the network disabled?" functions out of router.c
Nick Mathewson
2018-09-25
Move routerinfo_t functions out of router.c
Nick Mathewson
2018-09-25
Extract nickname-checking functions from router.c
Nick Mathewson
2018-09-25
Move the various _describe() functions out of router.c
Nick Mathewson
2018-09-25
Extract all the "am I a server" functions from router.c
Nick Mathewson
2018-09-25
Move all authdir_mode_*() functions into authmode.h
Nick Mathewson
2018-09-25
Move self-test functionality into its own file.
Nick Mathewson
2018-09-25
Move key-loading and crosscert-checking out of feature/relay
Nick Mathewson
2018-08-29
router: Keep RSA onion public key in ASN.1 format
David Goulet
2018-07-05
Move literally everything out of src/or
Nick Mathewson