summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Run fixup-features in preparation for releaseGabriela Moldovan2026-03-023-0/+5
|/ / / /
* | | | Add missing #[cfg(unix)] in arti-rpc-client-core to fix Windows build.Alexander Hansen Færøy2026-02-281-0/+1
* | | | arti-relay: use `debug_report` for failed channelsSteven Engler2026-02-261-1/+8
|/ / /
* | | Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-266-13/+14
|\ \ \
| * | | chanmgr: Rename function parameterDavid Goulet2026-02-261-3/+3
| * | | proto: Remove/fix some very minor TODO(relay)David Goulet2026-02-262-5/+0
| * | | proto: Add 'CreateFast/CreatedFast' to relay message filterSteven Engler2026-02-261-0/+4
| * | | chanmgr: The validate_relay_target() had its logic inversedDavid Goulet2026-02-261-4/+6
| * | | rtcompat: Allocate the zeroed vector for export_keying_material()David Goulet2026-02-262-2/+2
| |/ /
* / / proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-263-28/+37
|/ /
* | Merge branch 'relay-build-certs' into 'main'David Goulet2026-02-253-27/+13
|\ \
| * | proto: Implement the build_certs_cell() helperDavid Goulet2026-02-253-27/+13
* | | Merge branch 'key-rotate-valid-until' into 'main'David Goulet2026-02-251-19/+54
|\ \ \ | |/ / |/| |
| * | relay: Sleep rotate key task with earliest valid_untilDavid Goulet2026-02-251-19/+54
* | | Merge branch 'ticket1601_01' into 'main'David Goulet2026-02-251-1/+5
|\ \ \
| * | | chanmgr: Use CircIdRange::Low for relay channelsDavid Goulet2026-02-251-1/+5
| |/ /
* / / tor-proto: change channel selection fns to take `HasChanMethod`Steven Engler2026-02-252-13/+15
|/ /
* | tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* | tor-proto: split field into two fieldsSteven Engler2026-02-242-7/+11
* | tor-proto: remove unnecessary `Option`sSteven Engler2026-02-242-26/+10
* | Merge branch 'chanbuilder-my-addrs' into 'main'David Goulet2026-02-248-49/+48
|\ \
| * | chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-248-42/+15
| * | relay: Set ChanMgr with our addressesDavid Goulet2026-02-241-2/+3
| * | chanmgr: Store our relay addresses in the builderDavid Goulet2026-02-243-5/+30
* | | chanmgr: Don't allow to build relay channel to ourselfDavid Goulet2026-02-242-5/+45
|/ /
* | relay: Update ChanMgr on key rotationDavid Goulet2026-02-242-9/+20
* | chanmgr: Add a set_relay_identities() to update the RelayIdentitiesDavid Goulet2026-02-245-2/+42
* | Merge branch 'resume' into 'main'opara2026-02-242-2/+17
|\ \
| * | tor-rtcompat: disable rustls session resumptionSteven Engler2026-02-242-2/+17
* | | Merge branch 'rtcompat-unfold-2070' into 'main'opara2026-02-242-88/+20
|\ \ \
| * | | tor-rtcompat: unfold for smol incoming streamsmoumenalaoui2026-02-191-41/+11
| * | | tor-rtcompat: unfold for async-std incoming streamsmoumenalaoui2026-02-191-47/+9
* | | | Merge branch 'err-msgs' into 'main'David Goulet2026-02-242-8/+15
|\ \ \ \
| * | | | arti-relay: fix stale commentSteven Engler2026-02-231-1/+1
| * | | | arti-relay: add more error contextSteven Engler2026-02-231-6/+12
| * | | | arti-relay: don't warn if key gen was successfulSteven Engler2026-02-231-1/+2
* | | | | tor-config: future-proof #[cfg] attribute.Nick Mathewson2026-02-241-17/+17
* | | | | arti: Fix some visibility-based compilation errors.Nick Mathewson2026-02-242-6/+10
* | | | | arti: Migrate top-level configuration to dd(TorConfig).Nick Mathewson2026-02-244-144/+83
* | | | | arti: Port rpc configuration to dd(TorConfig).Nick Mathewson2026-02-243-74/+74
* | | | | tor-config: Add an option to reject configured-out optionsNick Mathewson2026-02-241-6/+55
* | | | | tor-config: Have macros document more types and fnsNick Mathewson2026-02-242-0/+3
* | | | | arti: Port logging config to dd(TorConfig)Nick Mathewson2026-02-242-132/+71
* | | | | tor-config: Fix cfg() on sub_buildersNick Mathewson2026-02-241-0/+12
* | | | | tor-relay: convert to derive_deftly(TorConfig)Nick Mathewson2026-02-242-56/+44
* | | | | arti-client: Convert config to derive_deftly(TorConfig).Nick Mathewson2026-02-241-115/+94
* | | | | memquota: Implement ExtendBuilder for config builder.Nick Mathewson2026-02-241-0/+13
* | | | | keymgr: Port to derive_deftly(TorConfig)Nick Mathewson2026-02-241-44/+33
|/ / / /
* | | | relay-crypto: Move comments above [derive] to be consistent accross codebaseDavid Goulet2026-02-231-7/+7
* | | | relay: Setup const for hardcoded value in crypto taskDavid Goulet2026-02-231-8/+13