aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz
Commit message (Expand)AuthorAge
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Update TileImageFilter to sk_spGravatar robertphillips2016-04-15
* Update DisplacementMapEffect to sk_spGravatar robertphillips2016-04-15
* Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of http...Gravatar robertphillips2016-04-15
* Update DisplacementMapEffect to sk_spGravatar robertphillips2016-04-15
* Make fuzz builds set SK_FUZZ_LOGGINGGravatar kjlubick2016-04-12
* Update LightingImageFilter to sk_spGravatar robertphillips2016-04-08
* Update MatrixConvolutionImageFilter to sk_spGravatar robertphillips2016-04-08
* Update MagnifierImageFilter to sk_spGravatar robertphillips2016-04-07
* Update DropShadowImageFilter to sk_spGravatar robertphillips2016-04-06
* Update DownSampleImageFilter to sk_spGravatar robertphillips2016-04-06
* Update SkMatrixImageFilter to sk_spGravatar robertphillips2016-04-05
* Do an in-place replacement of SkRandom with Fuzz for FilterFuzzGravatar kjlubick2016-04-05
* return pictures as sk_spGravatar reed2016-03-18
* Remove FuzzPaeth now that we have some real Fuzzes.Gravatar mtklein2016-02-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
* Change name from ScaleToSides to SkScaleToSides.Gravatar herb2016-01-22
* Fix bounds of checking if a radii are too long for a side.Gravatar herb2016-01-22
* Demo fuzz for HerbGravatar mtklein2016-01-21
* 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