summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repository: free memory in symlink detection functionethomson/memleaksEdward Thomson2019-01-201-5/+8
* 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
|\ \ \ \
| * | | | Explanation for the rationale behind splitting formattinglhchavez2019-01-091-0/+1
| * | | | Move the intrinsics part of the change to its own PRlhchavez2019-01-081-20/+10
| * | | | Windows is hard.lhchavez2019-01-064-4/+7
| * | | | Attempt at fixing the MingW64 compilationlhchavez2019-01-066-21/+40
| * | | | Fix a bunch of warningslhchavez2019-01-056-40/+13
* | | | | Merge pull request #4941 from libgit2/ethomson/mailmapEdward Thomson2019-01-171-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mailmap: prefer ethomson@edwardthomson.comethomson/mailmapEdward Thomson2019-01-171-2/+2
* | | | | Merge pull request #4937 from lhchavez/fix-crlfEdward Thomson2019-01-151-55/+55
|\ \ \ \ \
| * | | | | Convert tests/resources/push.sh to LF endingslhchavez2019-01-151-55/+55
|/ / / / /
* | | | | Merge pull request #4936 from implausible/remove/unnecessary-test-filesEdward Thomson2019-01-142151-11979/+0
|\ \ \ \ \
| * | | | | Get rid of some test files that were accidentally committedTyler Wanek2019-01-142151-11979/+0
|/ / / / /
* | | | | Merge pull request #4934 from stinb/proxy-crashEdward Thomson2019-01-142-0/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |