summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`Steven Engler2024-11-052-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | `DirMgrConfig::update_from_config` uses the old value and not the new value, so it should be reported using `Reconfigure::cannot_change`.
| * | | | arti-client: add doc comment to `TorClient::reconfigure`Steven Engler2024-11-051-0/+4
|/ / / /
* | | | Merge branch 'remove-haskind' into 'main'Ian Jackson2024-11-053-16/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-hscrypto: Abolish the HasKind impl of HsIdParseError. Closes #1483 See merge request tpo/core/arti!2607
| * | | | arti-client: Clarify when BadOnionAddress is returned.Gabriela Moldovan2024-11-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | We only ever return `BadOnionAddress` is we are asked to connect to a .onion address that doesn't parse.
| * | | | tor-hscrypto: Abolish the HasKind impl of HsIdParseError.Gabriela Moldovan2024-11-043-16/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also changes the `ErrorKind` of `BadOnionAddress` to `ForbbiddenStreamTarget`. See context in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2246#note_3045683 Closes #1483
* | | | Merge branch 'ci-timing' into 'main'Jim Newsome2024-11-053-22/+92
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | CI: track and expose timing information See merge request tpo/core/arti!2605
| * | | CI: add sections to the rust-recent jobsJim Newsome2024-11-041-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | This will make it a bit easier to look through the output in the gitlab UI, particularly making it easier to see where time is being spent in these long-running jobs.
| * | | integration-shadow; reorganize slightly and ad better section headingsJim Newsome2024-11-041-9/+7
| | | |
| * | | ci_log_span_fns.sh: make API easier to useJim Newsome2024-11-041-8/+54
| | | |
| * | | Replace maint/ci_log_span with maint/ci_log_span_fns.shJim Newsome2024-11-043-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide functions for starting and ending spans instead of the script doing it itself. The current version of the functions are directly from the gitlab documentation <https://docs.gitlab.com/ee/ci/jobs/job_logs.html#custom-collapsible-sections>. This is currently functionally similar to what was here before, but using functions here will let us make this a bit more convenient, which will be done in a follow-up commit.
| * | | CI: enable timestamps in job log linesJim Newsome2024-11-041-0/+2
| |/ / | | | | | | | | | | | | | | | This will let us more easily see where time is being spent. https://docs.gitlab.com/ee/ci/jobs/job_logs.html#job-log-timestamps
* | | Merge branch 'update-hashbrown' into 'main'Nick Mathewson2024-11-041-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cargo: update hashbrown version to 0.15.1 Closes #1725 See merge request tpo/core/arti!2613
| * | | cargo: update hashbrown version to 0.15.1Steven Engler2024-11-041-3/+3
| | |/ | |/| | | | | | | Version 0.15.0 was yanked, which makes cargo-audit unhappy.
* | | Merge branch 'cfg-addr' into 'main'Nick Mathewson2024-11-041-2/+2
|\ \ \ | |/ / |/| | | | | | | | tor-config-path: update `unix_literal` test to use `USER_HOME` See merge request tpo/core/arti!2612
| * | tor-config-path: update `unix_literal` test to use `USER_HOME`Steven Engler2024-11-041-2/+2
|/ / | | | | | | I think `USER_HOME` was intended here.
* | Merge branch 'tor-config-path' into 'main'Nick Mathewson2024-11-0423-39/+62
|\ \ | |/ |/| | | | | | | | | tor-config-path: finish migration from tor-config Closes #1717 See merge request tpo/core/arti!2593
| * tor-config: added breaking changes to 'semver.md'Steven Engler2024-11-041-0/+3
| |
| * cargo: reorder workspace membersSteven Engler2024-11-041-1/+2
| |
| * tor-config-path: re-enable 'test_parse' testSteven Engler2024-11-043-9/+22
| | | | | | | | | | The old code used a shortcut to access the `Figment` directly, but we need to do the whole config builder thing to be able to parse the toml.
| * tor-config: removed re-export of `CfgPath`Steven Engler2024-11-0419-17/+33
| | | | | | | | | | Also updated other packages to get `CfgPath` directly from `tor-config-path' instead of 'tor-config'.
| * tor-config: remove unused dependenciesSteven Engler2024-11-042-10/+1
| |
| * tor-config: remove 'expand-paths' featureSteven Engler2024-11-041-3/+2
|/
* Merge branch 'cfgaddr' into 'main'Nick Mathewson2024-11-024-2/+389
|\ | | | | | | | | New CfgAddr type to represent SocketAddrs in configuration. See merge request tpo/core/arti!2597
| * New CfgAddr type to represent SocketAddrs in configuration.Nick Mathewson2024-10-314-2/+389
| | | | | | | | | | This type behaves like a variant of `general::SocketAddr` that allows the Unix variant to be a CfgPath.
* | Merge branch 'connect-point-edits' into 'main'Nick Mathewson2024-10-311-4/+14
|\ \ | | | | | | | | | | | | RPC connect point spec: minor edits See merge request tpo/core/arti!2602
| * | Grammar fix.Nick Mathewson2024-10-311-1/+1
| | |
| * | RPC spec: note that embedded/owned need options.Nick Mathewson2024-10-311-1/+6
| | |
| * | RPC spec: clarify what is escapedNick Mathewson2024-10-311-2/+7
| | | | | | | | | | | | | | | Specifically, only literal connect points (TOML strings) are escaped.
| * | RPC specs: Fix an inline TOML table syntax.Nick Mathewson2024-10-311-1/+1
| |/
* | Merge branch 'semver' into 'main'Jim Newsome2024-10-317-24/+0
|\ \ | | | | | | | | | | | | Remove obsolete semver files post 1.3.0 release See merge request tpo/core/arti!2603
| * | Remove obsolete semver files post 1.3.0 releaseIan Jackson2024-10-317-24/+0
| |/
* | Merge branch 'relaysign-specifier' into 'main'gabi-2502024-10-317-13/+279
|\ \ | |/ |/| | | | | | | | | tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier. Closes #1692 See merge request tpo/core/arti!2577
| * tor-relay-crypto: Rename RelaySigningKeypairSpecifier's timestamp to ↵Gabriela Moldovan2024-10-311-3/+9
| | | | | | | | | | | | | | valid_until. As per our discussion in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2577#note_3099356
| * tor-relay-crypto: Add tests for relay key specifier serialization.Gabriela Moldovan2024-10-312-0/+55
| |
| * tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-315-10/+68
| | | | | | | | | | | | | | This will enable us to store more than one `K_relaysign_ed` in the keystore. Closes #1692
| * tor-persist: Add a slug timestamp type.Gabriela Moldovan2024-10-314-0/+138
| | | | | | | | | | | | | | | | The new `Iso8601TimeSlug` is useful for encoding a timestamp as a `Slug` (i.e. in a filename). This is needed, for example, for #1692, to encode a timestamp as key denotator.
| * tor-relay-crypto: Add a specifier for the public part of the identity keypair.Gabriela Moldovan2024-10-311-0/+9
| | | | | | | | | | | | | | We'll eventually need this specifier (for example, if the `KS_relayid_ed` private key stored offline, the public part of the keypair will be stored in the online keystore, and will be retrievable using the new `RelayIdentityPublicKeySpecifier` specifier).
| * tor-relay-crypto: Fix typo in doc comment.Gabriela Moldovan2024-10-311-1/+1
| |
| * tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-312-5/+5
|/ | | | | | | | | | According to its docs, `RelayIdentityKeySpecifier` was meant to be the key specifier for the relay identity keypair, so its role prefix should be `KS_`. This also renames `RelayIdentityKeySpecifier` to `RelayIdentityKeypairSpecifier` for clarity (we're about to add another specifier here, for the public relay identity key).
* Merge branch 'changelog_1.3.0_redux' into 'main'arti-v1.3.0Nick Mathewson2024-10-301-5/+378
|\ | | | | | | | | Diziet's 1.3.0 changelog, plus two tweaks. See merge request tpo/core/arti!2601
| * Changelog: Add missing link for torspec!292.Nick Mathewson2024-10-301-0/+1
| |
| * Changelog: Add some end-of-line commasNick Mathewson2024-10-301-11/+11
| | | | | | | | It appears that Diziet's editor macro missed these.
| * CHANGELOG: Fix the release dateIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Remove a whitespace errorIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Adjust link ref formattingIan Jackson2024-10-301-87/+87
| | | | | | | | | | * Put parens around the refernces, and commas in between. * Add some missing full stops
| * CHANGELOG: Sort out bad "key handling work" descriptionIan Jackson2024-10-301-1/+2
| | | | | | | | As per irc discussions, I hope
| * CHANGELOG: Promote "Major new features" sectionIan Jackson2024-10-301-16/+16
| | | | | | | | As per irc discussion
| * CHANGELOG: Shorten a headingIan Jackson2024-10-301-1/+1
| | | | | | | | As per review
| * CHANGELOG: Add word "most" to summaryIan Jackson2024-10-301-4/+5
| | | | | | | | As per review
| * CHANGELOG: Fix punctuationIan Jackson2024-10-301-1/+1
| |