summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add with overflow: use SizeTAdd on WindowsEdward Thomson2019-01-201-0/+10
| * Remove unused git__add_uint64_overflowEdward Thomson2019-01-201-12/+0
| * add with overflow intrinsics: simplify testsEdward Thomson2019-01-201-26/+18
| * Let GCC use the add/mul overflow intrinsicslhchavez2019-01-091-10/+30
* | Merge pull request #4944 from libgit2/ethomson/deprecationEdward Thomson2019-01-203-19/+20
|\ \
| * | deprecation: use the enum type in declarationEdward Thomson2019-01-202-19/+19
| * | deprecation: add `used` attributeEdward Thomson2019-01-201-0/+1
|/ /
* | Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-1928-256/+291
|\ \
| * | references: use new names in internal usageethomson/git_refEdward Thomson2019-01-1726-243/+244
| * | references: use full name in type namesEdward Thomson2019-01-172-13/+47
* | | Merge pull request #4940 from libgit2/ethomson/git_objEdward Thomson2019-01-1920-51/+51
|\ \ \
| * | | object_type: convert final internal users to new namesethomson/git_objEdward Thomson2019-01-1710-17/+17
| * | | object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-1710-25/+25
| * | | object_type: mark old values as deprecatedEdward Thomson2019-01-171-10/+10
| |/ /
* | | Merge pull request #4943 from libgit2/ethomson/ciEdward Thomson2019-01-196-21/+70
|\ \ \
| * | | ci: run all invasive tests on windowsEdward Thomson2019-01-191-0/+4
| * | | ci: only run invasive tests during nightly runsEdward Thomson2019-01-193-2/+15
| * | | ci: clear settings variables in powershellEdward Thomson2019-01-191-0/+5
| * | | ci: precisely identify the invasive testsEdward Thomson2019-01-191-1/+1
| * | | tests: fix test expectation mismatchEtienne Samson2019-01-141-2/+2
| * | | ci: enable some of the invasive testcasesEtienne Samson2019-01-113-0/+25
| * | | ci: move coverity in its own pipelineEtienne Samson2019-01-112-19/+21
* | | | Merge pull request #4930 from libgit2/ethomson/cdeclEdward Thomson2019-01-1738-170/+173
|\ \ \ \
| * | | | changelog: document that we always build cdeclethomson/cdeclEdward Thomson2019-01-171-0/+3
| * | | | Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-1734-155/+162
| * | | | cmake: error when STDCALL is specifiedEdward Thomson2019-01-171-0/+4
| * | | | Use cdecl calling conventions on Win32Edward Thomson2019-01-173-14/+3
| * | | | buffer: wrap EXTERN in DEPRECATEDEdward Thomson2019-01-171-1/+1
|/ / / /
* | | | Merge pull request #4932 from libgit2/ethomson/changelogEdward Thomson2019-01-171-0/+94
|\ \ \ \
| * | | | changelog: document git_merge_analysis_for_refethomson/changelogEdward Thomson2019-01-171-0/+3
| * | | | changelog: document openssl fixesEdward Thomson2019-01-171-0/+2
| * | | | changelog: document core.logallrefupdates=alwaysEdward Thomson2019-01-171-0/+2
| * | | | fixup! changelog: document changes since 0.27Edward Thomson2019-01-171-1/+1
| * | | | changelog: document changes since 0.27Edward Thomson2019-01-171-0/+87
|/ / / /
* | | | Merge pull request #4925 from lhchavez/fix-a-bunch-of-warningsEdward Thomson2019-01-1711-46/+32
|\ \ \ \