| 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 | -160/+0 | |
| * | Revert "commitgraph: Add basic commit-graph implementation"•••This reverts commit 1ea061c92ca6ad435c00bea458b8f24a5e1a822a. | 2026-02-20 | 1 | -12/+1 | |
| * | commitgraph: Add basic commit-graph implementation | 2026-01-30 | 1 | -1/+12 | |
| * | 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 | -18/+5 | |
| * | More changes from the import URL update | 2026-01-19 | 1 | -1/+1 | |
| * | repo: Drop hashSize and use hashAlgo.size() | 2026-01-17 | 1 | -6/+3 | |
| * | hash: Key by algorithm, not size | 2026-01-17 | 1 | -10/+14 | |
| * | Revert "Add initial support for multi pack indexes"•••This reverts commit 6f8acbf1503d2fa1ef705d35a743fc6b279942e5. Apparently my MIDX support is broken and it breaks some repos... it'll be added back when ready. | 2025-11-20 | 1 | -10/+0 | |
| * | Disable per-object validation during reads•••In general, git inflates the packed objects and recomputes the object hash before accepting them into hte object database during remote operations. But when simply inflating/parsing the objects for read from the local object store, it does not recompute the hash. | 2025-11-17 | 1 | -2/+2 | |
| * | pack: Use a Go map with a mutex instead of a sync.Map for packfiles•••Very few writes, you don't typically see more than a dozen packfiles. A ton of reads. Go maps are the obvious choice. | 2025-11-17 | 1 | -25/+13 | |
| * | 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 | -1/+1 | |
| * | Compute checksum when reading packfiles | 2025-11-17 | 1 | -1/+1 | |
| * | Fix some docs and API types | 2025-11-16 | 1 | -0/+10 | |
| * | repo is thread safe | 2025-11-16 | 1 | -0/+3 | |
| * | Documentation overhaul | 2025-11-16 | 1 | -5/+8 | |
| * | Move config to its own package | 2025-11-16 | 1 | -1/+3 | |
| * | Unexport Repository.HashSize | 2025-11-16 | 1 | -7/+7 | |
| * | Remove repo.Root | 2025-11-16 | 1 | -5/+0 | |
| * | Rename ObjType -> ObjectType | 2025-11-16 | 1 | -1/+1 | |
| * | Ignore error on f.Close() | 2025-11-16 | 1 | -1/+3 | |
| * | Add basic support for parsing configuration files•••Now support for switching hash algorithms should be complete! | 2025-11-16 | 1 | -5/+36 | |
| * | Make the API more consistent | 2025-11-16 | 1 | -27/+27 | |
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 1 | -0/+49 | |
| * | 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 | -20/+15 | |
| * | hash: Generic hash-algorithm API | 2025-11-16 | 1 | -15/+20 | |
| * | Support multiple hash sizes in one build | 2025-11-16 | 1 | -3/+10 | |
| * | Add initial support for multi pack indexes | 2025-11-15 | 1 | -0/+10 | |
| * | Initial commit | 2025-11-13 | 1 | -0/+82 |
