| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete everything, I'm redesigning this.•••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. | 2026-02-20 | 1 | -310/+0 | |
| * | tree: Remove implementation-detail documentation | 2026-01-30 | 1 | -3/+0 | |
| * | tree: Document TreeEntryNameCompare | 2026-01-29 | 1 | -0/+4 | |
| * | tree: Add InsertEntry and RemoveEntry | 2026-01-29 | 1 | -0/+41 | |
| * | 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 | |
| * | tree: Export TreeEntryNameCompare v0.1.1 | 2026-01-25 | 1 | -2/+2 | |
| * | repo: Drop hashSize and use hashAlgo.size() | 2026-01-17 | 1 | -3/+3 | |
| * | hash: Key by algorithm, not size | 2026-01-17 | 1 | -3/+4 | |
| * | obj_tree: Fix Entry sorting | 2025-11-29 | 1 | -12/+79 | |
| * | Make the internal serialize function a method instead | 2025-11-17 | 1 | -4/+4 | |
| * | Add a little bit more of documentation | 2025-11-16 | 1 | -1/+6 | |
| * | Use actual git for tests and enhance Head | 2025-11-16 | 1 | -2/+18 | |
| * | EntryRecursive should return ErrNotFound instead of nil, nil | 2025-11-16 | 1 | -3/+2 | |
| * | Fix some docs and API types | 2025-11-16 | 1 | -3/+3 | |
| * | Documentation overhaul | 2025-11-16 | 1 | -2/+42 | |
| * | Separate stored object types from types that the user is expected to construct. | 2025-11-16 | 1 | -5/+17 | |
| * | Rename ObjType enum | 2025-11-16 | 1 | -2/+2 | |
| * | Unexport Repository.HashSize | 2025-11-16 | 1 | -4/+4 | |
| * | Make ObjectType look like a pointer-receiver in the docs | 2025-11-16 | 1 | -1/+2 | |
| * | Rename ObjType -> ObjectType | 2025-11-16 | 1 | -2/+2 | |
| * | Make the API more consistent | 2025-11-16 | 1 | -6/+6 | |
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 1 | -9/+10 | |
| * | 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 | -19/+17 | |
| * | hash: Generic hash-algorithm API | 2025-11-16 | 1 | -17/+19 | |
| * | Support multiple hash sizes in one build | 2025-11-16 | 1 | -9/+9 | |
| * | Remove unnecessary blank line in struct fields | 2025-11-15 | 1 | -2/+1 | |
| * | Include hashes in object structs | 2025-11-15 | 1 | -3/+3 | |
| * | tree: Add Entry method (binary search over entries to get hash) | 2025-11-15 | 1 | -0/+17 | |
| * | Initial commit | 2025-11-13 | 1 | -0/+110 |
