summaryrefslogtreecommitdiff
path: root/src/libgit2/odb.c
Commit message (Expand)AuthorAgeFilesLines
* packfile: handle sha256 packfilesEdward Thomson2023-02-121-2/+13
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-11/+63
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-3/+12
* odb_loose: SHA256 support for loose object storageEdward Thomson2022-06-201-0/+2
* odb: add git_odb_loose_backend_optionsEdward Thomson2022-06-201-1/+5
* odb: accept an oid type in optionsEdward Thomson2022-06-201-16/+24
* odb: add git_odb_optionsEdward Thomson2022-06-201-3/+20
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-30/+65
* oid: give oids a typeEdward Thomson2022-06-201-5/+9
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-4/+4
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-11/+11
* refactor: make util an object libraryEdward Thomson2022-02-221-1/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+1831