summaryrefslogtreecommitdiff
path: root/src/libgit2/refdb_fs.c
Commit message (Collapse)AuthorAgeFilesLines
* iterator: support sha256Edward Thomson2023-04-101-1/+4
|
* refdb: handle SHA256 referencesEdward Thomson2023-04-101-2/+2
|
* refdb: teach filesystem refdb about sha256Edward Thomson2023-02-121-39/+70
|
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-5/+5
| | | | | The experimental function signature is only available when `GIT_EXPERIMENTAL_SHA256` is enabled.
* oid: give oids a typeEdward Thomson2022-06-201-5/+5
| | | | | `git_oid`s now have a type, and we require the oid type when creating the object id from creation functions.
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-1/+1
| | | | | Callers should not assume the layout of the oid structure; provide them a macro that defines the null / zero sha1 object id.
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-17/+17
| | | | | In preparation for SHA256 support, `GIT_OID_RAWSZ` and `GIT_OID_HEXSZ` need to indicate that they're the size of _SHA1_ OIDs.
* fix missing error messageJohn Alden2022-05-171-1/+1
|
* refdb: unlock mutex on assertion failureEdward Thomson2022-02-271-1/+5
| | | | | If we're safely asserting (and returning an error to the caller), we should still unlock our mutex.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+2464