| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete everything, I'm redesigning this. | 2026-02-20 | 1 | -169/+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. | ||||
| * | Make the internal serialize function a method instead | 2025-11-17 | 1 | -10/+10 | |
| | | |||||
| * | Add a little bit more of documentation | 2025-11-16 | 1 | -4/+11 | |
| | | |||||
| * | Documentation overhaul | 2025-11-16 | 1 | -3/+6 | |
| | | |||||
| * | Separate stored object types from types that the user is expected to construct. | 2025-11-16 | 1 | -5/+15 | |
| | | |||||
| * | Rename ObjType enum | 2025-11-16 | 1 | -12/+12 | |
| | | |||||
| * | Make ObjectType look like a pointer-receiver in the docs | 2025-11-16 | 1 | -1/+2 | |
| | | |||||
| * | All Serialize should be able to error out | 2025-11-16 | 1 | -1/+5 | |
| | | |||||
| * | Rename ObjType -> ObjectType | 2025-11-16 | 1 | -3/+3 | |
| | | |||||
| * | Make the API more consistent | 2025-11-16 | 1 | -2/+2 | |
| | | |||||
| * | hash: Make fewer helper functions need explicit hash length fields | 2025-11-16 | 1 | -6/+6 | |
| | | |||||
| * | Revert "hash: Generic hash-algorithm API" | 2025-11-16 | 1 | -11/+11 | |
| | | | | | | | | 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 | -11/+11 | |
| | | |||||
| * | Support multiple hash sizes in one build | 2025-11-16 | 1 | -6/+6 | |
| | | |||||
| * | Remove unnecessary blank line in struct fields | 2025-11-15 | 1 | -2/+1 | |
| | | |||||
| * | Include hashes in object structs | 2025-11-15 | 1 | -2/+2 | |
| | | |||||
| * | Initial commit | 2025-11-13 | 1 | -0/+145 | |
