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
Age
Commit message (
Expand
)
Author
2015-12-29
Remove the (now-unused) digest_algorithm_bitfield_t
Nick Mathewson
2015-12-29
When allocating a crypto_digest_t, allocate no more bytes than needed
Nick Mathewson
2015-12-20
Appease "make check-spaces"
Nick Mathewson
2015-12-20
Repair "make distcheck".
Nick Mathewson
2015-12-20
Merge remote-tracking branch 'yawning/feature17783_take2'
Nick Mathewson
2015-12-20
Add the randomized large buffer test for SHA-3 incremental hashing.
Yawning Angel
2015-12-19
Add `crypto_xof_t` and assorted routines, backed by SHAKE256.
Yawning Angel
2015-12-19
Add the SHA-3 hash functions to common/crypto.h.
Yawning Angel
2015-12-19
Use tor specific headers and memwipe() instead of memset_s(), and build.
Yawning Angel
2015-12-19
Expose an incremental API in addition to the one-shot routines.
Yawning Angel
2015-12-18
Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)
Yawning Angel
2015-12-18
mark a variable unused to fix a warning.
Nick Mathewson
2015-12-18
changes file for 17893
Nick Mathewson
2015-12-18
Stop building and testing Tor twice with distcheck
cypherpunks
2015-12-18
changes file for 17892
Nick Mathewson
2015-12-18
Remove an extra space in backtrace version string
cypherpunks
2015-12-18
Fix a memory leak in the backtrace test
cypherpunks
2015-12-18
Log the backtrace when the backtrace test fails
cypherpunks
2015-12-18
Move some more code inside a tortls.c ifdef to fix deadcode warning.
Nick Mathewson
2015-12-18
Fix an unreached null-pointer deref in connection tests
Nick Mathewson
2015-12-18
Fix a buffer overrun in connection tests.
Nick Mathewson
2015-12-18
Fix a coverity uninitialized-pointer warning in policy tests.
Nick Mathewson
2015-12-18
Fix a coverity NULL-pointer deref warning in the DNS tests.
Nick Mathewson
2015-12-18
Fix a coverity NULL-pointer deref warning in the tortls tests.
Nick Mathewson
2015-12-18
Looks like I added one X509_free too many :(
Nick Mathewson
2015-12-18
Fix some dead code in tortls.c
Nick Mathewson
2015-12-18
Fix a null-pointer deref when writing geoip stats
Nick Mathewson
2015-12-18
Fix remaining memory leaks in unit tests.
Nick Mathewson
2015-12-18
Add zlib path when linking the switch_id test
cypherpunks
2015-12-17
Merge branch '17752_again'
Nick Mathewson
2015-12-17
Merge branch 'maint-0.2.7'
Nick Mathewson
2015-12-17
Add some more ed25519 key files to the seccomp sandbox list
Nick Mathewson
2015-12-17
Another try at fixing 17752
Nick Mathewson
2015-12-17
Fix unused variable errors
cypherpunks
2015-12-17
Return 77 means "skipped"
Nick Mathewson
2015-12-17
Improve warning message
cypherpunks
2015-12-17
Add missing parentheses
cypherpunks
2015-12-17
Remove Windows specific data type usage
cypherpunks
2015-12-17
Conform to the type signature of setsockopt(2)
cypherpunks
2015-12-17
Use a Windows specific socket error code
cypherpunks
2015-12-17
Do not run switch_id test on Windows
cypherpunks
2015-12-16
Merge remote-tracking branch 'teor/fix-multi-dir'
Nick Mathewson
2015-12-17
Prop210: Fix directory fetch tests
teor (Tim Wilson-Brown)
2015-12-17
Prop210: Check fallback directories and authorities work as expected
teor (Tim Wilson-Brown)
2015-12-17
Prop210: Only clients benefit from multiple consensus downloads
teor (Tim Wilson-Brown)
2015-12-16
More emergency-check code for un-removed pending entry conns
Nick Mathewson
2015-12-16
Add an edge_about_to_close() call to ap_about_to_close().
Nick Mathewson
2015-12-16
Move pending-connection code into connection_ap_about_to_close
Nick Mathewson
2015-12-16
Merge branch 'maint-0.2.7'
Nick Mathewson
2015-12-16
Don't call pthread_condattr_setclock() unless it exists
Nick Mathewson
[next]