aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Merge branch 'asn_bug24977_final_squashed' into maint-0.3.4Nick Mathewson
2018-06-20Add changes file for #24977.George Kadianakis
2018-06-20Recreate nodelist before use if it's outdated.George Kadianakis
We currently only do the check when we are about to use the HSDir indices.
2018-06-20Recreate voting schedule before use if it's outdated.George Kadianakis
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20rust: Remove redundant "testing" feature from tor_log crate.Isis Lovecruft
It was synonymous with the builtin "test" feature. * FIXES #26399: https://bugs.torproject.org/26399
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Merge branch 'rl1987_bug26196_rebased_034' into maint-0.3.4Nick Mathewson
2018-06-20Add changes filerl1987
2018-06-20Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is onrl1987
2018-06-20Enable DEBUG_SMARTLIST in unit testsrl1987
2018-06-20Refrain from accessing empty smartlist in test_bridges_clear_bridge_listrl1987
Just check that smartlist length is zero instead
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Merge remote-tracking branch 'catalyst-github/bug26415_034' into maint-0.3.4Nick Mathewson
2018-06-19Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-19Fix linker errors when building Tor.Alexander Færøy
This patch fixes linking errors when compiling Tor with the dirauth module disabled. See: https://bugs.torproject.org/26418
2018-06-19Fix compilation of Rust crypto doctestsTaylor Yu
The doctests for src/rust/crypto don't compile for multiple reasons, including some missing exports and incorrect identifier paths. Fixes bug 26415; bugfix on 0.3.4.1-alpha.
2018-06-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-18Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.aNick Mathewson
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
2018-06-18Revert "Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a"Nick Mathewson
This reverts commit 70d91bd059869a0ecf24ceb66942ada4f66f03c9.
2018-06-18Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.aNick Mathewson
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
2018-06-18remove EOL@EOF adviceNick Mathewson
2018-06-18New check-spaces rule: Our C files may not have duplicate names.Nick Mathewson
2018-06-18Finally remove our EOL@EOF check.Nick Mathewson
This check was added by mistake long ago. It will be nice to see these EOLs disappear from our code over time.
2018-06-18Remove redundant typedefs from _st.h filesNick Mathewson
The typedefs are already in or.h
2018-06-18test: Add missing headers in test_controller.cDavid Goulet
After the big or.h refactoring, one single unit test file was missing two headers for node_t and microdesc_t. Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-06-18Merge branch 'split_or_h'Nick Mathewson
2018-06-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-18Merge branch 'rust_rand_tests' into maint-0.3.4Nick Mathewson
2018-06-18Changes file for "make clippy"Nick Mathewson
2018-06-18Merge remote-tracking branch 'isis-github/bug22156'Nick Mathewson
2018-06-17Merge remote-tracking branch 'ffmancera-1/bug24658-dh_stream'Nick Mathewson
2018-06-17Merge remote-tracking branch 'rl1987/bug25477'Nick Mathewson
2018-06-17Merge remote-tracking branch 'rl1987/feature8323_squashed2'Nick Mathewson
2018-06-17Merge remote-tracking branch 'rl1987/bug26282'Nick Mathewson
2018-06-17Merge remote-tracking branch 'github/bug26152_035'Nick Mathewson
2018-06-17Merge remote-tracking branch 'juga/editorconfig'Nick Mathewson
2018-06-17Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-17Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-17Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-17Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-17Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-17Add .editorconfig to follow coding standards stylejuga0
2018-06-16Changes to make the rust crypto::mod tests compileNick Mathewson
The digest tests don't link yet, though.
2018-06-16Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-16Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-16Fix a bug in my fix for #26258Nick Mathewson
The fix here is use a different bourne shell subsitution for CARGO_ONLINE, so that an empty string counts as set.
2018-06-16Merge branch 'maint-0.3.4'Nick Mathewson