aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/fuzz.cpp
Commit message (Expand)AuthorAge
* Make SkPngCodec decode progressively.Gravatar scroggo2016-09-16
* change SkStreams to work with sk_sp<SkData> instead of SkData*Gravatar reed2016-09-12
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Port FuzzPathop from chromiumGravatar kjlubick2016-07-19
* Add deserialize color space entry point for fuzzingGravatar kjlubick2016-06-23
* Add ICC fuzzerGravatar kjlubick2016-06-09
* Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...Gravatar scroggo2016-06-06
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-02
* Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...Gravatar scroggo2016-06-01
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-01
* Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...Gravatar scroggo2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* Make fuzz builds set SK_FUZZ_LOGGINGGravatar kjlubick2016-04-12
* Do an in-place replacement of SkRandom with Fuzz for FilterFuzzGravatar kjlubick2016-04-05
* return pictures as sk_spGravatar reed2016-03-18
* Create ParsePath API fuzzGravatar kjlubick2016-02-18
* Add ability to fuzz images using scaling and different modesGravatar kjlubick2016-02-16
* Make fuzz broadcast when it terminates via return.Gravatar kjlubick2016-02-01
* Make fuzz output the words success for a 'clean exit'Gravatar kjlubick2016-01-27
* fuzz: list API fuzzing options if -t api and -n matches nothing.Gravatar mtklein2016-01-21
* Seperating our fuzzing binary from DM produces a 50x speed increase for decod...Gravatar kjlubick2016-01-21
* If we pass no bytes, use the fuzz binary itself.Gravatar mtklein2016-01-15
* Restore creature comforts to fuzz binaryGravatar mtklein2016-01-15
* fuzz: signalBug() / signalBoring()Gravatar mtklein2016-01-15
* some fuzz hackingGravatar mtklein2016-01-14
* Add new fuzz binary.Gravatar mtklein2016-01-13