summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | rpc: Rename socket_stored_in_file => socket_address_fileNick Mathewson2026-01-141-2/+2
| | | | | | |
| * | | | | | Suggestions from @dizietNick Mathewson2026-01-141-0/+23
| | | | | | |
| * | | | | | rpc: Document the intended behavior of inet-auto connptsNick Mathewson2026-01-131-11/+31
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Part of #1844.
* | | | | | Merge branch 'oniux-web' into 'main'Alexander Hansen Færøy2026-01-143-0/+165
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | web: Add oniux website See merge request tpo/core/arti!3562
| * | | | | web: Update oniux to 0.7.0Clara Engler2026-01-141-1/+1
| | | | | |
| * | | | | web: Minor improvements to oniux introClara Engler2026-01-141-4/+5
| | | | | |
| * | | | | web: Add oniux websiteClara Engler2026-01-143-0/+164
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, this is just a copy of the oniux blog post alongside some installation instructions. People still tend to refer to the blog post as the canonical source of information, which is rather bad, as updating the installation instructions there for every release is rather cumbersome.
* | | | | Merge branch 'flaky-busy-timeout' into 'main'Ian Jackson2026-01-141-38/+58
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-dirserver: Eliminate use of sleep in tests Closes #2308 See merge request tpo/core/arti!3582
| * | | | | tor-dirserver: Eliminate use of sleep in testsClara Engler2026-01-131-38/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit eliminates the use of sleep in database tests because those can be flaky, especially when the CI scheduler is overloaded, leading to potential timeout invariants not holding true anymore. We now fix this by using synchronization primitives from Rust in order for threads to communicate. Documentation has been added explaining how these tests work in greater detail. Fixes #2308
* | | | | | Merge branch 'post-release-bis' into 'main'Ian Jackson2026-01-148-330/+418
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-release steps (conflicts resolved) See merge request tpo/core/arti!3585
| * | | | | | slotmap-careful: Drop HopSlotMapIan Jackson2026-01-142-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We aren't using this, and this crate still has a 0.x version. I think this is OK, rather than having a deprecation period.
| * | | | | | tor-dirserver: Fix code broken by rusqlite upgradeClara Engler2026-01-141-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLite does not support u64 and the new version of SQLite makes a certain piece of tor-dirserver no longer compile due to the lack of `ToSql` for `u64`. This commit fixes it by converting these types from `u64` to `i64` saturatingly.
| * | | | | | cargo: Upgrade dependencies potentially breakingClara Engler2026-01-145-34/+47
| | | | | | |
| * | | | | | cargo: Perform non-breaking upgradesClara Engler2026-01-141-291/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is a simple invocation of `cargo update`.
* | | | | | | Merge branch 'encode-authcert-sigs-doc' into 'main'Ian Jackson2026-01-141-0/+156
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Notes about netdoc shift/reduce conflicts and authcert in netstatus See merge request tpo/core/arti!3565
| * | | | | | authcert-in-consensus: Allow the `fingerprint` anomalyIan Jackson2026-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3565#note_3323304 https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/453#note_3323185
| * | | | | | authcert-in-consensus: Fix some wrong intro item refsIan Jackson2026-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3565#note_3323305 https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3565#note_3323306
| * | | | | | authcert-in-consensus: Revised less-generic proposalIan Jackson2026-01-121-45/+67
| | | | | | |
| * | | | | | authcert-in-consensus: Improve, clarify, xref requirementsIan Jackson2026-01-121-13/+9
| | | | | | |
| * | | | | | authcert-in-consensus: Fix intro wording and semantic botchesIan Jackson2026-01-121-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firstly, this only applies to votes, not other kinds of nestatus. Secondly, we wrote "netstatus" a couple of times instead of "vote" which is very confusing.
| * | | | | | authcert-in-consensus: Fix typoIan Jackson2026-01-121-1/+1
| | | | | | |
| * | | | | | Notes about netdoc shift/reduce conflicts and authcert in netstatusIan Jackson2026-01-121-0/+139
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'semver' into 'main'opara2026-01-138-24/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post-release steps (semver.md removal only) See merge request tpo/core/arti!3589
| * | | | | | meta: Remove all semver.md files post-releaseClara Engler2026-01-138-24/+0
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Fix the conflict in tor-netdoc/semver.md by hand, including the new entries already landed since v1.9.0.
* | | | | | Merge branch 'ticket_2305' into 'main'opara2026-01-131-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make rpc.py script work on Windows Closes #2305 See merge request tpo/core/arti!3576
| * | | | | python rpc wrapper: Use socket types that work on windows.Nick Mathewson2026-01-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were using c_int unconditionally, which works everywhere else. Closes #2305. Co-Authored-By: Carti
* | | | | | Merge branch 'ticket1599_02' into 'main'David Goulet2026-01-1323-151/+365
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | chanmgr: Ability for the ChanMgr to be channel type specific and launch relay channels See merge request tpo/core/arti!3563
| * | | | | | proto: Fix comments documentationDavid Goulet2026-01-133-4/+4
| | | | | | |
| * | | | | | proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-133-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are public but avoid anyone outside implementing them. Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-133-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To pull this off, ChannelProvider::get_or_launch() needed to change from "&self" to "self: Arc<Self>" so we could pass self to the spawned task. This is fine as the caller of ChannelProvider (circuit reactor) has a Arc<ChanMgr>. This also removes the PhantomData for the runtime as we now actually use it. Signed-off-by: David Goulet <[email protected]>
| * | | | | | proto: Improve channel trait commentsDavid Goulet2026-01-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | proto: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-134-40/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead, we'll simply use `RelayInitiator` if the identity keys (identities) struct is set. This avoids the problem where someone could call outbound_chan_type() of the ChanMgrConfig and get the wrong channel type if with_identities() is set after. This way, a single call, `with_identities()` is what will define the outbound channel type so no chance of errors. This also removes the cfg_if {} around the builder creation in a much more simplified version. Related to #1599 Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | test: Remove unused importDavid Goulet2026-01-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | build: Fixes for non relay featureDavid Goulet2026-01-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-133-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-132-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Use the new tor-proto channel traits in builderDavid Goulet2026-01-131-170/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove code duplication and simplifies the code by using the new VerifiableChannel and FinalizableChannel traits. Signed-off-by: David Goulet <[email protected]>
| * | | | | | proto: Add traits for public channel viewsDavid Goulet2026-01-138-94/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add traits that will be returned outside tor-proto allowing us to not expose client and relay specific channels. The goal is for the tor-chanmgr to get those objects implementing those traits and can build and run the reactor without knowing the specific underlying type. This allows us to have less code duplication and less client/relay distinction in the chanmgr. Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Add a relay channel connect to ChanBuilderDavid Goulet2026-01-131-9/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, this is not great. Lots of duplicated code but it is a starting point that we can build on top to remove code duplication. Future commit will address this but for now, the client and relay mechanics are implemented. Signed-off-by: David Goulet <[email protected]>
| * | | | | | proto: Add clock_skew() helper to relay unverified channelDavid Goulet2026-01-131-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Rename the connect_no_timeout() to be client specificDavid Goulet2026-01-131-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Heavy refactoring coming up for the ChanBuilder. This renames connect_no_timeout() to be client specific and uses the client channel builder directly instead of the generic one. Previous commit added the outbound ChannelType to the ChanBuilder which means that we'll soon have a relay specific function to connect using the relay channel builder. Refactoring will then happen for shared code in those two functions. Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Add RelayIdentities to ChanBuilderDavid Goulet2026-01-132-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-137-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to pass it to the ChanBuilder which will be able to use this type for the outbound channels. For now, we do this trick where if we have relay identities, we always consider that all outbound channels will be RelayInitiator. Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-139-15/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This struct is used to pass configuration parameters to the ChanMgr when building it. At the moment, it holds the ChannelConfig and RelayIdentities (feature gated) which will be used in subsequent commits. Note that relays do require RelayIdentities to build channels. Signed-off-by: David Goulet <[email protected]>
| * | | | | | chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-138-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll rely on a RelayIdentities to pass in the right keys to the ChanMgr instead of the entire KeyMgr. Signed-off-by: David Goulet <[email protected]>
* | | | | | | Merge branch 'dedupe-handler' into 'main'gabi-2502026-01-136-58/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | proto: Dedupe IncomingStreamRequestHandler See merge request tpo/core/arti!3572
| * | | | | | proto: Fix docs post-refactoringGabriela Moldovan2026-01-131-2/+2
| | | | | | |
| * | | | | | proto: Dedupe IncomingStreamRequestHandlerGabriela Moldovan2026-01-126-62/+47
| | | | | | |