summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Always use optimistic data for begindir connections.Nick Mathewson2021-11-161-1/+5
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-254/+298
* Replace or remove testing eprintln!()s.Nick Mathewson2021-11-131-3/+4
* Resolve a dead-code warning on nightly.Nick Mathewson2021-11-131-0/+2
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-18/+47
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-853/+242
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-101-7/+6
* Implement optimistic streamYuan Lyu2021-11-091-21/+17
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-041-3/+3
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-24/+42
* Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-021-47/+26
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+1890