summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | deprecation: update changelog to reflect new policiesEdward Thomson2019-01-251-6/+14
| * | deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-257-210/+242
| * | fuzzers: don't use deprecated typesEdward Thomson2019-01-251-1/+1
| * | examples: don't use deprecated typesEdward Thomson2019-01-251-2/+2
|/ /
* | Merge pull request #4957 from csware/deprecatedEdward Thomson2019-01-252-3/+3
|\ \
| * | Don't use deprecated constantsSven Strickroth2019-01-242-3/+3
|/ /
* | Merge pull request #4955 from csware/c4098Patrick Steinhardt2019-01-241-1/+1
|\ \ | |/ |/|
| * Fix VS warning C4098: 'giterr_set_str' : void function returning a valueSven Strickroth2019-01-241-1/+1
|/
* Merge pull request #4917 from libgit2/ethomson/giterrEdward Thomson2019-01-22204-2040/+2150
|\
| * errors: update docs for giterr changesethomson/giterrEdward Thomson2019-01-223-19/+19
| * errors: update static analysis tools for giterrEdward Thomson2019-01-222-5/+5
| * errors: remove giterr usage in examplesEdward Thomson2019-01-226-12/+12
| * errors: remove giterr usage in fuzzersEdward Thomson2019-01-222-2/+2
| * git_error: use new names in internal APIs and usageEdward Thomson2019-01-22184-1944/+1944
| * git_error: deprecate error valuesEdward Thomson2019-01-222-35/+35
| * git_error: use full class name in public error APIEdward Thomson2019-01-228-58/+168
|/
* Merge pull request #4949 from zlikavac32/fix-odb-foreach-cb-positive-error-codeEdward Thomson2019-01-203-2/+17
|\
| * Fix odb foreach to also close on positive error codeMarijan Ć uflaj2019-01-203-2/+17
|/
* Merge pull request #4948 from libgit2/ethomson/memleaksEdward Thomson2019-01-201-5/+8
|\
| * repository: free memory in symlink detection functionethomson/memleaksEdward Thomson2019-01-201-5/+8
* | Merge pull request #4947 from libgit2/ethomson/proxyupdateEdward Thomson2019-01-202-4/+4
|\ \ | |/ |/|
| * ci: update poxyproxy, run in quiet modeEdward Thomson2019-01-202-4/+4
|/
* Merge pull request #4945 from libgit2/ethomson/fix-intrinsicsEdward Thomson2019-01-201-22/+32
|\
| * add with overflow: correct documentationethomson/fix-intrinsicsEdward Thomson2019-01-201-2/+2