aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* tor-dirmgr: tests for docid module.Nick Mathewson2021-11-041-1/+156
* Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-032-2/+92
* Change how TestingStateMgr handles locking.Nick Mathewson2021-11-031-43/+80
* tor-proto: Use a dedicated sender for channel cells, make full-duplexeta2021-11-032-47/+105
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-0310-347/+268
* Disable a check in exitpathNick Mathewson2021-11-021-1/+2
* Allow clone-on-copy in tor-circmgr tests to fix a nightly-only clippy warning.Nick Mathewson2021-11-022-0/+2
* Merge branch 'bug219'Nick Mathewson2021-11-023-63/+28
|\
| * Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-023-63/+28
* | tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-024-0/+115
* | tor-circmgr: test DirPathBuilder with GuardMgr.Nick Mathewson2021-11-023-1/+43
* | tor-circmgr: testing for NoUsage and TimeoutTesting usageNick Mathewson2021-11-021-0/+24
* | Merge branch 'timestamp'Nick Mathewson2021-11-0211-47/+272
|\ \
| * | Add a comment to explain the computation of net_has_been_down.Nick Mathewson2021-11-021-0/+5
| * | tor-guardmgr: Add tests for a few functions.Nick Mathewson2021-11-022-0/+57
| * | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-024-47/+64
| * | Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-026-0/+146
* | | Merge remote-tracking branch 'origin/mr/119'Nick Mathewson2021-11-022-85/+31
|\ \ \ | |_|/ |/| |
| * | Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-022-85/+31
* | | tor-circmgr: tests for netwoks with no exitsNick Mathewson2021-11-022-25/+76
|/ /
* | Merge remote-tracking branch 'origin/mr/118'Nick Mathewson2021-11-022-78/+32
|\ \
| * | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-022-78/+32
| |/
* | Remove some dbg!() calls in real code.Nick Mathewson2021-11-023-4/+1
* | tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
|/
* 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
* Update README.md filesNick Mathewson2021-10-291-6/+10
* 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
* 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
| |/