summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor wait_for_connection a bit.Nick Mathewson2021-11-101-12/+14
* Merge remote-tracking branch 'origin/mr/116'Nick Mathewson2021-11-103-24/+63
|\
| * Implement optimistic streamYuan Lyu2021-11-093-24/+63
* | Require consensus-diff line 2 to start with "hash "Nick Mathewson2021-11-101-1/+1
* | tor-dirmgr: tests for making and expanding consensus requests.Nick Mathewson2021-11-101-0/+125
* | tor-dirmgr: Tests for high-level loading functions.Nick Mathewson2021-11-101-3/+152
|/
* Merge branch 'S0AndS0/arti-cargo-husky' into HEADeta2021-11-091-3/+2
* Add a couple of pieces of missing documentation.Nick Mathewson2021-11-082-4/+6
* More tests on tor-dirmgr::stateNick Mathewson2021-11-083-27/+113
* In rust-nightly CI, forbid debugging prints.Nick Mathewson2021-11-041-0/+3
* Remove one more test println!().Nick Mathewson2021-11-041-1/+0
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-047-30/+39
* Remove all remaining dbg! instances.Nick Mathewson2021-11-044-11/+0
* 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