aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEGravatar Oliver Chang2017-03-22
|
* [infra] wait_for_build: support passing a project idGravatar Oliver Chang2017-03-22
|
* [infra] build base images to oss-fuzz-base.Gravatar Oliver Chang2017-03-22
|
* [infra] build base images to oss-fuzz-baseGravatar Oliver Chang2017-03-22
|
* Enable Msan experimentally for some projects (#473).Gravatar Oliver Chang2017-03-21
|
* [infra] gcb: support experimental sanitizers format.Gravatar Oliver Chang2017-03-21
|
* [infra] gcb: support experimental sanitizers formatGravatar Oliver Chang2017-03-21
|
* Pin Bazel version to 0.4.4 for gRPC (#472)Gravatar matt-kwong2017-03-20
|
* [libprotobuf-mutator] Stop detecting leaks in libxml fuzzer. (#467)Gravatar Vitaly Buka2017-03-17
|
* [infra] Fix builds status to filter on correct image tag.Gravatar Oliver Chang2017-03-17
|
* [infra] Workaround for GCB build status issue (#461)Gravatar Oliver Chang2017-03-16
|
* [tpm2] fixed base file nameGravatar Mike Aizatsky2017-03-16
|
* Tor build.sh: Disable memory sentinels when fuzzing (#464)Gravatar Nick Mathewson2017-03-16
| | | | | | | | | | | | | | | Tor has a few safety features that try to prevent bugs by using memory more safely. For example, by default, we terminate our IO buffers with 0-valued bytes, so that accidental string operations can't run off the end. For another example, we do some of our allocation in "memory areas" -- an obstack-style allocation in which all objects are freed at once. These features prevent a fairly large category of crash bugs, but they also prevent asan from seeing our mistakes. But when we're fuzzing, we'd like to expose as many of our mistakes as possible. With that in mind, we've added a --disable-memory-sentinels configuration option to turn off a lot of these safety features when we're fuzzing. This feature turns it on for oss-fuzz.
* [libreoffice] add yasm depend for internal libturbo-jpeg (#463)Gravatar Caolán McNamara2017-03-16
|
* [expat] Fix incorrect .options file.Gravatar Max Moroz2017-03-16
|
* Update build.pyGravatar Oliver Chang2017-03-15
|
* Update README.mdGravatar Oliver Chang2017-03-15
|
* More ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE.Gravatar Oliver Chang2017-03-15
|
* [infra] gcb: Add cancel.pyGravatar Oliver Chang2017-03-15
| | | | Also recognize CANCELLED status in wait_for_build.
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* [infra] gcb: push base images to oss-fuzz registryGravatar Oliver Chang2017-03-15
| | | | Instead of clusterfuzz-external. It looks better.
* Update project.yamlGravatar Oliver Chang2017-03-15
|
* Temporarily disable afl for libreofficeGravatar Oliver Chang2017-03-15
| | | Investigating disk space issues on builders.
* add AFL faq entry (#462)Gravatar Kostya Serebryany2017-03-15
|
* Update project.yamlGravatar Oliver Chang2017-03-15
|
* Update wait_for_build.pyGravatar Oliver Chang2017-03-15
|
* gRPC - add ssl_server_fuzzer and remove options (#458)Gravatar matt-kwong2017-03-15
| | | | | | * CC less people for gRPC issues * Enable ssl_server_fuzzer and remove options
* Add performance analyzer image, update fuzzer stats image. (#457)Gravatar Abhishek Arya2017-03-15
|
* Update README.mdGravatar Oliver Chang2017-03-15
|
* Update clusterfuzz.mdGravatar Abhishek Arya2017-03-15
|
* [infra] gcb: Upload builds to production buckets.Gravatar Oliver Chang2017-03-15
|
* [infra] trying to workaround docker errorGravatar Mike Aizatsky2017-03-15
| | | GCB triggers https://github.com/docker/docker/issues/9547
* [infra] gcb: Build afl fuzzers.Gravatar Oliver Chang2017-03-15
|
* [tpm2] moving Dockerfile inGravatar Mike Aizatsky2017-03-15
|
* Update clusterfuzz.mdGravatar Abhishek Arya2017-03-15
|
* [expat] Build 6 fuzz targets for different encoding types. (#431)Gravatar Max Moroz2017-03-15
| | | | | | | | * [expat] Build 6 fuzz targets for different encoding types. It obviously makes fuzzing faster and corpus should become more precise. * [expat] Add dictionaries in different encodings.
* [infra] gcb: Links to logs in build statusGravatar Oliver Chang2017-03-14
|
* [infra] gcb: Build our own logs link.Gravatar Oliver Chang2017-03-14
| | | | | The one returned by the API uses a text filter on the build id, which is slow.
* Move gcb auto setup to infra/gcb.Gravatar Oliver Chang2017-03-14
|
* [infra] gcb: print log url.Gravatar Oliver Chang2017-03-14
|
* [infra] set cache control on gcb build statusGravatar Oliver Chang2017-03-14
|
* Override $OUT in gcb build. (#456)Gravatar Oliver Chang2017-03-14
| | | This prevents a copy from the builder container's /out to /workspace/out/sanitizer. Should hopefully fix ffmpeg's disk space issues.
* [infra] script renameGravatar Mike Aizatsky2017-03-14
|
* [infra] gcb build status scriptGravatar Mike Aizatsky2017-03-14
|
* [infra] unused importGravatar Mike Aizatsky2017-03-14
|
* [infra] beginning of build status scriptGravatar Mike Aizatsky2017-03-14
|
* [infra] do not create build topicGravatar Mike Aizatsky2017-03-14
|
* add ole corpus (#455)Gravatar Caolán McNamara2017-03-14
|
* [sqlite3] Changes to fetch SQLite sources as a tarball using curl (#454)Gravatar Richard Hipp2017-03-14
| | | | | | | | | | | * Untested changes to fetch the latest SQLite sources as a tarball rather than using the Fossil DVCS. * [sqlite3] Address review comments for #454. * Revert of [sqlite3] Address review comments for #454. * Re-land of [sqlite3] Address review comments for #454.
* [infra] workdir matches project nameGravatar Mike Aizatsky2017-03-13
|