summaryrefslogtreecommitdiff
path: root/src/libgit2/pack.c
Commit message (Expand)AuthorAgeFilesLines
* pack: cast to uint64_t when calculating index size insteadCarlos Martín Nieto2023-03-161-4/+3
* pack: use 64 bits for the number of objectsCarlos Martín Nieto2023-03-141-4/+4
* packfile: handle sha256 packfilesEdward Thomson2023-02-121-66/+90
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-5/+5
* oid: give oids a typeEdward Thomson2022-06-201-7/+7
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-8/+8
* pack: use raw oid dataEdward Thomson2022-04-101-17/+23
* oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-04-101-1/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+1629