summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/testnet.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
|
* use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
|
* tor-netdir: Split testnet errors into a new typeNick Mathewson2022-02-151-6/+9
| | | | | There's no reason to have the test-network-construction code share an error enum with the main netdir code.
* Merge remote-tracking branch 'origin/mr/151'Nick Mathewson2021-11-301-12/+0
|\
| * Remove unused tap_onion_key and tap_keyNeel Chauhan2021-11-281-12/+0
| |
* | add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
|/
* tor_netdir::testnet: Correct a documentation error.Nick Mathewson2021-09-291-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+238
This will cause some pain for now, but now is really the best time to do this kind of thing.