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-11-30
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-11-27
Avoid asking for passphrase on junky PEM input
Nick Mathewson
2017-09-12
One more implicit fallthrough warning to fix on GCC 7
Nick Mathewson
2017-09-11
Fix mixed-sign comparison warning in fix for 22797.
Nick Mathewson
2017-09-11
Merge branch 'teor-bug22797-025' into maint-0.2.9
Nick Mathewson
2017-07-27
Merge remote-tracking branch 'public/bug20247_029' into maint-0.2.9
Nick Mathewson
2017-07-26
Fix build warnings from Coverity related to our BUG macro
Nick Mathewson
2017-07-26
Suppress clang4-specific -Wdouble-promotion warnings
Nick Mathewson
2017-07-05
Only disable -Wfloat-conversion on mingw when it exists.
Nick Mathewson
2017-07-05
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-07-05
Merge branch 'maint-0.2.7-redux' into maint-0.2.8
Nick Mathewson
2017-07-05
Merge branch 'maint-0.2.6' into maint-0.2.7-redux
Nick Mathewson
2017-07-05
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2017-07-05
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-07-05
Allow setsockopt(IPV6_V6ONLY) in sandbox.
Nick Mathewson
2017-07-05
Merge branch 'bug22801_028' into maint-0.2.9
Nick Mathewson
2017-07-05
Always allow extra file descriptors when setting the connection maximum
teor
2017-07-03
Fix assertion failure related to openbsd strtol().
Nick Mathewson
2017-07-03
Fix -Wfloat-conversion C warnings on mingw in clamp_double_to_int64.
Nick Mathewson
2017-06-16
Permit the fchmod system call.
Nick Mathewson
2017-06-05
Improve documentation on get_{peer,own}_certificate()
Nick Mathewson
2017-06-05
Test prerequisites: function to dup a cert, make get_own_cert mockable.
Nick Mathewson
2017-06-05
On v3 link handshake, send the correct link certificate
Nick Mathewson
2017-04-26
Add getpid() to the seccomp2 sandbox.
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.6' into maint-0.2.7-redux
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-02-07
Merge remote-tracking branch 'public/bug19152_024_v2' into maint-0.2.4
Nick Mathewson
2017-02-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
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
[next]