summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cache: fix misnaming of `git_cache_free`Patrick Steinhardt2019-02-214-6/+6
* Merge pull request #4991 from libgit2/ethomson/inttypesPatrick Steinhardt2019-02-211-0/+5
|\
| * Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-211-0/+5
* | Merge pull request #4996 from eaigner/masterPatrick Steinhardt2019-02-211-1/+1
|\ \
| * | apply: prevent OOB read when parsing source bufferErik Aigner2019-02-211-1/+1
* | | Fix a memory leak in odb_otype_fast()lhchavez2019-02-201-0/+1
* | | Merge pull request #4986 from lhchavez/reallocPatrick Steinhardt2019-02-201-4/+3
|\ \ \
| * | | Make stdalloc__reallocarray call stdalloc__realloclhchavez2019-02-161-4/+3
| | |/ | |/|
* | | Merge pull request #4990 from libgit2/remove_time_monotonicPatrick Steinhardt2019-02-201-5/+0
|\ \ \
| * | | Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-171-5/+0
| |/ /
* | | Fix a _very_ improbable memory leak in git_odb_new()lhchavez2019-02-161-2/+6
|/ /
* | Merge pull request #4982 from pks-t/pks/worktree-add-bare-headEdward Thomson2019-02-145-31/+59
|\ \
| * | branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-141-2/+9
| * | branches: introduce flag to skip enumeration of certain HEADsPatrick Steinhardt2019-02-144-17/+33
| * | branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-141-1/+4
| * | worktree: error out early if given ref is not validPatrick Steinhardt2019-02-141-12/+14
| |/
* | Merge pull request #4965 from hackworks/eliminate-check-for-keep-fileEdward Thomson2019-02-142-3/+13
|\ \
| * | Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-022-3/+13
| |/
* | deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-0/+6
|/
* mbedtls: fix potential size overflow when reading or writing dataethomson/stream-truncated-writesPatrick Steinhardt2019-01-311-2/+9
* mbedtls: make global variables staticPatrick Steinhardt2019-01-311-4/+2
* openssl: fix potential size overflow when writing dataPatrick Steinhardt2019-01-311-2/+1
* streams: handle short writes only in generic streamPatrick Steinhardt2019-01-312-20/+11
* streams: fix callers potentially only writing partial dataPatrick Steinhardt2019-01-314-25/+35
* streams: make file-local functions staticPatrick Steinhardt2019-01-313-19/+17
* filter: return an intEdward Thomson2019-01-251-1/+1
* diff_generate: validate oid file sizeEdward Thomson2019-01-251-2/+2
* describe: don't mix and match abbreviated size typesEdward Thomson2019-01-251-2/+2
* delta: validate sizes and cast safelyEdward Thomson2019-01-251-4/+11
* git transport: only write INT_MAX bytesEdward Thomson2019-01-251-5/+9
* windows: add SSIZE_MAXEdward Thomson2019-01-251-0/+6
* streams: don't write more than SSIZE_MAXEdward Thomson2019-01-254-13/+13
* buffer: explicitly castEdward Thomson2019-01-251-1/+1
* blame: make hunk_cmp handle unsigned differencesEdward Thomson2019-01-251-1/+6
* apply: make update_hunk accept a size_tEdward Thomson2019-01-251-1/+1
* iterator: cast filesystem iterator entry values explicitlyEdward Thomson2019-01-251-3/+10
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-258-20/+52
* tree: cast filename length in git_tree__parse_rawEdward Thomson2019-01-251-2/+2
* odb_loose: explicitly cast to size_tEdward Thomson2019-01-251-1/+1
* patch: explicitly cast down in parse_header_percentEdward Thomson2019-01-251-1/+1
* index: explicitly cast down to a size_tEdward Thomson2019-01-251-1/+1
* diff: explicitly cast in flush_hunkEdward Thomson2019-01-251-1/+1
* Merge pull request #4858 from tiennou/fix/index-ext-readEdward Thomson2019-01-251-14/+15
|\
| * index: preserve extension parsing errorsEtienne Samson2019-01-241-14/+15
* | deprecation: don't use deprecated stream cbEdward Thomson2019-01-251-1/+3
* | Don't use deprecated constantsSven Strickroth2019-01-242-3/+3
* | Fix VS warning C4098: 'giterr_set_str' : void function returning a valueSven Strickroth2019-01-241-1/+1
|/
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-22141-1760/+1760
* git_error: deprecate error valuesEdward Thomson2019-01-221-1/+1
* git_error: use full class name in public error APIEdward Thomson2019-01-221-4/+26