summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4954 from tiennou/fix/documentationEdward Thomson2019-01-305-89/+142
|\
| * repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41
| * transport: enhance documentationEtienne Samson2019-01-281-57/+88
| * docs: document GIT_EUSER/GIT_EPASSTHROUGHEtienne Samson2019-01-281-1/+10
| * doc: clarify that git_time_t is seconds from the epochEtienne Samson2019-01-282-3/+3
* | Merge pull request #4964 from libgit2/ethomson/ci_nightlyEdward Thomson2019-01-285-44/+70
|\ \ | |/ |/|
| * ci: add coverity badge to the READMEEdward Thomson2019-01-281-1/+1
| * ci: ignore coverity failures in nightly runsEdward Thomson2019-01-284-43/+69
|/
* Merge pull request #4961 from libgit2/ethomson/ci_docuriumEdward Thomson2019-01-271-0/+23
|\
| * ci: run docurium to create documentationethomson/ci_docuriumEdward Thomson2019-01-261-0/+23
* | Merge pull request #4962 from libgit2/ethomson/ci_nightlyEdward Thomson2019-01-272-21/+19
|\ \
| * | ci: return coverity to the nightliesEdward Thomson2019-01-272-21/+19
|/ /
* | Merge pull request #4950 from libgit2/ethomson/warningsEdward Thomson2019-01-2629-60/+124
|\ \
| * | 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
| * | MSVC: ignore empty compilation units (warning LNK4221)Edward Thomson2019-01-251-0/+3
| * | test: cast to a char the zstream testEdward Thomson2019-01-251-1/+1
| * | index test: cast times explicitlyEdward Thomson2019-01-251-2/+2
| * | 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 #4869 from libgit2/ethomson/ci_nightlyEdward Thomson2019-01-261-4/+4
|\ \ | |/ |/|
| * nightly: use latest images, not test imagesEdward Thomson2019-01-261-4/+4
|/
* Merge pull request #4858 from tiennou/fix/index-ext-readEdward Thomson2019-01-2510-14/+54
|\
| * index: preserve extension parsing errorsEtienne Samson2019-01-2410-14/+54
* | Merge pull request #4952 from libgit2/ethomson/deprecationEdward Thomson2019-01-2515-263/+354
|\ \
| * | deprecation: define GIT_DEPRECATE_HARD internallyEdward Thomson2019-01-252-1/+5
| * | deprecation: offer GIT_DEPRECATE_HARDEdward Thomson2019-01-251-0/+7
| * | deprecation: move deprecated tests into their own fileEdward Thomson2019-01-252-36/+60
| * | deprecation: don't use deprecated stream cbEdward Thomson2019-01-251-1/+3
| * | deprecation: provide docurium deprecation noteEdward Thomson2019-01-251-0/+5
| * | deprecation: deprecated stream registration in if guardEdward Thomson2019-01-251-6/+15