aboutsummaryrefslogtreecommitdiff
path: root/obj_blob.go
Commit message (Expand)AuthorAgeFilesLines
* 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. Gravatar Runxi Yu2026-02-201-49/+0
* blob: Add field documentation v0.1.6Gravatar Runxi Yu2026-01-301-0/+1
* Documentation overhaulGravatar Runxi Yu2025-11-161-3/+6
* Separate stored object types from types that the user is expected to construct.Gravatar Runxi Yu2025-11-161-6/+17
* Rename ObjType enumGravatar Runxi Yu2025-11-161-2/+2
* Make ObjectType look like a pointer-receiver in the docsGravatar Runxi Yu2025-11-161-1/+2
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-2/+2
* Make the API more consistentGravatar Runxi Yu2025-11-161-4/+4
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-1/+1
* 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. Gravatar Runxi Yu2025-11-161-6/+7
* hash: Generic hash-algorithm APIGravatar Runxi Yu2025-11-161-7/+6
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-1/+1
* Include hashes in object structsGravatar Runxi Yu2025-11-151-3/+3
* Initial commitGravatar Runxi Yu2025-11-131-0/+33