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
2018-06-29
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-06-29
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-06-29
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-06-29
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-06-29
Merge remote-tracking branch 'ahf-github/maint-0.2.9' into maint-0.2.9
Nick Mathewson
2018-06-26
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-06-26
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-06-26
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-06-26
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-06-26
Merge branch 'feature26372_029' into maint-0.2.9
Nick Mathewson
2018-06-26
Bump version to 0.3.4.3-alpha-dev
Nick Mathewson
2018-06-25
Bump to 0.3.4.3-alpha.
Nick Mathewson
2018-06-24
Add some casts to get test_dir.c compiling on windows.
Nick Mathewson
2018-06-24
Fix test_geoip failures on windows by writing file in binary mode.
Nick Mathewson
2018-06-23
Fix memory leak in test_sr_setup_commits().
Alexander Færøy
2018-06-23
Fix memory leak in disk_state_parse_commits().
Alexander Færøy
2018-06-23
Fix memory leak in frac_nodes_with_descriptors().
Alexander Færøy
2018-06-23
Fix potential memory leak in test_hs_auth_cookies().
Alexander Færøy
2018-06-21
Prefer recent Python 3 in autoconf.
Nick Mathewson
2018-06-21
Hang on; this branch is supposed to be 0.3.4.2-alpha-dev.
Nick Mathewson
2018-06-21
Merge branch 'bug25787_squashed' into maint-0.3.4
Nick Mathewson
2018-06-21
Revise geoip tests to not require paths of actual geoip config
Nick Mathewson
2018-06-21
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-06-21
Fix changes file for memory leak.
Nick Mathewson
2018-06-21
Merge branch 'additional_rust_test_fixes' into maint-0.3.4
Nick Mathewson
2018-06-21
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-06-20
Merge remote-tracking branch 'catalyst-github/allow_fail_rust' into maint-0.3.4
Nick Mathewson
2018-06-20
fix memory leak in protover.c
Roger Dingledine
2018-06-20
add build.rs to EXTRA_DIST
Nick Mathewson
2018-06-20
Allow spaces in CCLD in linker.sh
Nick Mathewson
2018-06-20
eol@eof is still the law in 0.3.4 :(
Nick Mathewson
2018-06-20
Add a leak suppression for backtrace_alloc
Nick Mathewson
2018-06-20
Merge branch 'maint-0.3.4' into additional_rust_test_fixes
Nick Mathewson
2018-06-20
Use different RUST_LINKER_OPTIONS for sanitizers
Nick Mathewson
2018-06-20
Fix clang warnings introduced by 9f2b887c5d251b93ee9def708
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 --all-features flag from `cargo test` call in test_rust.sh.
Isis Lovecruft
2018-06-20
Allow Rust to fail for now
Taylor Yu
2018-06-20
eol@eof in test-dir.c
Nick Mathewson
2018-06-20
Merge branch 'asn_bug24977_final_squashed' into maint-0.3.4
Nick Mathewson
2018-06-20
Add changes file for #24977.
George Kadianakis
2018-06-20
Recreate nodelist before use if it's outdated.
George Kadianakis
2018-06-20
Recreate voting schedule before use if it's outdated.
George Kadianakis
2018-06-20
rust: Remove redundant "testing" feature from tor_log crate.
Isis Lovecruft
2018-06-20
Merge branch 'rl1987_bug26196_rebased_034' into maint-0.3.4
Nick Mathewson
2018-06-20
Add changes file
rl1987
2018-06-20
Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is on
rl1987
[next]