| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | tor-dirserver: Expose Arc of StoreCache | Clara Engler | 2025-10-15 | 2 | -15/+15 | |
| | * | | | | | tor-dirserver: Do not lock during db query | Clara Engler | 2025-10-15 | 1 | -7/+14 | |
| | * | | | | | tor-dirserver: Don't expose rusqlite::Error in Pool | Clara Engler | 2025-10-15 | 4 | -11/+29 | |
| | * | | | | | tor-dirserver: Fix rustdoc comment | Clara Engler | 2025-10-15 | 1 | -3/+3 | |
| | * | | | | | tor-dirserver: Some clippy fixes | Clara Engler | 2025-10-15 | 4 | -3/+19 | |
| | * | | | | | tor-dirserver: Remove unsafe unreachable | Clara Engler | 2025-10-15 | 1 | -3/+3 | |
| | * | | | | | tor-dirserver: Remove due TODO | Clara Engler | 2025-10-15 | 1 | -4/+0 | |
| | * | | | | | tor-dirserver: Improve the error situation | Clara Engler | 2025-10-15 | 3 | -140/+140 | |
| | * | | | | | tor-dirserver: Create database module | Clara Engler | 2025-10-15 | 4 | -88/+99 | |
| | * | | | | | tor-dirserver: Remove unused imports | Clara Engler | 2025-10-15 | 2 | -9/+0 | |
| | * | | | | | tor-dirserver: Store endpoint paths in `&str` | Clara Engler | 2025-10-15 | 1 | -11/+34 | |
| | * | | | | | tor-dirserver: Get rid of the poor builders | Clara Engler | 2025-10-15 | 3 | -138/+20 | |
| | * | | | | | tor-dirserver: Move StoreCache into own module | Clara Engler | 2025-10-15 | 2 | -151/+178 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'arti-hss-docs' into 'main' | gabi-250 | 2025-10-14 | 1 | -0/+100 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | doc/hss.md: Use implementation-agnostic markdown. | Gabriela Moldovan | 2025-10-14 | 1 | -10/+8 | |
| | * | | | | | doc/hss.md: Insert missing word | Gabriela Moldovan | 2025-10-14 | 1 | -1/+1 | |
| | * | | | | | doc/hss.md: Say that the svc must be shut down for migration. | gabi-250 | 2025-10-14 | 1 | -0/+1 | |
| | * | | | | | doc/hss.md: Add basic usage instructions for arti hss | Gabriela Moldovan | 2025-10-14 | 1 | -0/+101 | |
| * | | | | | | Merge branch 'rm-allow' into 'main' | Ian Jackson | 2025-10-14 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | proto: Remove an allow that is no longer needed | Gabriela Moldovan | 2025-10-14 | 1 | -1/+0 | |
| * | | | | | | Merge branch 'ticket2215_01' into 'main' | David Goulet | 2025-10-14 | 1 | -0/+208 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | doc: Add relay task dev notes | David Goulet | 2025-10-14 | 1 | -0/+208 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'split-builds' into 'main' | Ian Jackson | 2025-10-14 | 1 | -30/+46 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | CI: remove 2h timeouts from now-smaller jobs | Jim Newsome | 2025-10-09 | 1 | -12/+0 | |
| | * | | | | | CI rust-dev-latest: add comment noting that it could be split further | Jim Newsome | 2025-10-09 | 1 | -0/+5 | |
| | * | | | | | CI rust-recent-dev-test: split out test | Jim Newsome | 2025-10-09 | 1 | -5/+22 | |
| | * | | | | | CI rust-recent-dev-test: inline rust-dev-test-script yaml anchor | Jim Newsome | 2025-10-09 | 1 | -14/+5 | |
| | * | | | | | CI: drop rust-latest-integration | Jim Newsome | 2025-10-09 | 1 | -37/+19 | |
| | * | | | | | CI: split rust-recent script and jobs | Jim Newsome | 2025-10-09 | 1 | -8/+41 | |
| * | | | | | | Merge branch 'celltypes' into 'main' | gabi-250 | 2025-10-14 | 10 | -11/+13 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Move celltypes out of client | Gabriela Moldovan | 2025-10-13 | 10 | -11/+13 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'unique-id' into 'main' | David Goulet | 2025-10-14 | 2 | -19/+30 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Stop using tunnel IDs in relay reactor. | Gabriela Moldovan | 2025-10-13 | 2 | -19/+30 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'smallvecify' into 'main' | David Goulet | 2025-10-14 | 1 | -1/+7 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | proto: Use a small vec for the hop list. | Gabriela Moldovan | 2025-10-13 | 1 | -1/+7 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'parse2-unify-time-type' into 'main' | Ian Jackson | 2025-10-09 | 4 | -9/+17 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-netdoc: Don't repr(transparent) | Ian Jackson | 2025-10-09 | 1 | -2/+0 | |
| | * | | | | tor-netdoc: Replace NdaSystemTimeDeprecatedSyntax with Ios8601TimeSp | Ian Jackson | 2025-10-09 | 1 | -4/+5 | |
| | * | | | | tor-netdoc: Expose the field in time wrappers | Ian Jackson | 2025-10-09 | 1 | -2/+4 | |
| | * | | | | tor-netdoc: impl many traits for time wrappers | Ian Jackson | 2025-10-09 | 1 | -2/+4 | |
| | * | | | | tor-netdoc: Expose Iso8601TimeNoSp and Iso8601TimeSp utility wrappers | Ian Jackson | 2025-10-09 | 3 | -3/+8 | |
| * | | | | | Merge branch 'arti-bench-quicktest' into 'main' | Jim Newsome | 2025-10-09 | 3 | -3/+45 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | CI: build arti-bench with --locked | Jim Newsome | 2025-10-09 | 1 | -1/+1 | |
| | * | | | | CI: build arti-bench with quicktest instead of release | Jim Newsome | 2025-10-09 | 1 | -2/+2 | |
| | * | | | | chutney ci: make arti-bench bin configurable | Jim Newsome | 2025-10-09 | 2 | -1/+43 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'parse2-argument-error' into 'main' | Ian Jackson | 2025-10-09 | 12 | -107/+306 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-netdoc: parse2: Fix some slips in doc comments | Ian Jackson | 2025-10-09 | 1 | -3/+3 | |
| | * | | | | tor-netdoc: parse2: Work around MSRV unhelpful lifetime | Ian Jackson | 2025-10-09 | 1 | -2/+6 | |
| | * | | | | tor-netdoc: parse2: Actually expose new errors in crate toplevel | Ian Jackson | 2025-10-09 | 1 | -1/+1 | |
| | * | | | | tor-netdoc: parse2 tests: Test ParseError Display and Error impl | Ian Jackson | 2025-10-09 | 1 | -6/+29 | |
