summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* ClientCirc: change some methods to take &selfNick Mathewson2022-01-071-11/+6
* tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-071-8/+25
* Merge branch 'refactor/unwrap-or-default' into 'main'eta2022-01-061-1/+1
|\
| * prefer 'unwrap_or_default' to manual constructorDaniel Eades2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/mr/214'Nick Mathewson2022-01-061-0/+1
|\ \
| * | extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
| |/
* | Merge remote-tracking branch 'origin/mr/212'Nick Mathewson2022-01-062-3/+4
|\ \
| * | tor-circmgr: Don't clone parameters in create_chantarget()Neel Chauhan2021-12-252-3/+4
| |/
* / tor-proto: In begin_stream_impl(), if number of hops is zero, don't continueNeel Chauhan2021-12-251-1/+5
|/
* tor-proto: Replace XXXs with references to arti#269Nick Mathewson2021-12-201-9/+7
* tor-proto: Allow one meta-cell handler at a time.Nick Mathewson2021-12-161-10/+18
* Merge branch 'ct_sendme_tags' into 'main'eta2021-12-162-13/+48
|\
| * tor-proto: use const-time eq on sendme tags.Nick Mathewson2021-12-162-13/+48
* | 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-073-21/+22
|/
* 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
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* 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-156-712/+789
* 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-1210-1293/+1430