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
/
rust
Age
Commit message (
Expand
)
Author
2018-06-28
Extract memarea into its own library
Nick Mathewson
2018-06-28
Extract threading code into a new library.
Nick Mathewson
2018-06-27
Move util_format into a new libtor-encoding library
Nick Mathewson
2018-06-27
Merge branch 'sandbox_refactor'
Nick Mathewson
2018-06-27
Merge branch 'net_refactor'
Nick Mathewson
2018-06-27
Move sandbox code into a new library.
Nick Mathewson
2018-06-27
Move network code to libtor-net.
Nick Mathewson
2018-06-26
fixup! Extract core part of smartlist code into its own library.
Nick Mathewson
2018-06-22
Fix up the rust build script library list.
Nick Mathewson
2018-06-22
Extract the locking and logging code
Nick Mathewson
2018-06-22
Extract simple integer math into its own module
Nick Mathewson
2018-06-22
Move smartlist_add_{v,}asprintf into smartlist.[ch]
Nick Mathewson
2018-06-22
Refactor container into a library.
Nick Mathewson
2018-06-21
Extract tor_malloc and friends to a new module.
Nick Mathewson
2018-06-21
Split crypto and tls libraries into directories
Nick Mathewson
2018-06-21
Move consttime library code into its own directory.
Nick Mathewson
2018-06-21
Extract error functionality into a new lowest-level library.
Nick Mathewson
2018-06-21
Merge branch 'maint-0.3.4'
Nick Mathewson
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
Update copyrights to 2018.
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
2018-05-16
Merge remote-tracking branch 'isis-github/bug26108'
Nick Mathewson
2018-05-15
rust: Update rand_core dependency to 0.2.0-pre.0.
Isis Lovecruft
2018-05-15
rust: Update rand dev-dependency to 0.5.0-pre.2.
Isis Lovecruft
2018-05-15
rust: Export digests subcrate from our crypto crate.
Isis Lovecruft
2018-05-15
rust: Export crypto_rand::* functions from our external crate.
Isis Lovecruft
2018-05-15
rust: Move rand crate into crypto parent crate.
Isis Lovecruft
2018-05-15
rust: Make Rng::new() methods public.
Isis Lovecruft
2018-05-08
rust: Add crypto crate and implement Rust wrappers for SHA2 code.
Isis Lovecruft
[next]