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
Age
Commit message (
Expand
)
Author
2016-01-27
avoid integer overflow in and around smartlist_ensure_capacity.
Nick Mathewson
2016-01-19
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-01-19
Refine the memwipe() arguments check for 18089 a little more.
Nick Mathewson
2016-01-18
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-01-18
Make memwipe() do nothing when passed a NULL pointer or zero size
teor (Tim Wilson-Brown)
2016-01-18
Merge remote-tracking branch 'teor/bug18050' into maint-0.2.7
Nick Mathewson
2016-01-18
Check ORPort and DirPort reachability before publishing a relay descriptor
teor (Tim Wilson-Brown)
2016-01-07
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-01-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-01-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-01-07
Update dannenberg's V3 authority identity fingerprint
teor (Tim Wilson-Brown)
2016-01-07
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-01-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-01-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-01-07
Update geoip and geoip6 to the January 5 2016 database.
Karsten Loesing
2015-12-17
Add some more ed25519 key files to the seccomp sandbox list
Nick Mathewson
2015-12-16
Don't call pthread_condattr_setclock() unless it exists
Nick Mathewson
2015-12-16
... and fix another backtrace_symbols_fd call in sandbox.c
Nick Mathewson
2015-12-16
... and fix the linux backtrace_symbols{,_fd} calls
Nick Mathewson
2015-12-15
Fix backtrace compilation on FreeBSD
cypherpunks
2015-12-14
Use TESTS_ENVIRONMENT for older Automake versions
cypherpunks
2015-12-14
Use variables instead of substitutions
cypherpunks
2015-12-14
Only setup environment variables for tests
cypherpunks
2015-12-10
bump to 0.2.7.6-dev
Nick Mathewson
2015-12-10
bump maint version to 0.2.7.6
Nick Mathewson
2015-12-08
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2015-12-08
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2015-12-08
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-12-08
Ensure node is a guard candidate when picking a directory guard
Arlo Breault
2015-12-08
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-12-08
Fix a compilation warning introduced by clang 3.6
Nick Mathewson
2015-12-08
Format IPv6 policies correctly.
Nick Mathewson
2015-12-07
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2015-12-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2015-12-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-12-05
Update geoip and geoip6 to the December 1 2015 database.
Karsten Loesing
2015-11-30
Fix undefined behavior caused by memory overlap
cypherpunks
2015-11-23
Fix: use the right list in find_expiring_intro_point()
David Goulet
2015-11-20
bump version to 0.2.7-dev
Nick Mathewson
2015-11-13
Bump to 0.2.7.5
Nick Mathewson
2015-10-21
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson
2015-10-21
Fix the return value
Nick Mathewson
2015-10-21
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson
2015-10-21
Check for len < 4 in dn_indicates_v3_cert
Nick Mathewson
2015-10-21
Fix a memory leak in reading an expired ed signing key.
Nick Mathewson
2015-10-21
Whoops; infinite recursion
Nick Mathewson
2015-10-21
Fix memory leak in rend_cache_failure_entry_free()
Nick Mathewson
2015-10-21
Fix an (unreachable) memory leak in rendcache.c
Nick Mathewson
2015-10-21
Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valg...
Nick Mathewson
2015-10-21
Fix a memory leak; bug 17398.
Nick Mathewson
[prev]
[next]