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
Age
Commit message (
Expand
)
Author
2019-04-10
Merge remote-tracking branch 'tor-github/pr/926' into maint-0.4.0
Nick Mathewson
2019-04-10
Prevent double free on huge files with 32 bit.
Tobias Stoeckmann
2019-04-10
Merge remote-tracking branch 'tor-github/pr/920' into maint-0.4.0
teor
2019-04-09
Merge branch 'bug29922_035' into maint-0.4.0
Nick Mathewson
2019-04-09
Actually I believe this should be an EINVAL.
Nick Mathewson
2019-04-09
Check return value of buf_move_to_buf for error.
Tobias Stoeckmann
2019-04-09
Protect buffers against INT_MAX datalen overflows.
Tobias Stoeckmann
2019-04-09
Merge branch 'tor-github/pr/915' into maint-0.4.0
George Kadianakis
2019-04-09
Merge remote-tracking branch 'tor-github/pr/892' into maint-0.4.0
teor
2019-04-08
Detect and suppress an additional gmtime() warning in test_util.c
Nick Mathewson
2019-04-06
Merge remote-tracking branch 'tor-github/pr/911' into maint-0.4.0
teor
2019-04-06
NSS: disable TLS1.2 SHA-384 ciphersuites.
Nick Mathewson
2019-04-06
NSS: Log an error message when SSL_ExportKeyingMaterial() fails
Nick Mathewson
2019-04-06
Merge branch 'maint-0.2.9' into maint-0.3.4
teor
2019-04-05
Merge branch 'tor-github/pr/906' into maint-0.4.0
George Kadianakis
2019-04-05
Merge branch 'tor-github/pr/902' into maint-0.4.0
George Kadianakis
2019-04-05
Merge branch 'tor-github/pr/800' into maint-0.4.0
George Kadianakis
2019-04-05
circuitpadding: comment fixes
teor
2019-04-05
test/circuitpadding: Delete circuitpadding_circuitsetup_machine()
teor
2019-04-05
Bug #29500: Fix monotime mocking in circpad unittests.
Mike Perry
2019-04-05
Bug 29500: Start monotime at 1000 nsec.
Mike Perry
2019-04-05
Bug 29500: Attempt to fix the tokens test.
Mike Perry
2019-04-04
Merge branch 'bug29959_040_squashed' into maint-0.4.0
Nick Mathewson
2019-04-04
bwauth: Actually include the bandwidth-file-digest in authority votes
teor
2019-04-04
Implement an DormantCanceledByStartup option
Nick Mathewson
2019-04-04
Merge branch 'bug30021_029' into bug30021_035
Nick Mathewson
2019-04-04
Do not cache bogus results from classifying client ciphers
Nick Mathewson
2019-04-03
Improve logging for 28614.
Nick Mathewson
2019-04-03
Merge branch 'tor-github/pr/867' into maint-0.4.0
George Kadianakis
2019-04-03
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-04-03
Merge branch 'maint-0.3.4' into maint-0.3.5
Nick Mathewson
2019-04-03
Merge branch 'maint-0.2.9' into maint-0.3.4
Nick Mathewson
2019-04-03
Update geoip and geoip6 to the April 2 2019 database.
Karsten Loesing
2019-03-29
dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add()
teor
2019-03-29
Add connection_dir_buf_add() helper function
rl1987
2019-03-27
Merge remote-tracking branch 'tor-github/pr/835' into maint-0.4.0
teor
2019-03-27
Merge remote-tracking branch 'tor-github/pr/820' into maint-0.3.4
teor
2019-03-27
Merge remote-tracking branch 'tor-github/pr/836' into maint-0.4.0
teor
2019-03-26
Merge branch 'tor-github/pr/847' into maint-0.4.0
George Kadianakis
2019-03-26
Merge remote-tracking branch 'tor-github/pr/852' into maint-0.4.0
teor
2019-03-26
dircache: fix identation and remove unneded goto
juga0
2019-03-26
bwauth: remove declaring args, they are now in use
juga0
2019-03-26
test: check that .../bandwidth.z is compressed
juga0
2019-03-26
test: Check bw file cache lifetime
juga0
2019-03-26
bwauth: increment bw file cache lifetime
juga0
2019-03-26
bwauth: check and use compression serving bw file
juga0
2019-03-26
bwauth: check if a bw file could be read
juga0
2019-03-26
bwauth: use flag to do not warn when file is missing
juga0
2019-03-26
Serve bandwidth file used in the next vote
juga0
2019-03-26
Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0
teor
[next]