summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | tor-persist: serde usage now requires derive feature.Nick Mathewson2021-10-291-2/+1
* | | Bump all crate versions to 0.0.1Nick Mathewson2021-10-2926-123/+123
* | | Remove alternative-name handling from exclude_contributors.txtNick Mathewson2021-10-291-4/+2
* | | thanks.sh: Remove tempdir on exit.Nick Mathewson2021-10-291-0/+2
* | | Fix shellcheck warnings in thanks.shNick Mathewson2021-10-291-3/+3
* | | Merge remote-tracking branch 'origin/mr/113'Nick Mathewson2021-10-292-0/+37
|\ \ \
| * | | Add an attempt at autogenerating contributor lists for releaseseta2021-10-292-0/+37
* | | | Add a list_crates.py script, for help with foreach scripting.Nick Mathewson2021-10-291-0/+23
|/ / /
* | | Typo fix in ChangelogNick Mathewson2021-10-291-1/+1
* | | Add a script to enforce topological sorting in workspace Cargo.tomlNick Mathewson2021-10-291-0/+91
* | | Update Cargo.lock in preparation for Arti 0.0.1 release.Nick Mathewson2021-10-291-71/+71
* | | Update README.md filesNick Mathewson2021-10-291-6/+10
* | | Begin a CHANGELOG.md for Arti 0.0.1Nick Mathewson2021-10-291-0/+84
* | | Merge remote-tracking branch 'origin/mr/112'Nick Mathewson2021-10-294-31/+130
|\ \ \
| * | | Improve docs of more (potentially re-exported) arti-client typeseta2021-10-294-31/+130
* | | | Improve some documentation linksNick Mathewson2021-10-296-13/+15
|/ / /
* | | Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-283-11/+62
* | | Use correct link for AsyncWriteExt::flushNick Mathewson2021-10-281-1/+1
* | | Typo fix in an expect() message.Nick Mathewson2021-10-281-1/+1
* | | Encourage the use of TorClient::clone().Nick Mathewson2021-10-281-1/+2
* | | DataStream: document the importance of flush().Nick Mathewson2021-10-281-3/+12
* | | arti-client example: Try to make the comments a little more clear.Nick Mathewson2021-10-281-6/+10
* | | Update README.md filesNick Mathewson2021-10-282-19/+95
* | | Add removed paragraphs to Architecture.mdNick Mathewson2021-10-281-0/+16
* | | Merge remote-tracking branch 'origin/mr/111'Nick Mathewson2021-10-283-16/+146
|\ \ \
| * | | Improve top-level arti-client documentation, add example codeeta2021-10-283-16/+146
* | | | Oops: add missing data filesNick Mathewson2021-10-282-0/+109
* | | | tor-dirmgr: tests for GetMicrodescsStateNick Mathewson2021-10-281-0/+100
* | | | tor-dirmgr: tests for download schedules.Nick Mathewson2021-10-281-0/+23
* | | | tor-chanmgr: remove PendingChanError as unnecessary.Nick Mathewson2021-10-282-37/+6
* | | | Merge branch 'test_dirmgr'Nick Mathewson2021-10-285-3/+515
|\ \ \ \
| * | | | tor-dirmgr: Test for GetCertsStateNick Mathewson2021-10-284-5/+253
| * | | | tor-dirmgr: Tests for GetConsensusState.Nick Mathewson2021-10-282-0/+242
| * | | | tor-dirmgr::state: Mock the view of current time.Nick Mathewson2021-10-281-3/+25
| |/ / /
* | | | Fix clippy warnings in tests.Nick Mathewson2021-10-281-5/+5
* | | | Merge remote-tracking branch 'origin/mr/110'Nick Mathewson2021-10-281-136/+233
|\ \ \ \
| * | | | tor_circmgr: Refactor and re-enable build_timeout() testNick Mathewson2021-10-271-136/+233
| |/ / /
* | | | Mark request_retried test as ignoredNick Mathewson2021-10-281-0/+1
* | | | move integration tests to scriptsTrinity Pointard2021-10-285-8/+49
|/ / /
* | | Small FAQ update.Nick Mathewson2021-10-271-1/+1
* | | Add missing entries to Architecture.mdNick Mathewson2021-10-271-0/+5
* | | Upgrade to fslock version 0.2Nick Mathewson2021-10-275-7/+6
* | | Improve and future-proof the `arti` CLIeta2021-10-278-171/+224
* | | Update our disclaimers and limitations sections.Nick Mathewson2021-10-2713-92/+38
* | | Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-273-7/+77
* | | Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-274-6/+29
* | | Fix some clippy-nightly warnings.Nick Mathewson2021-10-264-12/+18
* | | Clarify that new SleepProvider methods are testing-only.Nick Mathewson2021-10-261-0/+9
* | | circmgr: Split request_timeout test into two.Nick Mathewson2021-10-261-0/+7
* | | Merge remote-tracking branch 'origin/mr/102'Nick Mathewson2021-10-266-55/+350
|\ \ \