| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pack: Add _read to filenames | 2026-01-28 | 1 | -290/+0 | |
| * | hash: Use a hashAlgorithmDetails struct for single source of truth•••hashAlgorithm's are assumed to be valid; methods on invalid hashAlgorithms will panic from out-of-bounds read when it's not found in hashAlgorithmTable and that's expected and intended. v0.1.2 | 2026-01-27 | 1 | -3/+3 | |
| * | repo: Drop hashSize and use hashAlgo.size() | 2026-01-17 | 1 | -3/+3 | |
| * | hash: Key by algorithm, not size | 2026-01-17 | 1 | -2/+2 | |
| * | Revert "Compute checksum when reading packfiles"•••This reverts commit 1dcb92427c23d0a8b23c0154b892243c749afa5a. Yeah this should be part of the network protocol rather than being done on *every read*. | 2025-11-17 | 1 | -17/+0 | |
| * | Remove an unnecessary blank line | 2025-11-17 | 1 | -1/+0 | |
| * | Compute checksum when reading packfiles | 2025-11-17 | 1 | -0/+17 | |
| * | Unexport Repository.HashSize | 2025-11-16 | 1 | -5/+5 | |
| * | Make the API more consistent | 2025-11-16 | 1 | -4/+4 | |
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 1 | -2/+7 | |
| * | Revert "hash: Generic hash-algorithm API"•••This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective. | 2025-11-16 | 1 | -22/+19 | |
| * | hash: Generic hash-algorithm API | 2025-11-16 | 1 | -19/+22 | |
| * | Support multiple hash sizes in one build | 2025-11-16 | 1 | -4/+4 | |
| * | Unexport PackLocation | 2025-11-14 | 1 | -5/+5 | |
| * | Initial commit | 2025-11-13 | 1 | -0/+286 |
