| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | |
| | * | | | Rename NtorV3Extension to CircRequestExt | Nick Mathewson | 2025-05-07 | 7 | -46/+49 | |
| | * | | | cell: Make decl_extension_group macro more self-contained. | Nick Mathewson | 2025-05-07 | 4 | -14/+21 | |
| | * | | | cell: Clarify documentation in extlist.rs. | Nick Mathewson | 2025-05-07 | 1 | -11/+10 | |
| | * | | | cell: move ExtList module out of hs module. | Nick Mathewson | 2025-05-07 | 6 | -7/+6 | |
| |/ / / | ||||||
| * | | | Merge branch 'cgo-followups' into 'main' | Nick Mathewson | 2025-05-06 | 17 | -543/+659 | |
| |\ \ \ | ||||||
| | * | | | tor_proto: name fields in bench_utils. | Nick Mathewson | 2025-05-06 | 1 | -7/+10 | |
| | * | | | proto: Apply type-specific wrappers for tor1 crypto | Nick Mathewson | 2025-05-06 | 6 | -79/+143 | |
| | * | | | proto, cell: Remove RelayCellFormatTrait. | Nick Mathewson | 2025-05-06 | 11 | -248/+120 | |
| | * | | | tor-proto: Rename some no-longer-apt tor1 members. | Nick Mathewson | 2025-05-06 | 1 | -14/+13 | |
| | * | | | tor-proto: remove some now-unneeded accessors. | Nick Mathewson | 2025-05-06 | 1 | -35/+15 | |
| | * | | | Emit SendmeTag directly from cell crypto. | Nick Mathewson | 2025-05-06 | 7 | -100/+90 | |
| | * | | | Remove the last traces of CircTag. | Nick Mathewson | 2025-05-06 | 5 | -21/+19 | |
| | * | | | proto: Use SendmeTag in place of CircTag | Nick Mathewson | 2025-05-06 | 4 | -58/+13 | |
| | * | | | tor-cell: define a new SendmeTag type | Nick Mathewson | 2025-05-06 | 1 | -9/+149 | |
| | * | | | proto: Split out CGO BlkCipher trait for Encryption/Decryption | Nick Mathewson | 2025-05-06 | 2 | -57/+172 | |
| |/ / / | ||||||
| * | | | Merge branch 'clientcirc_extend' into 'main' | Nick Mathewson | 2025-05-06 | 6 | -25/+70 | |
| |\ \ \ | ||||||
