summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-2/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-2/+2
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-115-2/+20
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* rtmock: add the ability to make a connection time out.Nick Mathewson2022-04-021-6/+29
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-3/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+3
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-0/+2
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | add udp to runtimetrinity-1686a2022-03-142-3/+23
* | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-262-4/+4
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-262-10/+12
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-074-44/+54
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-3/+5
* add semicolons if nothing returnedDaniel Eades2021-11-252-3/+4
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-042-22/+28
* Fix some clippy-nightly warnings.Nick Mathewson2021-10-262-9/+12
* Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-262-40/+255
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-9/+12
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-276-0/+1623