summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/ /
* | Upgrade to fslock version 0.2Nick Mathewson2021-10-274-4/+4
* | Improve and future-proof the `arti` CLIeta2021-10-274-124/+159
* | Update our disclaimers and limitations sections.Nick Mathewson2021-10-2712-77/+23
* | 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
|\ \
| * | Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-266-55/+350
* | | Merge branch 'pb_lite_squashed'Nick Mathewson2021-10-265-11/+236
|\ \ \
| * | | Avoid a strange borrow syntax in tor_guardmgr::sampleNick Mathewson2021-10-261-3/+3
| * | | Do not blame a guard for failures on non-random circuits.Nick Mathewson2021-10-262-4/+41
| * | | Implement a "lightweight" form of pathbias detection.Nick Mathewson2021-10-263-5/+193
* | | | Tests and refactoring for IsolationMap.Nick Mathewson2021-10-261-13/+50
* | | | TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-263-10/+14
* | | | More tests for arti_client::addressNick Mathewson2021-10-261-15/+106
* | | | Merge branch 'isolate_clients'Nick Mathewson2021-10-263-55/+134
|\ \ \ \
| * | | | Turn StreamIsolation into a separate type.Nick Mathewson2021-10-253-43/+103
| * | | | Add an isolate_client() function to create an isolated TorClient.Nick Mathewson2021-10-251-15/+34
| |/ / /
* / / / Upgrade curve25519-dalek requirement to 3.2.0Nick Mathewson2021-10-251-1/+1
|/ / /
* | | guardmgr: Don't use guards that are marked as unlisted.Nick Mathewson2021-10-252-7/+22
* | | s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-255-6/+6
* | | Fix a typo in a comment.Nick Mathewson2021-10-251-1/+1
* | | Migrate tor-dirmgr from chrono to time 0.3Nick Mathewson2021-10-243-36/+40
* | | Migrate tor-netdoc from chrono to time 0.3Nick Mathewson2021-10-242-5/+8
* | | Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-232-3/+3
* | | Upgrade to new version of simple_asn1.Nick Mathewson2021-10-221-1/+1
* | | Run "cargo fix --edition-idioms=2018".Nick Mathewson2021-10-224-5/+5
| |/ |/|
* | Replace references to arti-client in the documentation.Nick Mathewson2021-10-218-11/+11
* | Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-2111-30/+22
* | Remove #![allow(clippy::unnecessary_wraps)] in tor-proto.Nick Mathewson2021-10-211-1/+0
* | Remove #![allow(unreachable_pub)] in shared_ref.rsNick Mathewson2021-10-211-7/+5
* | Remove #![allow(clippy::unwrap_used)] in cmdline.rsNick Mathewson2021-10-211-1/+0
* | Remove #![allow_unused] in tor_chanmgr::mgrNick Mathewson2021-10-212-1/+4
* | Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-212-2/+3