| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump Go version to 1.25.3 | 2025-11-18 | 1 | -1/+1 | |
| * | README: Drop gccgo compatibility section | 2025-11-18 | 1 | -8/+0 | |
| * | Add a basic change-id field | 2025-11-17 | 1 | -0/+5 | |
| * | 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 | 3 | -9/+9 | |
| * | Update perf stats | 2025-11-17 | 1 | -15/+19 | |
| * | 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 | 2 | -25/+37 | |
| * | 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 | 4 | -58/+3 | |
| * | Remove an unnecessary blank line | 2025-11-17 | 2 | -2/+0 | |
| * | Compute checksum when reading packfiles | 2025-11-17 | 4 | -3/+58 | |
| * | Add internal todo | 2025-11-17 | 1 | -0/+9 | |
| * | Remove meaningless comment | 2025-11-17 | 1 | -1/+0 | |
| * | refs: resolvePackedRef shall return ErrNotFound when not finding refs | 2025-11-17 | 1 | -2/+2 | |
| * | Make the internal serialize function a method instead | 2025-11-17 | 3 | -21/+21 | |
| * | Add a little bit more of documentation | 2025-11-16 | 6 | -14/+43 | |
| * | README: benmarking -> test | 2025-11-16 | 1 | -2/+2 | |
| * | Use actual git for tests and enhance Head | 2025-11-16 | 23 | -1279/+2105 | |
| * | EntryRecursive should return ErrNotFound instead of nil, nil | 2025-11-16 | 1 | -3/+2 | |
| * | Fix some docs and API types | 2025-11-16 | 6 | -8/+18 | |
| * | repo is thread safe | 2025-11-16 | 1 | -0/+3 | |
| * | Documentation overhaul | 2025-11-16 | 11 | -33/+97 | |
| * | Separate stored object types from types that the user is expected to construct. | 2025-11-16 | 7 | -34/+83 | |
| * | Move config to its own package | 2025-11-16 | 3 | -11/+23 | |
| * | Extract bufpool into its own package | 2025-11-16 | 5 | -148/+200 | |
| * | Rename ObjType enum | 2025-11-16 | 10 | -132/+132 | |
| * | Unexport Repository.HashSize | 2025-11-16 | 11 | -33/+33 | |
| * | Remove repo.Root | 2025-11-16 | 1 | -5/+0 | |
| * | Make ObjectType look like a pointer-receiver in the docs | 2025-11-16 | 4 | -4/+8 | |
| * | Fix tests using the wrong Serialize signatures | 2025-11-16 | 2 | -5/+21 | |
| * | All Serialize should be able to error out | 2025-11-16 | 3 | -8/+23 | |
| * | Rename ObjType -> ObjectType | 2025-11-16 | 10 | -39/+39 | |
| * | 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 | 4 | -12/+926 | |
| * | Make the API more consistent | 2025-11-16 | 9 | -85/+85 | |
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 16 | -138/+211 | |
| * | 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 | 19 | -363/+284 | |
| * | hash: Generic hash-algorithm API | 2025-11-16 | 19 | -284/+363 | |
| * | README: Remove example program as it's unmaintainable now | 2025-11-16 | 1 | -84/+0 | |
| * | Update README to reflect multi-hash | 2025-11-16 | 1 | -3/+3 | |
| * | Support multiple hash sizes in one build | 2025-11-16 | 18 | -127/+151 | |
| * | README: Add my Villosa instance | 2025-11-15 | 1 | -0/+7 | |
| * | Remove unnecessary blank line in struct fields | 2025-11-15 | 3 | -6/+3 | |
| * | README: Remove satirical line about trillion-dollar pricing | 2025-11-15 | 1 | -3/+0 | |
| * | Include hashes in object structs | 2025-11-15 | 5 | -14/+10 | |
| * | README: Add example | 2025-11-16 | 1 | -0/+84 | |
| * | Proprietary licensing fee | 2025-11-15 | 1 | -1/+4 | |
| * | tree: Add Entry method (binary search over entries to get hash) | 2025-11-15 | 1 | -0/+17 | |
| * | Other forges if interested | 2025-11-15 | 1 | -3/+3 | |
| * | Add missing space | 2025-11-15 | 1 | -1/+1 | |
| * | Another README update | 2025-11-15 | 1 | -6/+16 | |
| * | Use Lindenii Forge | 2025-11-15 | 1 | -5/+29 |
