aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
...
* | Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* | Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-25/+25
* | Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
|/
* arti-relay: add `log_sensitive_information` config optionSteven Engler2026-03-242-0/+32
* arti-relay: change a 'debug' log to 'info'Steven Engler2026-03-241-2/+2
* Fix typosTobias Stoeckmann2026-03-242-2/+2
* relay: Pass now() instead of the runtime in the crypto taskDavid Goulet2026-03-171-37/+31
* relay: Add crypto tasks unit testDavid Goulet2026-03-172-1/+244
* relay: Use same wallclock() time when generating keysDavid Goulet2026-03-171-8/+6
* relay: Make the crypto tasks use the runtime wallclockDavid Goulet2026-03-172-25/+42
* relay: Rewrite the rotation key logic in the crypto taskDavid Goulet2026-03-171-163/+245
* relay: Don't log warn if key already exists when generating oneDavid Goulet2026-03-171-4/+1
* relay: Remove leftover comment from previous code iterationDavid Goulet2026-03-171-4/+0
* Merge branch 'typos' into 'main'opara2026-03-162-3/+3
|\
| * Fix grammar typosTobias Stoeckmann2026-03-152-2/+2
| * Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* | Fix windows cargo warningsTobias Stoeckmann2026-03-151-1/+3
|/
* arti-relay: Log relay identitiesSteven Engler2026-03-122-0/+33
* Merge branch 'cell-order' into 'main'opara2026-03-043-33/+4
|\
| * tor-basic-utils: move `iter_join` from arti-relaySteven Engler2026-03-033-33/+4
* | Bump strum to 0.28Gabriela Moldovan2026-03-041-1/+1
|/
* Merge branch '2.1.0-bumps' into 'main'gabi-2502026-03-021-25/+25
|\
| * Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-23/+23
| * Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-2/+2
* | Run fixup-features in preparation for releaseGabriela Moldovan2026-03-021-0/+3
|/
* arti-relay: use `debug_report` for failed channelsSteven Engler2026-02-261-1/+8
* proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-261-1/+1
* relay: Sleep rotate key task with earliest valid_untilDavid Goulet2026-02-251-19/+54
* chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-242-21/+4
* relay: Set ChanMgr with our addressesDavid Goulet2026-02-241-2/+3
* relay: Update ChanMgr on key rotationDavid Goulet2026-02-242-9/+20
* 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-relay: convert to derive_deftly(TorConfig)Nick Mathewson2026-02-242-56/+44
|/
* relay: Setup const for hardcoded value in crypto taskDavid Goulet2026-02-231-8/+13
* relay: Log when key generation yields an existing key errorDavid Goulet2026-02-231-1/+4
* relay: Simplify the crypto rotation task rotate_key()David Goulet2026-02-231-17/+11
* relay: Get rid of start_task() for readabilityDavid Goulet2026-02-232-22/+10
* relay: Generate relay identities at initDavid Goulet2026-02-232-7/+17
* relay: Implement a helper to build RelayIdentitiesDavid Goulet2026-02-232-7/+111
* relay: Remove unused ephemeral keystoreDavid Goulet2026-02-231-5/+1
* relay: Move try_generate_keys() into crypto taskDavid Goulet2026-02-232-39/+29
* relay: Add a crypto task for key rotationDavid Goulet2026-02-233-1/+183
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-7/+10
* relay: Enable "tls-server" feature flag for tor-rtcompatDavid Goulet2026-02-091-1/+1
* arti-relay: launch the client's background tasksSteven Engler2026-02-032-9/+41