| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | relay: Use same wallclock() time when generating keys | David Goulet | 2026-03-17 | 1 | -8/+6 | |
| | * | | | | | | | relay: Make the crypto tasks use the runtime wallclock | David Goulet | 2026-03-17 | 2 | -25/+42 | |
| | * | | | | | | | relay: Rewrite the rotation key logic in the crypto task | David Goulet | 2026-03-17 | 2 | -163/+252 | |
| | * | | | | | | | relay: Don't log warn if key already exists when generating one | David Goulet | 2026-03-17 | 1 | -4/+1 | |
| | * | | | | | | | relay: Remove leftover comment from previous code iteration | David Goulet | 2026-03-17 | 1 | -4/+0 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'expiry_hours' into 'main' | David Goulet | 2026-03-17 | 4 | -34/+86 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | cert: Fix minor but annoying bug in cert expiry calculation | Nick Mathewson | 2026-03-17 | 1 | -2/+18 | |
| | * | | | | | | cert: Deduplicate expiry-in-hours logic | Nick Mathewson | 2026-03-17 | 4 | -34/+70 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'keymgr-cert-fixes2' into 'main' | gabi-250 | 2026-03-17 | 2 | -21/+115 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | keymgr: Remove now-addressed XXX | Gabriela Moldovan | 2026-03-17 | 1 | -3/+0 | |
| | * | | | | | keymgr: Fix feature-gating in tests | Gabriela Moldovan | 2026-03-17 | 1 | -4/+3 | |
| | * | | | | | keymgr: Lower get() logic into get_from_store() | Gabriela Moldovan | 2026-03-17 | 1 | -13/+15 | |
| | * | | | | | keymgr: Add more tests to reveal the get_*() bug for public keys | Gabriela Moldovan | 2026-03-17 | 1 | -1/+65 | |
| | * | | | | | keymgr: Pass the item type to entry_descriptor() (fmt) | Gabriela Moldovan | 2026-03-17 | 1 | -1/+5 | |
| | * | | | | | keymgr: Pass the item type to entry_descriptor() | Gabriela Moldovan | 2026-03-17 | 1 | -4/+4 | |
| | * | | | | | keymgr: Preserve item metadata when converting to TestPublicKey (fmt) | Gabriela Moldovan | 2026-03-17 | 1 | -1/+4 | |
| | * | | | | | keymgr: Preserve item metadata when converting to TestPublicKey | Gabriela Moldovan | 2026-03-17 | 1 | -1/+3 | |
| | * | | | | | keymgr: Update cert tests | Gabriela Moldovan | 2026-03-17 | 1 | -1/+16 | |
| | * | | | | | keymgr: Use the keypair specifier when generating keys. | Gabriela Moldovan | 2026-03-17 | 1 | -1/+9 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'ssh-fork' into 'main' | gabi-250 | 2026-03-16 | 4 | -15/+15 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | keymgr, key-forge: Use our ssh-* forks | Gabriela Moldovan | 2026-03-16 | 4 | -15/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'circ-react-logs' into 'main' | David Goulet | 2026-03-16 | 2 | -2/+44 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Add more logging to the new circuit reactors | Gabriela Moldovan | 2026-03-12 | 2 | -2/+44 | |
| * | | | | | | Merge branch 'typos' into 'main' | opara | 2026-03-16 | 46 | -58/+58 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix grammar typos | Tobias Stoeckmann | 2026-03-15 | 6 | -9/+9 | |
| | * | | | | | | Fix word duplicate typos | Tobias Stoeckmann | 2026-03-15 | 44 | -50/+50 | |
| * | | | | | | | Merge branch 'rpc-su-v2' into 'main' | Nick Mathewson | 2026-03-16 | 23 | -74/+543 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rpc test: python integration tests for su mode. | Nick Mathewson | 2026-03-16 | 4 | -1/+73 | |
| | * | | | | | | | python rpc: Add wrapper for prefer-superuser method. | Nick Mathewson | 2026-03-16 | 2 | -0/+22 | |
| | * | | | | | | | rpc-client: Run cbindgen to regenerate C header. | Nick Mathewson | 2026-03-16 | 1 | -0/+20 | |
| | * | | | | | | | rpc-client: add support to prefer/require su permission | Nick Mathewson | 2026-03-16 | 5 | -2/+114 | |
| | * | | | | | | | rpc: Add support for set_dormant. | Nick Mathewson | 2026-03-16 | 3 | -7/+60 | |
| | * | | | | | | | rpc: Implement superuser mode. | Nick Mathewson | 2026-03-16 | 4 | -7/+50 | |
| | * | | | | | | | rpc: add a "superuser" element to connect points. | Nick Mathewson | 2026-03-16 | 3 | -0/+49 | |
| | * | | | | | | | rpc: Do not allow a connection to be authenticated twice | Nick Mathewson | 2026-03-16 | 4 | -10/+24 | |
| | * | | | | | | | rpc: Move responsibility for Session creation to Connection | Nick Mathewson | 2026-03-16 | 5 | -64/+42 | |
| | * | | | | | | | rpc: Add su capability to RpcSession, and methods to get/drop it | Nick Mathewson | 2026-03-16 | 1 | -2/+108 | |
| * | | | | | | | | Merge branch 'windows_build_typo' into 'main' | Nick Mathewson | 2026-03-16 | 3 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Fix windows cargo warnings | Tobias Stoeckmann | 2026-03-15 | 2 | -1/+4 | |
| | * | | | | | | | arti-rpc-client-core: Fix windows build | Tobias Stoeckmann | 2026-03-15 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'bug2366' into 'main' | Nick Mathewson | 2026-03-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | proto: Move criterion-cycles-per-byte to dev-dependencies | Nick Mathewson | 2026-03-13 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'shadow-keep-going' into 'main' | Alexander Hansen Færøy | 2026-03-12 | 1 | -10/+14 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | shadow ci: keep going after first failure | Jim Newsome | 2026-03-11 | 1 | -10/+14 | |
| * | | | | | | Merge branch 'relay-log-idents' into 'main' | opara | 2026-03-12 | 2 | -0/+33 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti-relay: Log relay identities | Steven Engler | 2026-03-12 | 2 | -0/+33 | |
| * | | | | | | | Merge branch 'cert-entry2' into 'main' | David Goulet | 2026-03-12 | 8 | -209/+755 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | keymgr: Add test retrieving an expired cert | Gabriela Moldovan | 2026-03-12 | 1 | -1/+77 | |
| | * | | | | | | keymgr: Introduce a new TestCert type | Gabriela Moldovan | 2026-03-12 | 1 | -4/+28 | |
| | * | | | | | | keymgr: Add tests for the new get_cert() API | Gabriela Moldovan | 2026-03-12 | 1 | -1/+89 | |
