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
path:
root
/
src
/
rust
Age
Commit message (
Expand
)
Author
2018-10-30
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-10-30
Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3
Nick Mathewson
2018-10-23
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-10-23
Remove a now-unused rust "use".
Nick Mathewson
2018-10-23
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-09-21
rust/protover: return C-allocated string in protover_all_supported()
cypherpunks
2018-09-21
rust/protover: fix null deref in protover_all_supported()
cypherpunks
2018-09-18
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-09-17
Remove extraneous argument from Rust protover_compute_vote()
Nick Mathewson
2018-09-14
rust/protover: delete ProtoSet::retain
cypherpunks
2018-09-14
rust/protover: use .and_not_in() instead of .retain() in all_supported()
cypherpunks
2018-09-14
rust/protover: add ProtoSet::and_not_in()
cypherpunks
2018-09-14
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-09-13
rust/protover: validate unknown protocol names use only allowed characters
cypherpunks
2018-09-12
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-09-12
rust/protover: fix check for overlapping ranges
cypherpunks
2018-09-12
rust/protover: remove version zero from tests
cypherpunks
2018-08-21
Merge remote-tracking branch 'teor/travis-osx-034' into maint-0.3.4
Nick Mathewson
2018-08-21
Merge remote-tracking branch 'teor/travis-osx-033' into maint-0.3.3
Nick Mathewson
2018-08-17
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-08-17
Merge remote-tracking branch 'onionk/rust-protospace' into maint-0.3.3
Nick Mathewson
2018-08-17
rust/protover: don't accept whitespace in ProtoSet::from_str()
cypherpunks
2018-08-17
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-08-17
rust/protover: fix hyphen parsing bug in ProtoSet::from_str()
cypherpunks
2018-08-10
Merge branch 'travis-osx-033' into travis-osx-034
teor
2018-08-10
Stop setting $CARGO_HOME in src/rust/tor_rust/include.am
teor
2018-06-27
Fix Rust cross compilation.
Alex Xu (Hello71)
2018-06-20
add build.rs to EXTRA_DIST
Nick Mathewson
2018-06-20
Fix memory leak in CryptoDigest type
Nick Mathewson
2018-06-20
Disable doctests in src/rust/crypto module.
Nick Mathewson
2018-06-20
Fix bugs in rust digest tests
Nick Mathewson
2018-06-20
Merge branch 'rust_build_script_v3' into additional_rust_test_fixes
Nick Mathewson
2018-06-20
rust: Remove redundant "testing" feature from tor_log crate.
Isis Lovecruft
2018-06-19
Fix compilation of Rust crypto doctests
Taylor Yu
2018-06-19
Use a rust build script to set linker options correctly for tests.
Nick Mathewson
2018-06-18
Revert "Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a"
Nick Mathewson
2018-06-18
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
Nick Mathewson
2018-06-16
Changes to make the rust crypto::mod tests compile
Nick Mathewson
2018-06-16
Merge remote-tracking branch 'isis/bug26267' into maint-0.3.4
Nick Mathewson
2018-06-16
Merge remote-tracking branch 'isis/bug26245' into maint-0.3.4
Nick Mathewson
2018-06-15
rust: Remove unused N_DIGEST_ALGORITHMS constant from crypto_digest.rs.
Isis Lovecruft
2018-06-15
rust: Add comment and pragma on "unused" smartlist_t type.
Isis Lovecruft
2018-06-15
Make Rust warnings conditionally fatal
Taylor Yu
2018-06-15
rust: Expose rand module from crypto crate.
Isis Lovecruft
2018-06-15
Set default-features = false for rand_core
Taylor Yu
2018-05-22
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-05-22
Make the TROVE-2018-005 fix work with rust.
Nick Mathewson
2018-05-22
rust: Mirror TROVE-2018-005 fix in Rust protover implementation.
Isis Lovecruft
2018-05-22
rust: Mirror TROVE-2018-005 fix in Rust protover implementation.
Isis Lovecruft
2018-05-16
Merge remote-tracking branch 'isis-github/bug26106'
Nick Mathewson
[next]