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
/
common
Age
Commit message (
Expand
)
Author
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-02-07
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.4
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-02-07
Refine the memwipe() arguments check for 18089 a little more.
Nick Mathewson
2017-02-07
Make memwipe() do nothing when passed a NULL pointer or zero size
teor (Tim Wilson-Brown)
2016-12-21
Withstand failures in CLOCK_MONOTONIC_COARSE
Nick Mathewson
2016-12-07
Backport the other sierra fix in 20865.
Nick Mathewson
2016-12-07
Merge branch 'bug20710_025' into maint-0.2.9
Nick Mathewson
2016-12-05
Merge branch 'getentropy_028' into maint-0.2.8
Nick Mathewson
2016-12-05
20865: Don't use getentropy() on OSX Sierra.
Nick Mathewson
2016-12-05
Always Use EVP_aes_*_ctr() with openssl 1.1
Nick Mathewson
2016-12-01
Fix major errors in freeing getaddrinfo sandbox cache
Nick Mathewson
2016-11-08
Use va_copy() in pure-windows version of tor_asprintf().
Nick Mathewson
2016-11-07
Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9
Nick Mathewson
2016-11-06
Always Use EVP_aes_*_ctr() with openssl 1.1
Nick Mathewson
2016-11-03
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2016-11-03
Merge branch 'bug20551_028' into maint-0.2.8
Nick Mathewson
2016-11-03
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2016-11-03
Work around a behavior change in openssl's BUF_MEM code
Nick Mathewson
2016-11-03
Use explicit casts to avoid warnings when building with openssl 1.1
Nick Mathewson
2016-11-02
Improve comments in check_private_dir and onion poisoning
teor
2016-10-31
Actually clamp the number of detected CPUs to 16.
Nick Mathewson
2016-10-17
Fix a syntax problem
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-10-14
Merge remote-tracking branch 'public/spaces_in_unix_addrs'
Nick Mathewson
2016-10-11
Switch from "AF_UNIX is always equal" to "always unequal" to avoid wacky bugs...
Nick Mathewson
2016-10-11
Merge remote-tracking branch 'yawning-schwanenlied/bug20261'
Nick Mathewson
2016-10-11
torrc parsing b0rks on carriage-return
paolo.ingls@gmail.com
2016-10-10
Bug 20261: Treat AF_UNIX addresses as equal when comparing them.
Yawning Angel
2016-10-06
Stop implying that we support openssl 1.0.0; we don't.
Nick Mathewson
2016-10-04
Allow a unix: address to contain a C-style quoted string.
Nick Mathewson
2016-10-03
Avoid reordering IPv6 interface addresses
cypherpunks
2016-09-24
Merge branch 'osx_sierra_028'
Nick Mathewson
2016-09-24
Fix pthread_cond_timedwait() on OSX Sierra
Nick Mathewson
2016-09-24
Fix compilation on OSX Sierra (10.12)
Nick Mathewson
2016-09-22
Fix conflicting types errors for aes.c.
Nick Mathewson
2016-09-16
Add support for AES256 and AES192
Nick Mathewson
2016-09-16
Remove a needless level of indirection from crypto_cipher_t
Nick Mathewson
2016-09-16
Simplify the crypto_cipher_t interface and structure
Nick Mathewson
2016-09-16
In aes.c, support 192-bit and 256-bit keys.
Nick Mathewson
2016-09-14
Remove an extraneous parenthesis in IF_BUG_OHNCE__
Nick Mathewson
2016-09-13
Merge remote-tracking branch 'public/bug20063'
Nick Mathewson
2016-09-13
Merge remote-tracking branch 'public/ticket19998'
Nick Mathewson
2016-09-11
Merge remote-tracking branch 'public/solaris_warnings_028'
Nick Mathewson
2016-09-09
Fix cases where the tests were doing closesocket() on a non-socket
Nick Mathewson
2016-09-09
Chop another ~93 RSA key generations out of the unit tests
Nick Mathewson
2016-09-08
Treat all nonfatal assertion failures as unit test failures.
Nick Mathewson
2016-09-06
Add facility to suppress/capture tor_bug_occurred_() messages in unit tests.
Nick Mathewson
2016-09-06
Add !(...) to BUG() log messages
Nick Mathewson
2016-09-06
checkSpace.pl now forbids more identifiers.
Nick Mathewson
[prev]
[next]