| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete everything, I'm redesigning this. | 2026-02-20 | 1 | -49/+0 | |
| | | | | | | I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us. | ||||
| * | hash: Use a hashAlgorithmDetails struct for single source of truth v0.1.2 | 2026-01-27 | 1 | -1/+1 | |
| | | | | | | | 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. | ||||
| * | repo: Drop hashSize and use hashAlgo.size() | 2026-01-17 | 1 | -2/+3 | |
| | | |||||
| * | Use actual git for tests and enhance Head | 2025-11-16 | 1 | -514/+23 | |
| | | |||||
| * | Separate stored object types from types that the user is expected to construct. | 2025-11-16 | 1 | -10/+10 | |
| | | |||||
| * | Rename ObjType enum | 2025-11-16 | 1 | -10/+10 | |
| | | |||||
| * | Unexport Repository.HashSize | 2025-11-16 | 1 | -2/+2 | |
| | | |||||
| * | Rename ObjType -> ObjectType | 2025-11-16 | 1 | -1/+1 | |
| | | |||||
| * | Add basic support for parsing configuration files | 2025-11-16 | 1 | -7/+40 | |
| | | | | | Now support for switching hash algorithms should be complete! | ||||
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 1 | -12/+14 | |
| | | |||||
| * | Revert "hash: Generic hash-algorithm API" | 2025-11-16 | 1 | -38/+37 | |
| | | | | | | | | This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective. | ||||
| * | hash: Generic hash-algorithm API | 2025-11-16 | 1 | -37/+38 | |
| | | |||||
| * | Support multiple hash sizes in one build | 2025-11-16 | 1 | -17/+17 | |
| | | |||||
| * | Loose object writing draft | 2025-11-15 | 1 | -28/+114 | |
| | | |||||
| * | Read types and sizes without inflating entire object | 2025-11-14 | 1 | -0/+296 | |
| | | |||||
| * | Initial commit | 2025-11-13 | 1 | -0/+122 | |
