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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
relay
/
router.c
Age
Commit message (
Expand
)
Author
2022-01-18
Update new relay blogpost URL
Jérôme Charaoui
2021-10-20
Announce URL to bridge status page when starting Tor as a bridge relay.
Alexander Færøy
2020-03-21
router: Refactor IPv6 ORPort function logic
teor
2020-03-21
router: Stop advertising incorrect auto IPv6 ORPorts
teor
2020-02-12
Lowercase the BridgeDistribution value from torrc in descriptors.
Alexander Færøy
2019-09-18
Avoid a crash if our "current" and "old" ntor onion keys are equal
Nick Mathewson
2019-09-18
Extract expressions in construct_ntor_key_map()
Nick Mathewson
2019-04-19
Merge branch 'maint-0.3.4' into maint-0.3.5
teor
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2018-10-01
Split the authority-cert and signature/hash code from routerparse
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
2018-09-27
Extract the non-stats part of geoip into a new src/lib/geoip.
Nick Mathewson
2018-09-27
Split geoip from geoip-related stats.
Nick Mathewson
2018-09-25
Remove extra includes from router.c
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
Rename dirauth/mode.h to dirauth/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-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-21
Split main.c into main.c and mainloop.c
Nick Mathewson
2018-09-20
Split most of dirserv.c into several new modules
Nick Mathewson
2018-09-19
Split routerlist.c into 4 separate modules
Nick Mathewson
2018-09-04
Merge branch 'nss_squashed' into nss_merge
Nick Mathewson
2018-09-04
Rename crypto_pk_check_key(), use it more reasonably, add tests
Nick Mathewson
2018-09-04
Merge branch 'bug24104_029_squashed'
Nick Mathewson
2018-08-29
router: Keep RSA onion public key in ASN.1 format
David Goulet
2018-08-08
Print stacktrace when crypto_pk_get_digest() fails in router_build_fresh_desc...
rl1987
2018-08-08
Consider all routerinfo errors other than "not a server" transient
rl1987
2018-07-31
Merge branch 'nss_dh_squashed' into nss_dh_squashed_merged
Nick Mathewson
2018-07-26
Early bailout from log_addr_has_changed() if running as client
rl1987
2018-07-11
Move the initialization and cleanup parts of crypto.c
Nick Mathewson
2018-07-09
Merge branch 'maint-0.3.4'
Nick Mathewson
2018-07-05
Whoops. Protover.[ch] belong in src/core/or
Nick Mathewson
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson