| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | chanmgr: Validate the ChanTarget for both client and relay | David Goulet | 2026-04-09 | 1 | -41/+64 | |
| * | | | | | Merge branch 'log-ids' into 'main' | Jim Newsome | 2026-04-09 | 3 | -5/+13 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Log socks isolation | Jim Newsome | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | Log tunnel and circuit IDs | Jim Newsome | 2026-04-08 | 2 | -5/+12 | |
| | * | | | | Fix log typo Preeemptive | Jim Newsome | 2026-04-08 | 1 | -1/+1 | |
| * | | | | | Merge branch 'create-fast' into 'main' | gabi-250 | 2026-04-09 | 2 | -56/+71 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: take `CreateRequest` message by reference | Steven Engler | 2026-04-08 | 2 | -6/+5 | |
| | * | | | | | tor-proto: move a TODO | Steven Engler | 2026-04-08 | 1 | -2/+1 | |
| | * | | | | | tor-proto: remove old TODO | Steven Engler | 2026-04-08 | 1 | -4/+1 | |
| | * | | | | | tor-proto: rustfmt | Steven Engler | 2026-04-08 | 1 | -6/+3 | |
| | * | | | | | tor-proto: move CREATE_FAST handling | Steven Engler | 2026-04-08 | 1 | -45/+43 | |
| | * | | | | | tor-proto: prepare to move CREATE_FAST handling to a helper | Steven Engler | 2026-04-08 | 1 | -8/+34 | |
| | * | | | | | tor-proto: remove old TODO | Steven Engler | 2026-04-08 | 1 | -1/+0 | |
| * | | | | | | arti-relay: Fix test MockRuntime::advance_by() usage | Gabriela Moldovan | 2026-04-09 | 1 | -6/+2 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge branch 'rustls-defaults' into 'main' | Nick Mathewson | 2026-04-08 | 9 | -37/+72 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti-relay: Change CryptoProvider to aws-lc-rs. | Nick Mathewson | 2026-04-08 | 2 | -3/+4 | |
| | * | | | | | rtcompat: document choice of aws_lc_rs provider | Nick Mathewson | 2026-04-08 | 1 | -9/+11 | |
| | * | | | | | arti: Allow choice of CryptoProvider; use aws-lc-rs by default. | Nick Mathewson | 2026-04-08 | 4 | -18/+41 | |
| | * | | | | | rtcompat: Stop installing backup CryptoProvider. | Nick Mathewson | 2026-04-02 | 3 | -7/+16 | |
| * | | | | | | Merge branch 'feat/protocol-warnings' into 'main' | Nick Mathewson | 2026-04-08 | 4 | -3/+220 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti: set_protocol_warning_mode to Warn or Off in setup_logging | moumenalaoui | 2026-04-08 | 2 | -14/+26 | |
| | * | | | | | | arti: add protocol_warnings config and wire setup_logging | moumenalaoui | 2026-03-27 | 3 | -0/+24 | |
| | * | | | | | | tor-error: add runtime ProtocolWarningMode and promote TorProtocolViolation i... | moumenalaoui | 2026-03-27 | 1 | -1/+182 | |
| * | | | | | | | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG | David Goulet | 2026-04-08 | 4 | -36/+27 | |
| * | | | | | | | proto: Add ClogDigest and SlogDigest types | David Goulet | 2026-04-08 | 7 | -38/+80 | |
| * | | | | | | | Merge branch 'netdoc-test-fix' into 'main' | Clara Engler | 2026-04-08 | 49 | -2668/+2825 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tor-netdoc: Add manual happy families microdesc test | Clara Engler | 2026-04-08 | 1 | -0/+35 | |
| | * | | | | | | | tor-netdoc: Adjust family values for microdesc test | Clara Engler | 2026-04-08 | 1 | -12/+1 | |
| | * | | | | | | | tor-netdoc: Update microdesc test EC keys | Clara Engler | 2026-04-08 | 1 | -9/+8 | |
| | * | | | | | | | tor-netdoc: Update microdesc test onion key | Clara Engler | 2026-04-08 | 1 | -5/+5 | |
| | * | | | | | | | tor-netdoc: "Remove" assert_eq for mds[6] | Clara Engler | 2026-04-08 | 1 | -40/+0 | |
| | * | | | | | | | tor-netdoc: No longer ignore microdesc parse2 test | Clara Engler | 2026-04-08 | 1 | -2/+0 | |
| | * | | | | | | | tor-netdoc: Remove dead authcert test code | Clara Engler | 2026-04-08 | 1 | -29/+0 | |
| | * | | | | | | | tor-netdoc: Update dir_auth_cross_cert() test case | Clara Engler | 2026-04-08 | 1 | -1/+12 | |
| | * | | | | | | | tor-netdoc: Update invalid outer signature test case | Clara Engler | 2026-04-08 | 1 | -10/+7 | |
| | * | | | | | | | tor-netdoc: Update the invalid cross-cert test case | Clara Engler | 2026-04-08 | 1 | -10/+7 | |
| | * | | | | | | | tor-netdoc: Update inconsistent fingerprint test case | Clara Engler | 2026-04-08 | 1 | -7/+9 | |
| | * | | | | | | | tor-netdoc: Constify ALTERNATIVE_AUTHCERT_RAW | Clara Engler | 2026-04-08 | 1 | -0/+5 | |
| | * | | | | | | | tor-netdoc: Update "trivial" test cases in dir_auth_signature() | Clara Engler | 2026-04-08 | 1 | -50/+20 | |
| | * | | | | | | | tor-netdoc: Constify VALID_SYSTEM_TIME | Clara Engler | 2026-04-08 | 1 | -0/+5 | |
| | * | | | | | | | tor-netdoc: Update test vectors in dir_auth_cert | Clara Engler | 2026-04-08 | 1 | -15/+10 | |
| | * | | | | | | | tor-netdoc: Remove outdated longclaw comment in test | Clara Engler | 2026-04-08 | 1 | -2/+0 | |
| | * | | | | | | | tor-netdoc: Replace a File::open with include_str | Clara Engler | 2026-04-08 | 1 | -7/+2 | |
| | * | | | | | | | tor-netdoc: Constify the raw authcert test vector | Clara Engler | 2026-04-08 | 1 | -0/+1 | |
| | * | | | | | | | tor-netdoc: Constify the authcert test vectors | Clara Engler | 2026-04-08 | 1 | -0/+41 | |
| | * | | | | | | | tor-netdoc: Add to_rsa_id() helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | tor-netdoc: Add pem_to_rsa_pk helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | tor-netdoc: Add to_system_time helper function | Clara Engler | 2026-04-08 | 1 | -0/+7 | |
| | * | | | | | | | tor-netdoc: Fix broken poc tests | Clara Engler | 2026-04-08 | 1 | -2/+2 | |
| | * | | | | | | | testdata2: Update with job 1468137 | Clara Engler | 2026-04-07 | 45 | -2468/+2610 | |
