| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'timeouts' into 'main' | Ian Jackson | 2023-06-29 | 1 | -16/+109 |
| |\ | | | | | | | | | tor-hsclient: Use estimated timeouts See merge request tpo/core/arti!1342 | ||||
| | * | tor-hsclient: Add some notes about timeouts and hops | Ian Jackson | 2023-06-29 | 1 | -0/+8 |
| | | | |||||
| | * | tor-hsclient: Use estimated timeouts for introduction and rendezvous (fmt) | Ian Jackson | 2023-06-29 | 1 | -2/+6 |
| | | | |||||
| | * | tor-hsclient: Use estimated timeouts for introduction and rendezvous | Ian Jackson | 2023-06-29 | 1 | -12/+44 |
| | | | | | | | | | Replacing RPT_IPT_TIMEOUT is not entirely straightforward. | ||||
| | * | tor-hsclient: Use estimated timeout for hsdir fetches (fmt) | Ian Jackson | 2023-06-29 | 1 | -1/+1 |
| | | | |||||
| | * | tor-hsclient: Use estimated timeout for hsdir fetches | Ian Jackson | 2023-06-29 | 1 | -5/+7 |
| | | | |||||
| | * | tor-hsclient: Provide bodge constant for circuit length | Ian Jackson | 2023-06-29 | 1 | -0/+11 |
| | | | |||||
| | * | tor-hsclient: Plumb timeout estimation machinery | Ian Jackson | 2023-06-29 | 1 | -0/+36 |
| | | | |||||
| * | | Merge branch 'maxintro3' into 'main' | Ian Jackson | 2023-06-29 | 1 | -4/+0 |
| |\ \ | |/ |/| | | | | | tor-netdoc: Handle anomalous numbers of introduction points See merge request tpo/core/arti!1332 | ||||
| | * | tor-netdoc: Reject hsdescs with no intro points | Ian Jackson | 2023-06-28 | 1 | -4/+0 |
| | | | | | | | | | None of the existing NetdocErrorKinds seemed right. | ||||
| * | | tor-hsclient: Use proper CircParameters | Ian Jackson | 2023-06-29 | 1 | -2/+2 |
| | | | | | | | | | Fixes #935 | ||||
| * | | tor-hsclient: err: Rename to RendezvousCompletionCircuitError | Ian Jackson | 2023-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Thsi is a bit of a mouthful now, but it is comprehensible. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1336#note_2917235 | ||||
| * | | tor-hsclient: Handle handshake completion error correctly | Ian Jackson | 2023-06-28 | 1 | -6/+10 |
| | | | |||||
| * | | tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletion | Ian Jackson | 2023-06-28 | 1 | -1/+1 |
| |/ | | | | | | We need to handle errors during the handshake. That also produces a `tor_proto::Error` but we want to print a different message for that, so let's rename this before adding the new variant. | ||||
| * | Merge branch 'reuse' into 'main' | Ian Jackson | 2023-06-28 | 1 | -1/+17 |
| |\ | | | | | | | | | tor-hsclient: Discuss intro circuit extend-and-reuse See merge request tpo/core/arti!1298 | ||||
| | * | tor-hsclient: Add a TODO SPEC re HS intro extend-and-reuse | Ian Jackson | 2023-06-23 | 1 | -0/+2 |
| | | | |||||
| | * | tor-hsclient: Discuss intro circuit extend-and-reuse | Ian Jackson | 2023-06-23 | 1 | -1/+15 |
| | | | | | | | | | This is a summary of a discussion I had on IRC. | ||||
| * | | HS timeout parameters: Restore some TODOs | Ian Jackson | 2023-06-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | Conceptually this is a fixup to HS configuration: Add retry parameters to configuration which erroneously removed these comments - they were intended to apply to *all* these parameters, not just the max attempts. Not marking it as fixup! because that would involve merge conflicts. | ||||
| * | | HS configuration: Use configured maximum attempts - comment | Ian Jackson | 2023-06-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Explain why this fallback to MAX is good. Discussion https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1305#note_2915927 | ||||
| * | | HS configuration: Use configured maximum attempts (fmt) | Ian Jackson | 2023-06-28 | 1 | -4/+12 |
| | | | |||||
| * | | HS configuration: Use configured maximum attempts | Ian Jackson | 2023-06-28 | 1 | -10/+9 |
| | | | |||||
| * | | HS configuration: Plumb configuration through (fmt) | Ian Jackson | 2023-06-28 | 1 | -2/+11 |
| | | | | | | | | | Apply deferred rustfmt churn. | ||||
| * | | HS configuration: Plumb configuration through | Ian Jackson | 2023-06-28 | 1 | -2/+11 |
| | | | | | | | | | | | Invent a trait a la circmgr config for the hs client connector config. Plumb a suitable value all the way through to the code that will use it. | ||||
| * | | HS configuration: Add retry parameters to configuration | Ian Jackson | 2023-06-28 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | I think these should go in `[circuit_timing]`. That section already has some retry parameters, so is not strictly *timing*. This is not honoured yet. | ||||
| * | | tor-hsclient: Completely hide hsdir identities in errors | Ian Jackson | 2023-06-28 | 1 | -2/+2 |
| | | | |||||
| * | | hsclient: Use HsDescDownloadRequest::set_max_len. | Nick Mathewson | 2023-06-27 | 1 | -1/+12 |
| | | | |||||
| * | | Merge branch 'circuit-bis' into 'main' | Nick Mathewson | 2023-06-23 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | Add TODO SPEC for issues dealt with in !1299 See merge request tpo/core/arti!1303 | ||||
| | * | | tor-hsclient: Add TODO SPEC for issues dealt with in !1299 | Ian Jackson | 2023-06-23 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge branch 'circuit' into 'main' | Alexander Færøy | 2023-06-23 | 1 | -21/+29 |
| |\| | | | | | | | | | | | | | | Drop intro circuit after ack, and deal with TODOs See merge request tpo/core/arti!1299 | ||||
| | * | | tor-hsclient: Discuss HS descriptor expiry and revision counters | Ian Jackson | 2023-06-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | And delete the corresponding TODO. | ||||
| | * | | tor-hsclient: Downgrade multi-ipt TODO | Ian Jackson | 2023-06-23 | 1 | -3/+4 |
| | | | | |||||
| | * | | tor-hsclient: Downgrade rend/ipt parallelism TODOs and add links | Ian Jackson | 2023-06-23 | 1 | -5/+8 |
| | | | | |||||
| | * | | tor-hsclient: Downgrade ipt parallelism to a note | Ian Jackson | 2023-06-23 | 1 | -2/+4 |
| | | | | |||||
| | * | | tor-hsclient: Downgrade hsdir fetch parallelism to a note | Ian Jackson | 2023-06-23 | 1 | -2/+4 |
| | | | | |||||
| | * | | tor-hsclient: Drop intro circuit after ack | Ian Jackson | 2023-06-23 | 1 | -7/+5 |
| | |/ | |||||
| * | | tor-hsclient: Write a test plan for IPT state management | Ian Jackson | 2023-06-23 | 1 | -0/+23 |
| | | | | | | | | | | | This won't be trivial. Put it in as a TODO HS rather than as part of this fix MR. | ||||
| * | | tor-hsclient: Expire old IPT data | Ian Jackson | 2023-06-23 | 1 | -0/+9 |
| |/ | | | | | | | | If we don't use it for a whole, the whole of `Data` will be expired by the new machinery in !1290. However, we also need to expire individual IPTs. This bug doesn't seem to have had a relevant TODO. | ||||
| * | tor-hsclient: Apply deferred rustfmt churn | Ian Jackson | 2023-06-21 | 1 | -6/+3 |
| | | |||||
| * | tor-hsclient: Drop most allows that are marked for removal | Ian Jackson | 2023-06-21 | 1 | -5/+0 |
| | | |||||
| * | tor-hsclient: Drop a large number of unneeded imports | Ian Jackson | 2023-06-21 | 1 | -7/+4 |
| | | |||||
| * | tor-hsclient: Do Debug the descriptor as part of Data | Ian Jackson | 2023-06-21 | 1 | -1/+0 |
| | | | | | | Empirically, this does not cause the descriptor to be spat out in normal operation. And it seems right. | ||||
| * | tor-hsclient: Drop some temporary trace calls | Ian Jackson | 2023-06-21 | 1 | -6/+2 |
| | | | | | | These were added as part of a debugging #885, and are no longer needed. | ||||
| * | tor-hsclient: Drop two eprintlns in production code | Ian Jackson | 2023-06-21 | 1 | -2/+0 |
| | | |||||
| * | tor-hsclinet: Promote dead code allows to cover all tests | Ian Jackson | 2023-06-21 | 1 | -1/+3 |
| | | | | | | We want to remove the crate-level dead code allows. The tests are incomplete and there are multiple todos for that. | ||||
| * | tor-hsclient: Use a formulaic TODO mark for incompleteness of tests | Ian Jackson | 2023-06-21 | 1 | -5/+5 |
| | | |||||
| * | tor-hsclinet: Add a narrow allow, pending answer to open question | Ian Jackson | 2023-06-21 | 1 | -0/+1 |
| | | | | | | I need to talk to HS expert(s) about when this circuit can be torn down. | ||||
| * | tor-hsclient: Remove unused Context.hs_blind_id_key | Ian Jackson | 2023-06-21 | 1 | -3/+0 |
| | | |||||
| * | tor-hsclient: Add an allow for a deliberately-unused variable | Ian Jackson | 2023-06-21 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'netdoc-todos' into 'main' | Nick Mathewson | 2023-06-16 | 1 | -0/+2 |
| |\ | | | | | | | | | Resolve many TODO HS items in tor-netdoc See merge request tpo/core/arti!1251 | ||||
| | * | hsclient: note that we should check revctr. | Nick Mathewson | 2023-06-16 | 1 | -0/+2 |
| | | | |||||
