| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | CHANGELOG: finalise (and set release date to today) | Ian Jackson | 2024-04-30 | 1 | -5/+1 | |
| | | | ||||||
| | * | CHANGELOG: correct a reference re constructing KeyMgr | Ian Jackson | 2024-04-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | CHANGELOG: document further changes in subsequent MRs | Ian Jackson | 2024-04-30 | 1 | -3/+6 | |
| |/ | ||||||
| * | Merge branch 'upgrade' into 'main' | Ian Jackson | 2024-04-30 | 1 | -208/+244 | |
| |\ | | | | | | | | | cargo update, to update our Cargo.lock See merge request tpo/core/arti!2112 | |||||
| | * | cargo update, to update our Cargo.lock | Ian Jackson | 2024-04-30 | 1 | -208/+244 | |
| | | | ||||||
| * | | Merge branch 'changelog-20240429' into 'main' | Ian Jackson | 2024-04-30 | 1 | -0/+221 | |
| |\ \ | | | | | | | | | | | | | Initial changelog for Arti 1.2.2 See merge request tpo/core/arti!2108 | |||||
| | * | | Changelog: Fix typo. | Nick Mathewson | 2024-04-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Initial changelog for Arti 1.2.2 | Nick Mathewson | 2024-04-29 | 1 | -0/+221 | |
| | | | | ||||||
| * | | | Merge branch 'lgpl-note' into 'main' | Ian Jackson | 2024-04-30 | 2 | -2/+89 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Add a note about LGPL, rust, and binary distribution. See merge request tpo/core/arti!2106 | |||||
| | * | | | Add a note about LGPL, rust, and binary distribution. | Nick Mathewson | 2024-04-29 | 2 | -2/+89 | |
| | |/ / | ||||||
| * | | | Merge branch 'feat' into 'main' | Ian Jackson | 2024-04-30 | 2 | -2/+1 | |
| |\ \ \ | |_|/ |/| | | | | | | | | Sort out cargo features for release See merge request tpo/core/arti!2111 | |||||
| | * | | tor-memquota: Add contents of full feature | Ian Jackson | 2024-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | From fixup-features | |||||
| | * | | arti-client: vanguards cargo feature: remove from experimental | Ian Jackson | 2024-04-30 | 1 | -1/+0 | |
| |/ / | | | | | | | Followup to !2109. | |||||
| * | | Merge branch 'enable-vanguards' into 'main' | Ian Jackson | 2024-04-30 | 8 | -28/+62 | |
| |\ \ | | | | | | | | | | | | | arti-client: Make vanguards non-experimental. See merge request tpo/core/arti!2109 | |||||
| | * | | tor-guardmgr: Make remove_unlisted return the number of unlisted vanguards. | Gabriela Moldovan | 2024-04-30 | 1 | -2/+4 | |
| | | | | | | | | | | | | | For symmetry with remove_expired. | |||||
| | * | | tor-guardmgr: Make remove_expired return the number of expired vanguards. | Gabriela Moldovan | 2024-04-30 | 2 | -20/+25 | |
| | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2109#note_3024672 | |||||
| | * | | tor-guardmgr: Prevent misleading logs when not rotating vanguards. | Gabriela Moldovan | 2024-04-29 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | | | `rotate_expired()` now only logs that it is rotating the vanguards if some existing vanguards have actually expired. | |||||
| | * | | tor-circmgr: Don't log unless we are launching some circuits. | Gabriela Moldovan | 2024-04-29 | 1 | -5/+7 | |
| | | | | | | | | | | | | | Otherwise we end up logging that we're launching 0 circuits. | |||||
| | * | | tor-guardmgr: Make a vanguard log message more accurate. | Gabriela Moldovan | 2024-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | We flush every time the vanguards may have changed, but we don't know for sure if they did. | |||||
| | * | | arti: Make vanguards a default feature. | Gabriela Moldovan | 2024-04-29 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | arti-client: Make vanguards non-experimental. | Gabriela Moldovan | 2024-04-29 | 5 | -10/+21 | |
| | | | | | | | | | | | | | This makes the vanguards feature non-experimental. | |||||
| * | | | Merge branch 'quota-rename' into 'main' | Ian Jackson | 2024-04-29 | 19 | -12/+12 | |
| |\ \ \ | |/ / |/| | | | | | | | | Rename tor-memtrack to tor-memquota See merge request tpo/core/arti!2105 | |||||
| | * | | Rename tor-memtrack to tor-memquota | Ian Jackson | 2024-04-29 | 19 | -12/+12 | |
| | | | | ||||||
| * | | | Merge branch 'report-readiness-no-cache' into 'main' | gabi-250 | 2024-04-29 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | | | | | | | | | properly report bootstrap readiness without cache See merge request tpo/core/arti!2107 | |||||
| | * | | | properly report bootstrap readiness without cache | trinity-1686a | 2024-04-29 | 1 | -0/+3 | |
| | |/ / | ||||||
| * | | | Merge branch 'prefer-stub-plus' into 'main' | gabi-250 | 2024-04-29 | 3 | -15/+63 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tor-circmgr: Prefer STUB+ where possible. Closes #1385 and #1353 See merge request tpo/core/arti!2104 | |||||
| | * | | | tor-circmgr: Remove no-longer-relevant TODO. | Gabriela Moldovan | 2024-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The wanted_kind _does_ matter. | |||||
| | * | | | tor-circmgr: The circuit must still be usable, even if vanguards are enabled. | Gabriela Moldovan | 2024-04-29 | 1 | -3/+1 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Prefer STUB+ where possible. | Gabriela Moldovan | 2024-04-29 | 2 | -10/+61 | |
| | | | | | | | | | | | | | | | | | Closes #1385 | |||||
| | * | | | tor-circmgr: Remove no-longer-needed dead_code allow. | Gabriela Moldovan | 2024-04-29 | 1 | -1/+0 | |
| |/ / / | ||||||
| * | | | Merge branch 'launch-stub-circuits' into 'main' | gabi-250 | 2024-04-29 | 2 | -47/+166 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tor-circmgr: Make a fraction of preemptive HS circuits be STUB+. Closes #1353 See merge request tpo/core/arti!2102 | |||||
| | * | | | tor-circmgr: Have separate targets for the STUB and STUB+ pools (fmt). | Gabriela Moldovan | 2024-04-29 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Have separate targets for the STUB and STUB+ pools. | Gabriela Moldovan | 2024-04-29 | 1 | -32/+46 | |
| | | | | | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2102#note_3024366 | |||||
| | * | | | tor-circmgr: Add a TODO about launching HS circuits in parallel. | Gabriela Moldovan | 2024-04-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2102#note_3024370 | |||||
| | * | | | tor-circmgr: Expand on the ForLaunch docs. | Nick Mathewson | 2024-04-29 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Remove an addressed TODO. | Gabriela Moldovan | 2024-04-29 | 1 | -13/+0 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Log the kinds of circuits we're about to launch (fmt). | Gabriela Moldovan | 2024-04-29 | 1 | -4/+1 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Log the kinds of circuits we're about to launch. | Gabriela Moldovan | 2024-04-29 | 2 | -3/+24 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Remove no-longer-needed dead code allows. | Gabriela Moldovan | 2024-04-29 | 1 | -2/+0 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Make a fraction of preemptive HS circuits be STUB+. | Gabriela Moldovan | 2024-04-29 | 2 | -11/+111 | |
| | | |/ | |/| | | | | | | | Closes #1353 | |||||
| * | | | Merge branch 'rpc-macro' into 'main' | Ian Jackson | 2024-04-29 | 1 | -33/+86 | |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | tor-rpcbase: simplify invoker_ent invocation (and infer the fn type) Closes #1380 See merge request tpo/core/arti!2103 | |||||
| | * | | tor-rpcbase: Add a missing `#[doc(hidden)]` | Ian Jackson | 2024-04-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2103#note_3024372 I overlooked this. | |||||
| | * | | tor-rpcbase: invoker_ent!: simplify argument parsing | Ian Jackson | 2024-04-25 | 1 | -12/+15 | |
| | | | | | | | | | | | | | | | | | | | Previously, one of the macros was documented to accept `(function_expr)`, but in fact it would only accept an identifier. Now we *do* accept any expression. | |||||
| | * | | tor-rpcbase: invoker_ent!: abolish flags argument | Ian Jackson | 2024-04-25 | 1 | -19/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | IMO if we want flags again in the future, we should probably pick a syntax that doesn't involve such awkward patterns. Perhaps `$expr $( , $( $flag )* )?`. But I think we probably won't need that feature. | |||||
| | * | | tor-rpcbase: invoker_ent: Infer the correct fn type for cast | Ian Jackson | 2024-04-25 | 1 | -7/+69 | |
| | | | | | | | | | | | | | | | | This renders the Update flag redundant. Indeed, in this commit we mow ignore the flags. | |||||
| | * | | tor-rpcbase: invoker_ent!: remove buggy unuseable arm | Ian Jackson | 2024-04-25 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This arm puts parens around its argument. But the other arm insists on $func:ident, and also would capture any reasonable input. This was probably something to do with the (func_expr) syntax. We don't need to *fix* this macrology, because in a moment the whole macro can be made to take $func:expr. | |||||
| * | | | Merge branch 'vanguard-config-fixes' into 'main' | gabi-250 | 2024-04-29 | 4 | -59/+99 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tor-guardmgr: Temporarily reintroduce VanguardConfig. Closes #1272 See merge request tpo/core/arti!2099 | |||||
| | * | | | tor-guardmgr: Add a TODO about using the vanguard consensus params. | Gabriela Moldovan | 2024-04-29 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | tor-guardmgr: Make the VanguardMgr tests pass again. | Gabriela Moldovan | 2024-04-29 | 1 | -14/+29 | |
| | | | | | | | | | | | | | | | | | | | | | The tests need to be updated now that the `VanguardMode` is read from the config rather than the consensus. | |||||
| | * | | | tor-guardmgr: Temporarily reintroduce VanguardConfig. | Gabriela Moldovan | 2024-04-29 | 2 | -36/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed on #tor-dev, I'm reintroducing `VanguardConfig` for now. The `VanguardConfig` specifies what mode (full/lite/disabled) the `VanguardMgr` should run in. We currently don't have a separate modes for HS clients and HS services. We shouldn't actually *need* a `VanguardConfig` at all, so this is just a (hopefully!) short- or medium-term fix until we sort out #1382 (which might involve making breaking changes to our `reconfigure()` APIs). Closes #1272 | |||||
