| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | tor-proto: Remove the CircuitSharedState type alias. | Gabriela Moldovan | 2025-05-15 | 1 | -6/+2 | |
| | * | | | | | tor-proto: Clarify the MutableState::path() docs. | Gabriela Moldovan | 2025-05-15 | 1 | -1/+1 | |
| | * | | | | | tor-proto: Update the TunnelMutableState when a circuit is removed. | Gabriela Moldovan | 2025-05-15 | 11 | -39/+89 | |
| | * | | | | | tor-proto: Rework MutableState to work with multi-path circuits. | Gabriela Moldovan | 2025-05-15 | 4 | -31/+176 | |
| | * | | | | | tor-proto: Add From<LegIdKey> impl for LegId. | Gabriela Moldovan | 2025-05-15 | 1 | -0/+6 | |
| | * | | | | | tor-proto: Encapsulate MutableState operations inside impl. | Gabriela Moldovan | 2025-05-15 | 3 | -42/+66 | |
| | * | | | | | tor-proto: Rename MutableState to CircuitState. | Gabriela Moldovan | 2025-05-15 | 3 | -9/+9 | |
| | * | | | | | tor-proto: Make the MutableState internals private. | Gabriela Moldovan | 2025-05-15 | 2 | -5/+18 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'remove-deprecated' into 'main' | gabi-250 | 2025-05-15 | 2 | -48/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: Remove deprecated ClientCirc functions. | Gabriela Moldovan | 2025-05-15 | 2 | -48/+13 | |
| * | | | | | | Merge branch 'fix-msrv-todo' into 'main' | opara | 2025-05-15 | 4 | -23/+6 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-basic-utils: reword `semver.md` entry | Steven Engler | 2025-05-15 | 1 | -1/+4 | |
| | * | | | | | tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method | Steven Engler | 2025-05-14 | 4 | -23/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'proto-change-bench-neasurement' into 'main' | Nick Mathewson | 2025-05-14 | 15 | -199/+158 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Doc: Add documentation about how to run Criterion benchmarks | Lionel Goffaux | 2025-05-14 | 1 | -0/+45 | |
| | * | | | | | proto: use consts for bench throuputs | Lionel Goffaux | 2025-05-14 | 10 | -16/+25 | |
| | * | | | | | proto: fix doc mismatch in benchmarks | Lionel Goffaux | 2025-05-14 | 2 | -2/+2 | |
| | * | | | | | proto: fix doc typos | Lionel Goffaux | 2025-05-14 | 9 | -11/+11 | |
| | * | | | | | proto: change bench measurement | Lionel Goffaux | 2025-05-13 | 11 | -190/+95 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'msrv-1.83' into 'main' | gabi-250 | 2025-05-14 | 71 | -80/+74 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | gitlab-ci.yml: Update "RECENT_RUST_IMAGE" to 1.86. | Nick Mathewson | 2025-05-13 | 1 | -1/+1 | |
| | * | | | | Update readme: MSRV is 1.83 | Nick Mathewson | 2025-05-13 | 1 | -1/+1 | |
| | * | | | | Resolve clippy warnings from 1.83 | Nick Mathewson | 2025-05-13 | 7 | -15/+9 | |
| | * | | | | All crates: bump rust-version to 1.83. | Nick Mathewson | 2025-05-13 | 62 | -62/+62 | |
| | * | | | | gitlab-ci: bump minimal-versions test to 1.83. | Nick Mathewson | 2025-05-13 | 1 | -1/+1 | |
| * | | | | | Merge branch 'integration-test-refactoring' into 'main' | gabi-250 | 2025-05-12 | 7 | -3/+219 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | arti: test: Refactor arti integration test | hjrgrn | 2025-05-12 | 7 | -3/+219 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'proto-extend-benchmarks' into 'main' | Nick Mathewson | 2025-05-09 | 16 | -338/+994 | |
| |\ \ \ \ | ||||||
| | * | | | | proto: use of Aes{128,256}{Dec,Enc} in the benchmarks | Lionel Goffaux | 2025-05-08 | 6 | -24/+24 | |
| | * | | | | proto: fix name mismatch in the bench utils doc | Lionel Goffaux | 2025-05-08 | 3 | -10/+10 | |
| | * | | | | proto: fix typo s(t)ate | Lionel Goffaux | 2025-05-08 | 6 | -15/+15 | |
| | * | | | | proto: extend benchmarks | Lionel Goffaux | 2025-05-08 | 16 | -338/+994 | |
| * | | | | | Merge branch 'repro-build-1.86' into 'main' | David Goulet | 2025-05-08 | 3 | -16/+6 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Note a lingering mystery in reproduible_build | Nick Mathewson | 2025-05-07 | 1 | -0/+3 | |
| | * | | | | Remove MSRV-1.77 workarounds in reproducible_build script. | Nick Mathewson | 2025-05-07 | 1 | -13/+0 | |
| | * | | | | reproducible_build: use osxcross darwin linker with stdc++ | Nick Mathewson | 2025-05-07 | 1 | -1/+1 | |
| | * | | | | Use rust:1.86-alpine-3.21 for reproducible builds. | Nick Mathewson | 2025-05-07 | 2 | -2/+2 | |
| * | | | | | Merge branch 'cgo_counter_0xC0' into 'main' | Nick Mathewson | 2025-05-07 | 5 | -152/+150 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Use simpler way to refer to last byte of tag. | Nick Mathewson | 2025-05-07 | 1 | -1/+1 | |
| | * | | | | proto: Update CGO test vectors | Nick Mathewson | 2025-05-07 | 4 | -149/+146 | |
| | * | | | | proto: Clear low 6 bits of counter in CGO PRF. | Nick Mathewson | 2025-05-07 | 1 | -3/+4 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'extend_EXTEND_extensions' into 'main' | Nick Mathewson | 2025-05-07 | 21 | -201/+450 | |
| |\ \ \ \ | ||||||
| | * | | | | cell: Teach extlist definition macro to make conditional extensions | Nick Mathewson | 2025-05-07 | 2 | -1/+7 | |
| | * | | | | Fix topological sort order of Cargo.toml. | Nick Mathewson | 2025-05-07 | 1 | -1/+1 | |
| | * | | | | cell: Implement SubprotocolRequest extension from prop346. | Nick Mathewson | 2025-05-07 | 2 | -1/+139 | |
| | * | | | | protover: New `NumberedSubver` to represent a subprotocol cap | Nick Mathewson | 2025-05-07 | 3 | -2/+86 | |
| | * | | | | protover: Change ProtoKind to be a u8 | Nick Mathewson | 2025-05-07 | 2 | -2/+4 | |
| | * | | | | cell: Unify HS-ntor and ntor-v3 extensions. | Nick Mathewson | 2025-05-07 | 6 | -32/+22 | |
| | * | | | | cell,proto: Split request/response extensions into seprate types | Nick Mathewson | 2025-05-07 | 5 | -36/+59 | |
| | * | | | | cell: Use ExtList to implement CircRequestExt. | Nick Mathewson | 2025-05-07 | 7 | -122/+120 | |
