summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: run docurium to create documentationethomson/ci_docuriumEdward Thomson2019-01-261-0/+23
* 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
| * 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