summaryrefslogtreecommitdiff
path: root/tor-rtmock/src/net.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Better documentation for tor-rtmockNick Mathewson2021-05-211-0/+3
|
* Fix documentation warnings.Nick Mathewson2021-05-051-4/+5
|
* Add missing documention in tor-rtmockNick Mathewson2021-05-031-0/+1
|
* Make the MockNetProvider builder non-consuming.Nick Mathewson2021-05-031-34/+32
|
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-0/+657
Since these parts are testing-only, let's take steps to make sure we don't ship them in production by accident.