summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* midx: use raw oidsethomson/sha256_rawEdward Thomson2022-01-262-16/+20
* index: use raw oidsEdward Thomson2022-01-261-6/+6
* pack: use raw oidsEdward Thomson2022-01-262-18/+25
* commit_graph: use `git_oid_raw`Edward Thomson2022-01-262-17/+20
* oid: introduce `git_oid_cpy_raw`Edward Thomson2022-01-262-2/+9
* oid: introduce `git_oid_raw_ncmp`Edward Thomson2022-01-262-19/+24
* oid: `hashcmp` is now `raw_cmp`Edward Thomson2022-01-263-5/+7
* tests: don't cast raw data to a `git_oid``Edward Thomson2022-01-232-4/+12
* indexer: write raw id dataEdward Thomson2022-01-231-1/+1
* treecache: write the raw id not the objectEdward Thomson2022-01-231-1/+1
* oidmap: hash on the id, not the objectEdward Thomson2022-01-231-1/+1
* oid: don't assume the size of an oidEdward Thomson2022-01-232-2/+2
* tree: move git_oid into tree entryEdward Thomson2022-01-236-30/+23
* --------------------------Edward Thomson2022-01-230-0/+0
* sha: cast nonsense for obnoxious gcc warningsEdward Thomson2022-01-231-7/+7
* sha: ensure we test both cng and cryptoapi on windowsEdward Thomson2022-01-234-0/+90
* sha: support Win32 for SHA256Edward Thomson2022-01-235-192/+317
* sha: support OpenSSL for SHA256Edward Thomson2022-01-236-11/+83
* sha: support mbedTLS for SHA256Edward Thomson2022-01-236-8/+80
* sha: support CommonCrypto for SHA256Edward Thomson2022-01-237-11/+95
* sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHAEdward Thomson2022-01-235-7/+9
* sha: add sha256 algorithmEdward Thomson2022-01-2314-4/+1221
* sha1: refactor folder structureEdward Thomson2022-01-2317-30/+32
* sha1: remove generic implementationEdward Thomson2022-01-236-327/+4
* ---------------------------------Edward Thomson2022-01-230-0/+0
* packbuilder: use the packfile name instead of hashethomson/oid_cleanupsEdward Thomson2022-01-236-17/+44
* indexer: use a byte array for checksumEdward Thomson2022-01-235-31/+53
* index: use a byte array for checksumEdward Thomson2022-01-234-48/+55
* config: use a byte array for checksumEdward Thomson2022-01-221-5/+6
* commit_graph: use a byte array for checksumEdward Thomson2022-01-222-12/+20
* midx: use a byte array for checksumEdward Thomson2022-01-222-13/+21
* hash: introduce git_hash_fmtEdward Thomson2022-01-222-0/+18
* oid: avoid `tostr_s` in many placesEdward Thomson2022-01-222-2/+8
* commit_graph: tests are now `commitgraph`Edward Thomson2022-01-221-3/+3
* Merge pull request #6184 from boretrk/noflexarrayEdward Thomson2022-01-201-9/+7
|\
| * diff_driver: split global_drivers array into separate elementsPeter Pettersson2022-01-201-9/+7
* | Merge pull request #6180 from libgit2/ethomson/win32_findfile_fixesEdward Thomson2022-01-1910-107/+796
|\ \ | |/ |/|
| * win32: improve impl & tests for system path / g4w interopethomson/win32_findfile_fixesEdward Thomson2022-01-175-271/+490
| * path: introduce git_fs_path_find_executableEdward Thomson2022-01-175-0/+281
| * win32: remove unnecessary findfile structureEdward Thomson2022-01-171-42/+37
| * win32: test system paths for gvfs compatibilityEdward Thomson2022-01-173-26/+144
| * sysdir: allow resetting cached system dirsEdward Thomson2022-01-172-0/+21
| * Correctly detect the share/template folderSven Strickroth2022-01-171-9/+50
| * Detect installed x64 versions of Git for WindowsSven Strickroth2022-01-171-0/+6
| * Do not unconditionally remove the last 4 chars of the directory where git.exe...Sven Strickroth2022-01-171-3/+11
| * Prevent possible buffer overflowSven Strickroth2022-01-171-1/+1
* | Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-1732-9/+144
|\ \ | |/ |/|
| * Apply suggestions from code reviewEdward Thomson2022-01-1710-14/+13
| * Set parameter name as function declarationpunkymaniac2022-01-122-2/+2
| * Separate function description from short descriptionpunkymaniac2022-01-111-6/+7