summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-0128-153/+153
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-0113-13/+13
* Fix broken build and tests after arti!700.Alexander Færøy2022-08-311-3/+4
* Merge branch 'ahf/563-appveyor-test-fix' into 'main'Nick Mathewson2022-08-311-2/+3
|\
| * Shorten the duration needed in preemptive::test::does_not_predict_old_ports.Alexander Færøy2022-08-311-2/+3
* | Merge branch 'rustdoc_fix_20220831' into 'main'Nick Mathewson2022-08-311-1/+1
|\ \
| * | Fix a rustdoc link error.Nick Mathewson2022-08-311-1/+1
* | | Add test warning exceptions to arti::cfg::testNick Mathewson2022-08-311-0/+7
|/ /
* | Update README.md files with "readmes" tool.Nick Mathewson2022-08-315-9/+55
* | Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-319-13/+194
|\ \
| * | Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-315-13/+34
| * | fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-315-2/+162
* | | Merge branch 'ahf/557-mistrust-fixes-3' into 'main'Nick Mathewson2022-08-311-2/+6
|\ \ \
| * | | Comment out docstring as it fails to compile on Windows.Alexander Færøy2022-08-301-2/+3
| * | | Disable 3 tests in fs-mistrust.Alexander Færøy2022-08-301-0/+3
* | | | Merge branch 'refactor-anyhow-arti-crate' into 'main'Nick Mathewson2022-08-313-5/+4
|\ \ \ \
| * | | | Remove `anyhow` from `tor-config` crateArturo Marquez2022-08-283-5/+4
* | | | | Merge branch 'upgrade_2022_0830' into 'main'Nick Mathewson2022-08-312-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Upgrade serial_test in preparation for release.Nick Mathewson2022-08-301-1/+1
| * | | | Upgrade statrs in preparation for release.Nick Mathewson2022-08-301-1/+1
| | |/ / | |/| |
* / | | Mark a few APIs as experimental in docs.Nick Mathewson2022-08-302-0/+2
|/ / /
* | | tor-config: DisfavouredKey: Linkify DisplayIan Jackson2022-08-301-1/+1
* | | tor-config: DisfavouredKey: Widen applicability of .to_string()Ian Jackson2022-08-301-1/+1
* | | Add documentation note on `to_string()` usage for DisfavouredKey.Alexander Færøy2022-08-301-0/+2
* | | Fix Tests on Windows in Configuration Subsystem.Alexander Færøy2022-08-301-6/+30
* | | Merge branch 'sighup' into 'main'Ian Jackson2022-08-304-65/+137
|\ \ \
| * | | small refactoring to reduce duplicaiton of config reloadingtrinity-1686a2022-08-272-42/+44
| * | | connect SIGHUP to watch_cfgtrinity-1686a2022-08-272-62/+90
| * | | WIP: listen for sighups and reconfigure?Nick Mathewson2022-08-261-0/+13
| * | | Add functionality to listen for SIGHUPs.Nick Mathewson2022-08-262-1/+30
* | | | Use `expect()` instead of `unwrap()` in `mistrust_build()`.Alexander Færøy2022-08-291-1/+1
* | | | Refactor the construction of the `Mistrust` type in tests.Alexander Færøy2022-08-292-97/+93
* | | | Document in link_rel() why we do not support symlinks on Windows.Alexander Færøy2022-08-291-0/+4
* | | | Disable fs-mistrust's simple_cases() unit test on non-Unix.Alexander Færøy2022-08-261-1/+5
* | | | Fix compilation of tests for Windows.Alexander Færøy2022-08-261-13/+49
* | | | Mark fs-mistrust's link_rel() and link_abs() as Unix-only.Alexander Færøy2022-08-261-10/+3
* | | | Mark the repeats and looping tests in fs-mistrust as Unix-only.Alexander Færøy2022-08-261-1/+6
| |/ / |/| |
* | | fs-mistrust: Try to handle verbatim prefixes in test.Nick Mathewson2022-08-261-0/+31
|/ /
* | Merge branch 'fs-mistrust-by-component' into 'main'Ian Jackson2022-08-261-11/+52
|\ \
| * | fs-mistrust: Clarify comment on `stack`Ian Jackson2022-08-261-0/+2
| * | fs-mistrust: Handle windows prefixes specially.Nick Mathewson2022-08-261-11/+50
| |/
* | Merge branch 'safelog_more' into 'main'Ian Jackson2022-08-268-14/+26
|\ \
| * | arti-client: Treat list of exit ports as sensitive.Nick Mathewson2022-08-252-3/+4
| * | arti: Adjust severity on per-socks-request log.Nick Mathewson2022-08-252-5/+9
| * | arti-client: Downgrade "got a circuit for" message.Nick Mathewson2022-08-251-1/+1
| * | Downgrade "guard set loaded" messagesNick Mathewson2022-08-251-1/+1
| * | circmgr: treat usage as sensitive.Nick Mathewson2022-08-251-1/+6
| * | tor-chanmgr: don't log addresses so much.Nick Mathewson2022-08-252-3/+5
* | | Merge branch 'clippy' into 'main'Nick Mathewson2022-08-261-0/+8
|\ \ \
| * | | tor-config: tests: Apply standard lint block in sources.rsIan Jackson2022-08-251-0/+8