summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | hash: move SHA1 implementations into 'sha1/' folderPatrick Steinhardt2019-06-2418-32/+46
| * | hash: introduce source files to break include circlesPatrick Steinhardt2019-06-2413-161/+215
| * | hash: move `git_hash_prov` into Win32 backendPatrick Steinhardt2019-06-242-3/+2
* | | repo: commondir resolution can sometimes fallback to the repodirEtienne Samson2019-06-261-17/+26
* | | docs: fixupsEtienne Samson2019-06-262-1/+3
* | | 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
| |/ |/|
* | 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
* | 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-241-0/+8
* | 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-241-1/+1
* | 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
* | win32: safely cast path sizes for win apiEdward Thomson2019-06-241-2/+12
* | w32: safely cast to int during charset conversionEdward Thomson2019-06-241-3/+7
* | idxmap: safely cast down to khiter_tEdward Thomson2019-06-241-2/+4
* | errors: use lowercaseethomson/error_messagesEdward Thomson2019-06-233-10/+10
|/
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-165-18/+18
* Merge pull request #5117 from libgit2/ethomson/to_fromPatrick Steinhardt2019-06-1620-44/+98
|\
| * tag: add underscore to `from` functionethomson/to_fromEdward Thomson2019-06-161-1/+8
| * index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-161-1/+10
| * blob: add underscore to `from` functionsEdward Thomson2019-06-164-8/+41
| * oid: `is_zero` instead of `iszero`Edward Thomson2019-06-1615-34/+39
* | object: rename git_object__size to git_object_sizeethomson/object_sizeEdward Thomson2019-06-161-3/+9
|/
* Merge pull request #5110 from pks-t/pks/wildmatchEdward Thomson2019-06-1515-381/+411
|\
| * fnmatch: remove unused codePatrick Steinhardt2019-06-152-296/+0