summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: Replace XXXs with references to arti#269Nick Mathewson2021-12-201-9/+7
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
* Mark a test as #[ignore]Nick Mathewson2021-11-291-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-252-13/+13
* 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-153-430/+463
* 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-033-148/+148
* Merge branch 'timestamp'Nick Mathewson2021-11-022-0/+9
|\
| * Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-022-0/+9
* | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-021-39/+9
|/
* fix/silence clippy lints in test modulesDaniel Eades2021-09-085-3/+7
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-275-0/+2046