summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-proto: set HalfStream::connected_ok right.Nick Mathewson2021-12-162-2/+15
* | tor-proto: replace a streammap XXXX with a ticket.Nick Mathewson2021-12-161-3/+4
|/
* tor-proto: document an infelicitous behavior.Nick Mathewson2021-12-161-3/+4
* Extend trace messages for destroy/truncated reasons.Nick Mathewson2021-12-151-2/+17
* Merge remote-tracking branch 'origin/mr/191'Nick Mathewson2021-12-151-23/+24
|\
| * In reactor, use enums on whether to destroy circuitsNeel Chauhan2021-12-141-11/+20
| * Methodize the destroy circuit reasonNeel Chauhan2021-12-141-19/+2
| * Handle TRUNCATED cellsNeel Chauhan2021-12-131-12/+9
| * Log on TRUNCATED cellNeel Chauhan2021-12-131-9/+21
* | Merge branch 'check_put_return' into 'main'eta2021-12-153-25/+27
|\ \
| * | Always check whether stream-level SENDMEs are expected.Nick Mathewson2021-12-143-25/+27
| |/
* / Actually decrement the stream-level SENDME windoweta2021-12-142-0/+31
|/
* fix nightly clippy errorsTrinity Pointard2021-12-092-3/+2
* Beautify some Vec->array code in tor-proto.Nick Mathewson2021-12-081-6/+7
* Merge remote-tracking branch 'origin/mr/180'Nick Mathewson2021-12-081-11/+10
|\
| * In CryptInit, return a Result in initialize()Neel Chauhan2021-12-081-11/+10
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-072-4/+4
|/
* Remove some XXXs about zeroizing from tor-proto.Nick Mathewson2021-12-071-2/+0
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-067-17/+21
* add constructorsdagon2021-11-301-17/+53
* Mark a test as #[ignore]Nick Mathewson2021-11-291-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-258-29/+30
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1
* Remove a couple more eprintln! calls.Nick Mathewson2021-11-231-1/+1
* Try to make the tor_proto::circuit::begindir test more reliable.Nick Mathewson2021-11-231-2/+2
* Make unreliable tor-proto tests more reliable (arti#238).eta2021-11-182-22/+28
* 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-155-711/+788
* tor-proto: Stop using async_test in halfstream.rs and sendme.rsNick Mathewson2021-11-152-18/+14
* A few more eprintln!() removals that I missed.Nick Mathewson2021-11-131-4/+0
* 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-129-149/+183
* Completely overhaul the tor-proto circuit reactoreta2021-11-129-1291/+1429
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-103-7/+68
* Refactor wait_for_connection a bit.Nick Mathewson2021-11-101-12/+14
* Implement optimistic streamYuan Lyu2021-11-092-23/+50
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-042-4/+4
* tor-proto: Use a dedicated sender for channel cells, make full-duplexeta2021-11-032-47/+105
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-037-343/+260
* Merge branch 'timestamp'Nick Mathewson2021-11-025-0/+143
|\
| * Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-025-0/+143
* | Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-022-85/+31
* | Merge remote-tracking branch 'origin/mr/118'Nick Mathewson2021-11-022-78/+32
|\ \
| * | Refactor tor_proto::channel::Reactor to use an UnboundedSendereta2021-11-022-78/+32
| |/
* / Remove some dbg!() calls in real code.Nick Mathewson2021-11-021-2/+0
|/
* Improve docs of more (potentially re-exported) arti-client typeseta2021-10-291-16/+48
* Use correct link for AsyncWriteExt::flushNick Mathewson2021-10-281-1/+1
* DataStream: document the importance of flush().Nick Mathewson2021-10-281-3/+12
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-272-9/+1