summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* Mark a test as #[ignore]Nick Mathewson2021-11-291-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-7/+7
* Remove a couple more eprintln! calls.Nick Mathewson2021-11-231-1/+1
* Make unreliable tor-proto tests more reliable (arti#238).eta2021-11-181-12/+16
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-273/+291
* A few more eprintln!() removals that I missed.Nick Mathewson2021-11-131-4/+0
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-1/+1
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-14/+20
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-1/+1
* tor-proto: Use a dedicated sender for channel cells, make full-duplexeta2021-11-031-40/+90
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-135/+139
* Merge branch 'timestamp'Nick Mathewson2021-11-021-0/+1
|\
| * Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+1
* | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-021-39/+9
|/
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+720