summaryrefslogtreecommitdiff
path: root/fuzzers
Commit message (Expand)AuthorAgeFilesLines
* object: lookup sha256 objectsEdward Thomson2023-02-122-2/+9
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-0/+17
* odb: add git_odb_optionsEdward Thomson2022-06-201-1/+1
* odb_hash*: accept the oid type to hash intoEdward Thomson2022-06-201-1/+1
* oid: give oids a typeEdward Thomson2022-06-202-2/+2
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-143-5/+5
* fuzzer: use raw oid dataEdward Thomson2022-04-101-1/+1
* [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-051-0/+0
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+2
* packbuilder: use the packfile name instead of hashEdward Thomson2022-01-271-2/+2
* cmake: refactor global variablesEdward Thomson2021-11-141-7/+7
* fuzzers: declare static functions as staticEdward Thomson2021-11-112-4/+4
* fuzzers: declare standalone functionsEdward Thomson2021-11-119-2/+29
* cmake: move fuzzer args to the fuzzer's cmakeEdward Thomson2021-11-111-0/+3
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-1/+1
* libgit2_clar is now libgit2_testsMartin Kühl2021-10-281-3/+3
* cmake: stylistic refactoringEdward Thomson2021-10-181-19/+19
* cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_moreEdward Thomson2021-10-171-2/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-174-23/+22
* fuzzers: use updated hash functionsethomson/oidEdward Thomson2021-10-022-6/+12
* commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-5/+5
* commit-graph: Support lookups of entries in a commit-graphlhchavez2021-01-101-0/+5
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-10514-0/+80
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-05442-0/+107
* fuzzers: add a new fuzzer for patch parsingAugie Fackler2019-10-173-0/+96
* Merge pull request #5141 from pks-t/pks/azure-drop-powershellPatrick Steinhardt2019-07-211-0/+4
|\
| * fuzzers: provide test targetsPatrick Steinhardt2019-07-201-0/+4
* | fuzzer: use futils instead of fileopsethomson/futilsEdward Thomson2019-07-201-1/+1
* | fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
|/
* fuzzers: clean up header includesPatrick Steinhardt2019-07-054-18/+2
* fuzzers: use `git_buf_printf` instead of `snprintf`Patrick Steinhardt2019-07-051-16/+15
* fuzzers: use POSIX emulation layer to unlink filesPatrick Steinhardt2019-07-051-7/+7
* fuzzers: make printf formatters cross-platform compatiblePatrick Steinhardt2019-07-051-2/+3
* fuzzers: implement `mkdtemp` alternative for Win32Patrick Steinhardt2019-07-051-6/+20
* fuzzers: use system includesEdward Thomson2019-05-191-0/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* fuzzers: don't use deprecated typesEdward Thomson2019-01-251-1/+1
* errors: remove giterr usage in fuzzersEdward Thomson2019-01-222-2/+2
* object_type: convert final internal users to new namesethomson/git_objEdward Thomson2019-01-172-3/+3
* Merge pull request #4845 from pks-t/pks/object-fuzzerCarlos Martín Nieto2018-10-156-0/+439
|\
| * fuzzers: add object parsing fuzzerPatrick Steinhardt2018-10-115-0/+432
| * fuzzers: initialize libgit2 in standalone driverPatrick Steinhardt2018-10-111-0/+7
* | Apply code review feedbackNelson Elhage2018-10-111-7/+4
* | fuzzers: Port config_file_fuzzer to the new in-memory backendNelson Elhage2018-10-091-25/+18
|/
* fuzzer: update for indexer changesethomson/fuzzerEdward Thomson2018-08-261-1/+1
* 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