summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzzer: update for indexer changesethomson/fuzzerEdward Thomson2018-08-261-1/+1
* Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson2018-08-263-6/+24
|\
| * tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-272-6/+7
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-183-6/+23
* | Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-2618-150/+529
|\ \
| * | odb_pack: fix passing partially initialized indexer optionsPatrick Steinhardt2018-06-221-1/+1
| * | indexer: correctly initialize struct with {0}Patrick Steinhardt2018-06-221-1/+1
| * | tests: indexer: add test to exercise our connectivity checkingPatrick Steinhardt2018-06-221-0/+58
| * | indexer: add ability to select connectivity checksPatrick Steinhardt2018-06-222-3/+6
| * | indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-227-21/+62
| * | indexer: check pack file connectivityPatrick Steinhardt2018-06-221-1/+151
| * | indexer: extract function reading stream objectsPatrick Steinhardt2018-06-221-78/+91
| * | indexer: remove useless local variablePatrick Steinhardt2018-06-221-6/+3
| * | object: implement function to parse raw dataPatrick Steinhardt2018-06-222-8/+68
| * | tree: implement function to parse raw dataPatrick Steinhardt2018-06-222-6/+20
| * | tag: implement function to parse raw dataPatrick Steinhardt2018-06-222-0/+6
| * | commit: implement function to parse raw dataPatrick Steinhardt2018-06-222-3/+11
| * | blob: implement function to parse raw dataPatrick Steinhardt2018-06-222-7/+36
| * | blob: use getters to get raw blob content and sizePatrick Steinhardt2018-06-221-4/+4
| * | pack-objects: make `git_walk_object` internal to pack-objectsPatrick Steinhardt2018-06-222-16/+16
* | | Merge pull request #4777 from pks-t/pks/cmake-iconv-via-libcEdward Thomson2018-08-241-6/+11
|\ \ \
| * | | cmake: detect and use libc-provided iconvPatrick Steinhardt2018-08-241-6/+11
* | | | Merge pull request #4774 from tiennou/fix/clang-analyzerPatrick Steinhardt2018-08-244-5/+5
|\ \ \ \
| * | | | transport/http: do not return success if we failed to get a schemeEtienne Samson2018-08-211-1/+1
| * | | | remote: set the error before cleanupEtienne Samson2018-08-211-2/+2
| * | | | mailmap: Undefined or garbage value returned to callerEtienne Samson2018-08-211-1/+1
| * | | | revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-08-211-1/+1
| |/ / /
* | | | Merge pull request #4776 from pks-t/pks/test-index-invalid-filemodeEdward Thomson2018-08-241-0/+42
|\ \ \ \
| * | | | tests: verify adding index conflicts with invalid filemodes failsPatrick Steinhardt2018-08-241-0/+42
| |/ / /
* | | | Merge pull request #4769 from tiennou/fix/worktree-unlockPatrick Steinhardt2018-08-242-3/+3
|\ \ \ \
| * | | | worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-08-172-3/+3
* | | | | Merge pull request #4752 from nelhage/fuzz-configPatrick Steinhardt2018-08-242-0/+86
|\ \ \ \ \
| * | | | | Add a proper write loopNelson Elhage2018-08-161-2/+10
| * | | | | Add a copyright header.Nelson Elhage2018-08-141-0/+9
| * | | | | Further review comments, fix the buildNelson Elhage2018-08-141-11/+27
| * | | | | ReformatNelson Elhage2018-08-141-27/+28
| * | | | | Add a config file to the corpusNelson Elhage2018-08-051-0/+11
| * | | | | Add a config file fuzzerNelson Elhage2018-08-051-0/+41
* | | | | | Merge pull request #4763 from cschlack/fix_ng_packetsPatrick Steinhardt2018-08-241-7/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix 'invalid packet line' for ng packets containing errorsChristian Schlack2018-08-171-7/+9
* | | | | | Merge pull request #4768 from abyss7/masterEdward Thomson2018-08-191-1/+2
|\ \ \ \ \ \
| * | | | | | Fix leak in index.cabyss72018-08-161-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4754 from libgit2/ethomson/threadsEdward Thomson2018-08-192-11/+21
|\ \ \ \ \ \
| * | | | | | threads::iterator: use separate repository objectsethomson/threadsEdward Thomson2018-08-191-1/+4
| * | | | | | threads::diff: use separate git_repository objectsEdward Thomson2018-08-051-10/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4766 from pks-t/pks/travis-remove-coverityEdward Thomson2018-08-171-8/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | travis: remove Coverity cron jobPatrick Steinhardt2018-08-161-8/+1
* | | | | | Merge pull request #4749 from neithernut/fix-git__linenlen-ubPatrick Steinhardt2018-08-161-4/+7
|\ \ \ \ \ \
| * | | | | | parse: Do not initialize the content in context to NULLJulian Ganz2018-08-041-4/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4750 from nelhage/nelhage-config-no-sectionPatrick Steinhardt2018-08-163-2/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |