aboutsummaryrefslogtreecommitdiffstats
path: root/cc/fuzz.go
Commit message (Expand)AuthorAgeFilesLines
* Add ramdisk image.Yifan Hong2020-01-221-2/+2
* Adding capability to granular disable of fuzzerhamzeh2019-12-181-3/+4
* cc_fuzz: add "data" fieldTri Vo2019-12-051-0/+29
* Fix cc_fuzz ignoring soong namespaces.Mitch Phillips2019-12-051-0/+5
* Make fuzz rules reproducibleColin Cross2019-11-211-38/+47
* Add $$ORIGIN/lib to rpath for fuzz targets.Mitch Phillips2019-11-141-1/+4
* Prebuilt shared libraries should be collected for fuzz targets.Mitch Phillips2019-11-141-4/+19
* Package fuzz targets into zipfiles, then coalesce.Mitch Phillips2019-11-141-20/+49
* 'm fuzz' shared lib package should be per-fuzzer.Mitch Phillips2019-11-121-6/+3
* Sort fuzz target dependencies to avoid rebuilds.Mitch Phillips2019-11-111-0/+2
* Soong frontend for shared library fuzzing.Mitch Phillips2019-11-081-34/+150
* change output file extension (config.txt -> config.json)Kris Alder2019-10-301-1/+1
* Use unstripped binaries in fuzz target packaging.Mitch Phillips2019-10-291-1/+1
* Merge changes Ia7deed13,I7378a46fIvan Lozano2019-10-291-1/+1
|\
| * Add support for Rust C libraries.Ivan Lozano2019-10-281-1/+1
* | add additional fields to cc_fuzz build typesKris Alder2019-10-281-0/+44
|/
* Re-plumb fuzz corpora.Mitch Phillips2019-10-171-3/+14
* Merge "Fuzz corpus entries should not go in a subdirectory."Treehugger Robot2019-10-161-1/+1
|\
| * Fuzz corpus entries should not go in a subdirectory.Mitch Phillips2019-10-091-1/+1
* | Do not link libc++.so statically on device.Mitch Phillips2019-10-141-2/+6
|/
* Move fuzz phony to be make-defined, and add to dist.Mitch Phillips2019-09-301-11/+10
* Add 'make fuzz' build rule.Mitch Phillips2019-09-241-0/+95
* Add corpus and dictionary properties to cc_fuzz.Mitch Phillips2019-09-181-2/+27
* Add i386 host fuzzing support w/ cc_fuzz.Mitch Phillips2019-09-051-10/+6
* [cc_fuzz] Statically link libcxx.Mitch Phillips2019-08-231-0/+12
* Disable linux_bionic fuzzersAlex Light2019-07-241-3/+7
* Disable cc_fuzz darwin host modulesColin Cross2019-07-181-0/+14
* Add the cc_fuzz target.Mitch Phillips2019-07-161-0/+106