| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge branch 'reldate' into 'main' | Nick Mathewson | 2026-08-03 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti-client: update release date | Steven Engler | 2026-08-03 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'version-bumps' into 'main' | Nick Mathewson | 2026-08-03 | 81 | -819/+855 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Upgraded dependencies for equix bench | Steven Engler | 2026-08-03 | 1 | -80/+98 | |
| | * | | | | Upgraded dependencies for hashx bench | Steven Engler | 2026-08-03 | 1 | -79/+97 | |
| | * | | | | Update Cargo.lock files | Steven Engler | 2026-08-03 | 3 | -14/+14 | |
| | * | | | | Bump versions for crates with non-functional changes | Steven Engler | 2026-08-03 | 11 | -11/+11 | |
| | * | | | | Bump patch version for hashx crate | Steven Engler | 2026-08-03 | 3 | -3/+3 | |
| | * | | | | Bump version for arti crate | Steven Engler | 2026-08-03 | 4 | -4/+4 | |
| | * | | | | Bump versions for tor-* and arti-* crates | Steven Engler | 2026-08-03 | 68 | -628/+628 | |
| * | | | | | Merge branch 'changelog-update' into 'main' | opara | 2026-08-03 | 1 | -2/+7 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | CHANGELOG: Rebuild links | Nick Mathewson | 2026-08-03 | 1 | -0/+2 | |
| | * | | | | changelog: Add new entries for 2.5.1 | Nick Mathewson | 2026-08-03 | 1 | -2/+5 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'relay-uniqid-circid-log' into 'main' | David Goulet | 2026-08-03 | 20 | -93/+248 | |
| |\ \ \ \ | ||||||
| | * | | | | proto: Update semver with the changes to the logging | David Goulet | 2026-08-03 | 1 | -0/+1 | |
| | * | | | | proto: Move comment to the right place | David Goulet | 2026-08-03 | 1 | -3/+3 | |
| | * | | | | proto: Add {backward|forward} prefix to circ_id in logs | David Goulet | 2026-08-03 | 11 | -35/+35 | |
| | * | | | | proto: Rename uniq_id to circ_unique_id mostly in logging | David Goulet | 2026-08-03 | 14 | -55/+55 | |
| | * | | | | proto: Log both UniqId and CircId when possible | David Goulet | 2026-08-03 | 15 | -65/+216 | |
| | * | | | | proto: Rename CircId and UniqId variable name | David Goulet | 2026-08-03 | 8 | -26/+29 | |
| * | | | | | Merge branch 'changelog-3aug' into 'main' | Nick Mathewson | 2026-08-03 | 1 | -0/+231 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Initial changelog for Arti 2.5.1. | Nick Mathewson | 2026-08-03 | 1 | -0/+231 | |
| * | | | | | Merge branch 'fixup-feats' into 'main' | Nick Mathewson | 2026-08-03 | 3 | -14/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | maint: ran 'cargo sort' in arti-dirauth and tor-dirauth | Steven Engler | 2026-08-03 | 2 | -14/+14 | |
| | * | | | | | maint: ran fixup-features | Steven Engler | 2026-08-03 | 3 | -2/+4 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'cargo-audit' into 'main' | Ian Jackson | 2026-08-03 | 3 | -39/+68 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | maint: ran 'cd crates/equix/bench && cargo update -p proc-macro-error3' | Steven Engler | 2026-08-03 | 1 | -13/+23 | |
| | * | | | | maint: ran 'cd crates/hashx/bench && cargo update -p proc-macro-error3' | Steven Engler | 2026-08-03 | 1 | -12/+22 | |
| | * | | | | maint: ran 'cargo update -p proc-macro-error3' | Steven Engler | 2026-08-03 | 1 | -5/+15 | |
| | * | | | | maint: ran 'cargo update -p [email protected]' | Steven Engler | 2026-08-03 | 1 | -9/+8 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'writer-handle' into 'main' | Ian Jackson | 2026-08-03 | 1 | -23/+120 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | arti-dirauth: Expand on a doc comment | Ian Jackson | 2026-08-03 | 1 | -0/+1 | |
| | * | | | arti-dirauth: Fix doc comment typo | Ian Jackson | 2026-08-03 | 1 | -1/+1 | |
| | * | | | tor-dirauth: FilenameOrStdio: Remove a now-unused mut | Ian Jackson | 2026-07-30 | 1 | -2/+1 | |
| | * | | | tor-dirauth: FilenameOrStdio: Allow incremental writing | Ian Jackson | 2026-07-30 | 1 | -11/+100 | |
| | * | | | tor-dirauth: FilenameOrStdio: Allow incremental writing (pre-fmt) | Ian Jackson | 2026-07-30 | 1 | -1/+2 | |
| | * | | | arti-dirauth: FilenameOrStdio: Break out convert_error | Ian Jackson | 2026-07-30 | 1 | -2/+6 | |
| | * | | | arti-dirauth: FilenameOrStdio: Rename p to main | Ian Jackson | 2026-07-30 | 1 | -3/+3 | |
| | * | | | arti-dirauth: FilenameOrStdio: promote comment about .tmp cleanup | Ian Jackson | 2026-07-30 | 1 | -9/+12 | |
| * | | | | Merge branch 'cc-rate-fix' into 'main' | Ian Jackson | 2026-08-03 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-cell: add missing semver.md entries | Steven Engler | 2026-07-30 | 1 | -0/+2 | |
| * | | | | | Merge branch 'test-support-more' into 'main' | Clara Engler | 2026-08-03 | 5 | -71/+74 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-netdoc: testing: Expose regsub | Ian Jackson | 2026-07-30 | 4 | -10/+16 | |
| | * | | | | tor-netdoc: testing: Expose assert_eq_or_diff (fmt) | Ian Jackson | 2026-07-30 | 1 | -7/+1 | |
| | * | | | | tor-netdoc: testing: Expose assert_eq_or_diff | Ian Jackson | 2026-07-30 | 4 | -61/+65 | |
| | * | | | | tor-netdoc: testing: Remove a spurious cfg | Ian Jackson | 2026-07-30 | 1 | -1/+0 | |
| | * | | | | tor-netdoc: testing: Actually expose the test_support module | Ian Jackson | 2026-07-30 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'cc-kbps-fix' into 'main' | opara | 2026-07-30 | 13 | -65/+68 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | tor-proto: fix XON conversion from KB/s to B/s | Steven Engler | 2026-07-30 | 1 | -4/+4 | |
| | * | | | tor-cell: update docs and variable names for `Xon` | Steven Engler | 2026-07-30 | 3 | -13/+16 | |
