| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'changelog-1.8.0' into 'main' | gabi-250 | 2025-12-02 | 1 | -1/+314 |
| |\ | | | | | | | | | Add changelog for 1.8.0 See merge request tpo/core/arti!3514 | ||||
| | * | changelog: Apply maint/format_md_links | Gabriela Moldovan | 2025-12-01 | 1 | -3/+3 |
| | | | |||||
| | * | changelog: Add spacing in proposal name | Gabriela Moldovan | 2025-12-01 | 1 | -2/+2 |
| | | | |||||
| | * | changelog: Add the missing links | Gabriela Moldovan | 2025-12-01 | 1 | -1/+118 |
| | | | |||||
| | * | changelog: Say that the naming convention is outdated | gabi-250 | 2025-12-01 | 1 | -1/+1 |
| | | | |||||
| | * | changelog: Clarify that #1885 is not yet complete | gabi-250 | 2025-12-01 | 1 | -1/+2 |
| | | | |||||
| | * | changelog: Clarify that perl-Time-Piece is only fir RH derivatives | Gabriela Moldovan | 2025-12-01 | 1 | -1/+2 |
| | | | |||||
| | * | Add changelog for 1.8.0 | Gabriela Moldovan | 2025-12-01 | 1 | -0/+194 |
| | | | |||||
| * | | Merge branch 'fixup-feats' into 'main' | Alexander Hansen Færøy | 2025-12-01 | 5 | -21/+57 |
| |\ \ | |/ |/| | | | | | Run fixup-features in preparation for release See merge request tpo/core/arti!3510 | ||||
| | * | futures-copy: Manually fix up the Cargo.toml | Gabriela Moldovan | 2025-12-01 | 1 | -6/+6 |
| | | | | | | | | | | | For some reason `cargo-sort` won't sort it on its own, so I've had to manually move these around to satisfy the check. | ||||
| | * | dirserver: Run cargo-sort in preparation for release | Gabriela Moldovan | 2025-12-01 | 1 | -3/+8 |
| | | | |||||
| | * | futures-copy: Run cargo-sort in preparation for release | Gabriela Moldovan | 2025-12-01 | 1 | -8/+8 |
| | | | |||||
| | * | arti: Run cargo-sort in preparation for release | Gabriela Moldovan | 2025-12-01 | 1 | -18/+40 |
| | | | |||||
| | * | Run fixup-features in preparation for release | Gabriela Moldovan | 2025-12-01 | 5 | -1/+10 |
| | | | |||||
| * | | Merge branch 'nightly-clippy' into 'main' | gabi-250 | 2025-12-01 | 19 | -8/+48 |
| |\ \ | |/ |/| | | | | | Fix nightly warnings See merge request tpo/core/arti!3508 | ||||
| | * | arti: Adjust a no-longer acccurate hss doc | Gabriela Moldovan | 2025-12-01 | 1 | -1/+1 |
| | | | |||||
| | * | arti: Add missing subcommand docs | Gabriela Moldovan | 2025-12-01 | 4 | -0/+6 |
| | | | |||||
| | * | rpcserver: Add a temporary allow for missing docs | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | dirmgr: Rewrite .is_some()/.unwrap() using let match | Gabriela Moldovan | 2025-12-01 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | On nightly, clippy now warns against this and recommends using a `match` instead. See https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap | ||||
| | * | circmgr: Add missing docs for RestrictionFailed | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | circmgr: allow unstable_name_collisions lint for exactly_one() | Gabriela Moldovan | 2025-12-01 | 1 | -0/+4 |
| | | | | | | | | | This silences a new nightly warning. | ||||
| | * | netdoc: Add missing docs for encode_pow_params() | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | proto: Add docs for ExcessPadding | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | netdoc: allow unstable_name_collisions lint for exactly_one() | Gabriela Moldovan | 2025-12-01 | 1 | -0/+5 |
| | | | | | | | | | This silences a new warning on nightly. | ||||
| | * | proto: Allow unstable_name_collisions in several places | Gabriela Moldovan | 2025-12-01 | 2 | -0/+10 |
| | | | |||||
| | * | proto: Remove extra slashes in doc comments | Gabriela Moldovan | 2025-12-01 | 1 | -2/+2 |
| | | | |||||
| | * | cell: Add missing docs to internal macro | Gabriela Moldovan | 2025-12-01 | 1 | -0/+2 |
| | | | |||||
| | * | linkspec: allow unstable_name_collisions lint for exactly_one() | Gabriela Moldovan | 2025-12-01 | 1 | -0/+5 |
| | | | | | | | | | This silences a new warning on nightly. | ||||
| | * | rpc-client-core: Add missing CookieBeginReply docs | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| | | | |||||
| | * | rpc-connect: Remove extra slash in doc comment | Gabriela Moldovan | 2025-12-01 | 1 | -1/+1 |
| | | | |||||
| | * | rpc-connect: Allow missing_docs_in_private_items | Gabriela Moldovan | 2025-12-01 | 1 | -0/+1 |
| |/ | | | | This silences a nightly warning. | ||||
| * | Merge branch 'fix-typo' into 'main' | Ian Jackson | 2025-11-27 | 1 | -1/+1 |
| |\ | | | | | | | | | arti-client: Fix typo See merge request tpo/core/arti!3504 | ||||
| | * | arti-client: Fix typo | Mynacol | 2025-11-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'update-anonticket-urls' into 'main' | opara | 2025-11-27 | 3 | -10/+8 |
| |\ \ | | | | | | | | | | | | | docs: update anonticket URLs to torproject.org See merge request tpo/core/arti!3500 | ||||
| | * | | docs: update anonticket URLs to torproject.org | Nihal | 2025-11-26 | 3 | -10/+8 |
| | | | | |||||
| * | | | Merge branch 'parse2-naming' into 'main' | Ian Jackson | 2025-11-27 | 2 | -15/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | | parse2: Move naming convention to poc See merge request tpo/core/arti!3505 | ||||
| | * | | | parse2: Move naming convention to poc | Clara Engler | 2025-11-27 | 2 | -15/+15 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit moves the "Naming Convention" of the parse2::poc module into the respective module, as it does not apply to parse2 itself, as outlined in arti!3462. With this commit, there remains `NdaSystemTimeDeprecatedSyntax` as the only type outside poc following this naming schema. However, because it is more or less already deprecated anyways, there is no real need to bother with it any further. | ||||
| * | | | Merge branch 'dirserver-timestamp' into 'main' | Clara Engler | 2025-11-27 | 2 | -64/+99 |
| |\ \ \ | | | | | | | | | | | | | | | | | tor-dirserver: Improve database::Timestamp See merge request tpo/core/arti!3501 | ||||
| | * | | | tor-dirserver: Improve database::Timestamp | Clara Engler | 2025-11-27 | 2 | -64/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit improves upon the work made in arti!3460, by establishing the `database::Timestamp` type as a general purpose type for the handling of timestamp throughout the code base. It also replaces all previous occurrences of `SystemTime` within `dirmirror::operation`, which leads to the reduction of code complexity in one particular function, namely `calculate_sync_timeout`. | ||||
| * | | | | Merge branch 'build-fn' into 'main' | Ian Jackson | 2025-11-27 | 2 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-hsservice: Make `RestrictedDiscoveryConfig::build_unvalidated()` private See merge request tpo/core/arti!3503 | ||||
| | * | | | | tor-hsservice: make `build_unvalidated()` private | Steven Engler | 2025-11-26 | 2 | -1/+2 |
| |/ / / / | |||||
| * | | | | Merge branch 'vanguard-config' into 'main' | gabi-250 | 2025-11-26 | 4 | -20/+64 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-circmgr: Remove feature-gating from `CircMgrConfig::vanguard_config()` Closes #2270 See merge request tpo/core/arti!3498 | ||||
| | * | | | | tor-circmgr: simplify `CircMgrConfig` | Steven Engler | 2025-11-26 | 3 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that `vanguard_config()` is no longer conditional, we can handle `vanguard_config` just like other accessors. This is a breaking change, but I think we may as well make this change while we've already made another breaking change in the previous commit. | ||||
| | * | | | | tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always built | Steven Engler | 2025-11-26 | 3 | -9/+51 |
| | | | | | | |||||
| | * | | | | arti-client: document the 'vanguards' feature in the README | Steven Engler | 2025-11-26 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'rename-write-onto' into 'main' | Ian Jackson | 2025-11-26 | 3 | -14/+14 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | tor-netdoc: Rename ItemArgument method to avoid clash with tor_bytes See merge request tpo/core/arti!3499 | ||||
| | * | | | | tor-netdoc: Rename ItemArgument method to write_arg_onto | Ian Jackson | 2025-11-26 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor_bytes also has a write_onto method. And types (especially utility types like `Ignored`) might conceivably implement both! No need for semver update since this was pub(crate) in the previous release. | ||||
| | * | | | | tor-netdoc: Minor wording fix in a doc | Ian Jackson | 2025-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is in the ItemValueParseable derive, so the individual fields are Arguments, not Items. | ||||
| | * | | | | tor-netdoc: Minor grammar fix in a doc | Ian Jackson | 2025-11-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'saturating-st' into 'main' | Clara Engler | 2025-11-26 | 4 | -243/+102 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | tor-dirserver: Use `saturating-time` See merge request tpo/core/arti!3460 | ||||
