summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix the test and comment.Nelson Elhage2018-08-141-2/+20
| * | | | | Write a test.Nelson Elhage2018-08-142-0/+16
| * | | | | Add a commentNelson Elhage2018-08-051-0/+4
| * | | | | Don't error on missing section, just continueNelson Elhage2018-08-051-5/+4
| * | | | | config_file: Don't crash on options without a sectionNelson Elhage2018-08-051-0/+4
| |/ / / /
* | | | | Merge pull request #4764 from tiennou/ci/coverity-onlyEdward Thomson2018-08-141-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ci: Correct the status code check so Coverity doesn't force-fail TravisEtienne Samson2018-08-141-1/+1
|/ / / /
* | | | Merge pull request #4760 from libgit2/ethomson/ciEdward Thomson2018-08-092-45/+0
|\ \ \ \
| * | | | readme: remove appveyor build badgeEdward Thomson2018-08-091-1/+0
| * | | | ci: remove appveyorEdward Thomson2018-08-061-44/+0
| |/ / /
* | | | Merge pull request #4761 from pks-t/pks/aix-diff-oomEdward Thomson2018-08-091-1/+1
|\ \ \ \
| * | | | diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-08-091-1/+1
|/ / / /
* | | | Merge pull request #4755 from pks-t/pks/travis-coverity-cronEdward Thomson2018-08-061-4/+8
|\ \ \ \
| * | | | travis: do not execute Coverity analysis for all cron jobsPatrick Steinhardt2018-08-061-4/+8
| |/ / /
* | | | Merge pull request #4759 from pks-t/pks/ci-werrorEdward Thomson2018-08-062-3/+3
|\ \ \ \
| * | | | ci: enable compilation with "-Werror"Patrick Steinhardt2018-08-061-1/+1
| * | | | odb: fix use of wrong printf formattersPatrick Steinhardt2018-08-061-2/+2
| |/ / /
* | | | Merge pull request #4758 from pks-t/pks/smart-pkt-oob-readPatrick Steinhardt2018-08-061-2/+8
|\ \ \ \
| * | | | smart_pkt: fix potential OOB-read when processing ng packetPatrick Steinhardt2018-07-191-2/+8
* | | | | Merge pull request #4751 from nelhage/config-double-freePatrick Steinhardt2018-08-061-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a double-free in config parsingNelson Elhage2018-08-051-0/+1
|/ / / /
* | | | Merge pull request #4728 from pks-t/pks/fuzzersPatrick Steinhardt2018-08-03325-29/+629
|\ \ \ \
| * | | | ci: fix location of fuzzer corpora on VSTSPatrick Steinhardt2018-08-031-1/+1
| * | | | fuzzers: limit maximum pack object countPatrick Steinhardt2018-08-032-0/+7
| * | | | fuzzers: convert download_refs fuzzer to CPatrick Steinhardt2018-08-032-156/+208
| * | | | fuzzers: import download_refs fuzzer from oss-fuzzPatrick Steinhardt2018-08-032-0/+156
| * | | | fuzzers: avoid use of libgit2 internals in packfile_rawPatrick Steinhardt2018-08-031-5/+7
| * | | | cmake: remove USE_SANITIZER and USE_COVERAGE optionsPatrick Steinhardt2018-08-032-22/+6
| * | | | cmake: fix the unholy options alignment messPatrick Steinhardt2018-08-031-31/+32
| * | | | cmake: remove need to add "-fsanitize=fuzzer" flag for fuzzersPatrick Steinhardt2018-08-032-6/+8
| * | | | cmake: error out if required C flags are not supportedPatrick Steinhardt2018-08-032-7/+24
| * | | | cmake: use C90 standard for our fuzzing targetsPatrick Steinhardt2018-08-031-0/+1
| * | | | fuzzers: move readme to docs/fuzzing.mdPatrick Steinhardt2018-08-031-0/+0
| * | | | fuzzers: rename "fuzz" directory to match our stylePatrick Steinhardt2018-08-03320-6/+5