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
Age
Commit message (
Expand
)
Author
2019-05-15
Use reproducible RNG logic in circuitpadding tests.
Nick Mathewson
2019-05-15
Testing: allow the user to pass a seed in for reproducible-RNG tests
Nick Mathewson
2019-05-15
Use new RNG and tinytest code to simplify prob_distr tests
Nick Mathewson
2019-05-15
Make testing_disable_reproducible_rng() log seed on test failure
Nick Mathewson
2019-05-15
Give tinytest a function to say whether the current test has failed
Nick Mathewson
2019-05-15
Merge branch 'maint-0.4.0'
Nick Mathewson
2019-05-15
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-05-15
Merge branch 'bug30475_035' into maint-0.3.5
Nick Mathewson
2019-05-15
Merge branch 'maint-0.4.0'
George Kadianakis
2019-05-15
Merge branch 'tor-github/pr/1013' into maint-0.4.0
George Kadianakis
2019-05-14
Merge remote-tracking branch 'tor-github/pr/1004'
Nick Mathewson
2019-05-14
Merge branch 'tor-github/pr/1006'
George Kadianakis
2019-05-13
Fix a compilation warning: function does not have to be STATIC.
Nick Mathewson
2019-05-13
Merge branch 'bug28683_30173_29203_squashed'
Nick Mathewson
2019-05-13
The practracker beatings will continue until the functions get smaller.
Mike Perry
2019-05-13
Changes file for bugs28693+30173+29203.
Mike Perry
2019-05-13
Tests for bugs 28683, 30173, and 29203.
Mike Perry
2019-05-13
Bug 29203: Provide ReducedCircuitPadding torrc and consensus params
Mike Perry
2019-05-13
Bug 28693: Provide Torrc option to disable circuit padding.
Mike Perry
2019-05-13
Merge remote-tracking branch 'tor-github/pr/998'
Nick Mathewson
2019-05-13
sendme: Fix coverity CID 1444999
David Goulet
2019-05-13
Merge branch 'tor-github/pr/976'
David Goulet
2019-05-10
Don't pass a NULL into a %s when logging client auth file load failure
Nick Mathewson
2019-05-10
Merge branch 'tor-github/pr/973'
George Kadianakis
2019-05-08
Merge branch 'tor-github/pr/1000'
David Goulet
2019-05-07
Only call tor_addr_parse() in circuit_is_acceptable() when needed
Neel Chauhan
2019-05-07
Merge branch 'tor-github/pr/994'
David Goulet
2019-05-06
Merge remote-tracking branch 'tor-github/pr/923'
Nick Mathewson
2019-05-06
Hiding crypt_path_t: Add changes file.
George Kadianakis
2019-05-03
sendme: Add FlowCtrl protover value
David Goulet
2019-05-03
Merge branch 'tor-github/pr/954'
David Goulet
2019-05-03
Hiding crypt_path_t: Hide 'crypto' usage in sendme.c
George Kadianakis
2019-05-03
Hiding crypt_path_t: Change code to use the privatization macro.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Hiding 'crypto' using a macro.
George Kadianakis
2019-05-03
Revert "Hiding crypt_path_t: Ensure that ->private is initialized."
George Kadianakis
2019-05-03
Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."
George Kadianakis
2019-05-03
Hiding crypt_path_t: Some TODO notes for future directions.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move some more crypt_path-specific functions.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Rename some functions to fit the crypt_path API.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Trivial changes to satisfy check-local.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Ensure that ->private is initialized.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Create a constructor for crypt_path_t.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Fixup broken unittests.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move the free func in crypt_path.c.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move some more init funcs in crypt_path.c.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Start with crypt_path.crypto .
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move init functions to crypt_path.c.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Move assert functions in crypt_path.c.
George Kadianakis
2019-05-03
Hiding crypt_path_t: Introduce opaque crypt_path_private_t .
George Kadianakis
2019-05-03
Merge branch 'tor-github/pr/984'
David Goulet
[next]