summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4438 from pks-t/pks/hash-algorithmPatrick Steinhardt2019-06-2720-164/+308
|\
| * hash: add ability to distinguish algorithmsPatrick Steinhardt2019-06-242-5/+39
| * hash: move SHA1 implementations to its own hashing contextPatrick Steinhardt2019-06-2415-77/+79
| * hash: split into generic and SHA1-specific interfacePatrick Steinhardt2019-06-248-43/+82
| * hash: move SHA1 implementations into 'sha1/' folderPatrick Steinhardt2019-06-2419-38/+52
| * hash: introduce source files to break include circlesPatrick Steinhardt2019-06-2414-161/+217
| * hash: move `git_hash_prov` into Win32 backendPatrick Steinhardt2019-06-242-3/+2
* | Merge pull request #5128 from tiennou/fix/docsPatrick Steinhardt2019-06-277-70/+124
|\ \
| * | docs: More of itEtienne Samson2019-06-267-70/+124
* | | Merge pull request #4967 from tiennou/fix/4671Patrick Steinhardt2019-06-277-70/+76
|\ \ \ | |/ / |/| |
| * | repo: commondir resolution can sometimes fallback to the repodirEtienne Samson2019-06-263-18/+32
| * | docs: fixupsEtienne Samson2019-06-263-2/+4
| * | ignore: fix a missing commondir causing failuresEtienne Samson2019-06-261-10/+7
| * | attr: fix attribute lookup if repo has no common directoryPatrick Steinhardt2019-06-261-11/+10
| * | attr: refactor setup to match current coding stylePatrick Steinhardt2019-06-261-30/+24
|/ /
* | Merge pull request #5078 from libgit2/ethomson/warningsEdward Thomson2019-06-2544-193/+307
|\ \
| * | clang: disable documentation-deprecated-syncEdward Thomson2019-06-241-0/+4
| * | zlib: remove unused functionsEdward Thomson2019-06-242-14/+0
| * | win32: cast WinAPI to void * before castingEdward Thomson2019-06-241-2/+2
| * | mingw: use `struct stat`Edward Thomson2019-06-241-1/+1
| * | win32: cast GetProcAddress to void * before castingEdward Thomson2019-06-241-5/+5
| * | win32: define DWORD_MAX if it's not definedEdward Thomson2019-06-241-0/+4
| * | win32: decorate unused parametersEdward Thomson2019-06-241-0/+6
| * | mingw: disable format specification warningsEdward Thomson2019-06-241-3/+11
| * | wildmatch: explicitly cast to intEdward Thomson2019-06-241-1/+1
| * | win32: don't re-define RtlCaptureStackBackTraceEdward Thomson2019-06-241-5/+0
| * | win32: support upgrading warnings to errors (/WX)Edward Thomson2019-06-242-1/+13
| * | win32: stop inlining file_attribute_to_statEdward Thomson2019-06-242-31/+36
| * | config parse: safely cast to intEdward Thomson2019-06-241-1/+6
| * | odb loose: only read at most INT_MAXEdward Thomson2019-06-241-7/+14
| * | smart protocol: validate progress message lengthEdward Thomson2019-06-241-2/+16
| * | smart transport: use size_t for sizesEdward Thomson2019-06-241-3/+3
| * | local transport: cast message size to int explicitlyEdward Thomson2019-06-241-3/+3
| * | winhttp: safely cast length to DWORDEdward Thomson2019-06-241-1/+6
| * | strtol: cast error message length to intEdward Thomson2019-06-241-1/+1
| * | pool: use `size_t` for sizesEdward Thomson2019-06-248-60/+44
| * | tree-cache: safely cast to uint32_tEdward Thomson2019-06-241-6/+26
| * | tree: return `size_t` for treebuilder entrycountEdward Thomson2019-06-242-2/+2
| * | utf8: use size_t for length of bufferEdward Thomson2019-06-241-6/+6
| * | worktree: use size_t for sizesEdward Thomson2019-06-241-1/+1
| * | netops: safely cast to intEdward Thomson2019-06-241-3/+6
| * | trailer: use size_t for sizesEdward Thomson2019-06-241-32/+41
| * | repository: use size_t for lengthEdward Thomson2019-06-241-1/+2
| * | rebase: use size_t for path lengthEdward Thomson2019-06-241-1/+2
| * | pool: cast arithmeticEdward Thomson2019-06-241-1/+1
| * | path: safely cast path calculationEdward Thomson2019-06-241-2/+14
| * | patch: use size_t for size when parsingEdward Thomson2019-06-241-1/+1
| * | merge: safely cast size of merged file for indexEdward Thomson2019-06-241-1/+1
| * | iterator: sanity-check path length and safely castEdward Thomson2019-06-241-1/+6
| * | index: safely cast file sizeEdward Thomson2019-06-241-1/+6