aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
...
* [docs] fix pcre2 link (#2153)Gravatar Matthew Fernandez2019-02-08
| | | | | | | pcre2's web server has a redirect to HTTPS that introduces a duplicate view parameter, resulting in the eventual URL of https://vcs.pcre.org/pcre2/code/trunk/src/pcre2_fuzzsupport.c?view=markup?view=markup which fails to load. This seems like an error in their web server config, but using an HTTPS URL to begin with works around this issue.
* Link to ClusterFuzz Repo (#2146)Gravatar jonathanmetzman2019-02-07
|
* Update new_project_guide.mdGravatar Abhishek Arya2018-12-08
|
* Update fuzzer_environment.mdGravatar Oliver Chang2018-11-28
|
* [docs] Fix a typo in new_project_guide.md.Gravatar Max Moroz2018-11-19
|
* [docs] Update new_project_guide.md to be explicit about linking with clang++.Gravatar Max Moroz2018-11-19
| | | This regularly comes up, e.g. https://github.com/google/oss-fuzz/issues/1961.
* Update reproducing.mdGravatar Max Moroz2018-11-19
|
* Typo fix: hongfuzz -> honggfuzz (#1960)Gravatar steadmon2018-11-19
|
* Fix typos in docs (#1934)Gravatar Luca Berton2018-11-07
|
* Add FAQ entry about specs of builders and fuzzing VMs (#1885)Gravatar Oliver Chang2018-10-22
|
* code_coverage.md: fix coverage tool invocations (#1870)Gravatar James Zern2018-10-12
| | | s/profile/coverage/
* [infra] Update documentation (new coverage screenshots + some cleanup), ↵Gravatar Max Moroz2018-10-01
| | | | follow-up #1839).
* [infra] Support extra coverage args in project.yaml (fix #1726, follow-up ↵Gravatar Max Moroz2018-08-30
| | | | | | | | | | #1547). (#1774) * [infra] Support extra coverage args in project.yaml (fix #1726, follow-up #1547). * Update the documentation page. * Fix review comments by Jonathan.
* Update faq.mdGravatar Abhishek Arya2018-08-26
|
* [infra] Add the build configuration and other pieces for clang code ↵Gravatar Max Moroz2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | coverage. (#1547) * [infra] Add the build configuration and other pieces for clang code coverage. * Address the initial feedback, still a draft with some pieces missing. * Trying to test things locally. * Work in progress, now able to test the build process. * Rebase and fix a comment. * Figure out how to upload report, but still have issues with GCS access. * Remove unnecessary debug prints. * WIP: adding targets list reading + minor clean up. * WIP * WIP: now it works end to end but is very dirty and has limitations. * WIP: use rsync -r -d to overwrite older reports (if any) * WIP: trying to use a helper script for bulk corpus download. * WIP: download corpus in batches passed via args. * WIP: testing corpus downloading in batches. * WIP: woohoo, now it works! * Some cleanup for a high level review. * Address review comments and add FAQ entry. * Update FAQ.md as per comments by Oliver.
* Update reproducing.mdGravatar Abhishek Arya2018-08-19
|
* [infra] Update coverage script to support sources white listing. (#1707)Gravatar Max Moroz2018-08-12
|
* [docs] Update example of help_url (#1682)Gravatar Mina Farid2018-08-03
|
* Add experimental flag in new project guide docs. (#1650)Gravatar Abhishek Arya2018-07-24
| | | | | | * Update new_project_guide.md * Update new_project_guide.md
* [docs] Add pull_images command to the code coverage documentation page. (#1644)Gravatar Max Moroz2018-07-23
|
* [infra] Support extra arguments for llvm-cov + update the binaries. (#1629)Gravatar Max Moroz2018-07-19
| | | | | | * [infra] Support extra arguments for llvm-cov + update the binaries. * Slightly change the doc to be less confusing.
* [docs] Dummy change to test #1618 once again. (#1624)Gravatar Max Moroz2018-07-17
|
* [docs] Dummy formating change just to test #1618 a bit more.Gravatar Max Moroz2018-07-17
|
* [docs] Link code_coverage.md page from the ideal_integration.md. (#1621)Gravatar Max Moroz2018-07-17
|
* Fix GDB documentation. (#1613)Gravatar Oliver Chang2018-07-16
|
* [infra] helper.py: support "profile" command for a single fuzz target with ↵Gravatar Max Moroz2018-06-18
| | | | | | | | | | arbitrary corpus location. (#1535) * [infra] helper.py: support "profile" command for a single fuzz target with arbitrary corpus location. * Address review feedback. * Update code_coverage.md page.
* [infra] Fix helper.py as per feedback from @evverx + fix issues from #1519. ↵Gravatar Max Moroz2018-06-15
| | | | | | | | | | (#1520) * [infra] Fix helper.py as per feedback from @evverx + fix issues from #1519. * Remove stuff from local testing * Suppress unnecessary output from GSUtil.
* [infra] Enable clange code coverage reports generation for local runs. (#1494)Gravatar Max Moroz2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [infra] Enable clange code coverage reports generation for local runs. * Use runner image and move corpus management to the helper.py . * Clean up, delete unnecessary stuff, add comments. * Run fuzz targets in parallel. Do not exit in case of an error. * Address review feedback, except of the threading thing. * Fix a typo. * Use ThreadPool implementatino available in standard python2.7 package. * Add dry run support + no corpus download option. * Fix flags handling + add log output in case of an error. * Append arguments for fuzz target instead of replacing them. * Remove dry run functionality as it currently errors out after two runs. * Fix some spacing in the code. * Update documentation regarding new code coverage script.
* Update reproducing.mdGravatar Oliver Chang2018-05-18
|
* [docs] Clean up the conflicts in reproducing.md. (#1428)Gravatar Max Moroz2018-05-18
| | | | | | | | * [docs] Clean up the conflicts in reproducing.md. * Add engine arg everywhere + move bad build checks instruction back to the bottom * Remove enginge argument from instructions not related to build checks
* [docs] Add instructions on "pull_images" and "check_build" as per suggestion ↵Gravatar Max Moroz2018-05-18
| | | | | | | | | | in #1330. (#1404) * [docs] Add instructions on "pull_images" and "check_build" as per suggestion in #1330. * Address review feedback * fix a typo
* Update corpora.md to add note about corpus backups (#1406).Gravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Update reproducing.mdGravatar Oliver Chang2018-05-10
|
* Add documentation about enabling MSan (Fixes #1396) (#1399)Gravatar Oliver Chang2018-05-03
| | | | | | * Add MemorySanitizer information to new project guide. * reformat section
* Document help_url in new project guide (#1395)Gravatar jonathanmetzman2018-05-02
| | | * Document help_url.
* Other projects use the notation GitHub, but this project was fixed as ↵Gravatar Junya Kono2018-04-29
| | | | | | | | Github. (#1377) * fix typing * Fix faq.md
* Update fuzzer_environment.mdGravatar Oliver Chang2018-04-27
|
* Fix #540Gravatar Abhishek Arya2018-04-21
|
* [docs] Deprecate use of max_len, recommend sanity check that returns 0 (cc ↵Gravatar Max Moroz2018-04-17
| | | | #1324).
* Minor proposal (on string #35) (#1289)Gravatar Darío Hereñú2018-04-01
|
* Fix #278Gravatar Abhishek Arya2018-03-08
|
* Update clusterfuzz.mdGravatar Abhishek Arya2018-02-22
|
* Delete freetype_stats_graphs.PNGGravatar Abhishek Arya2018-02-22
|
* Add files via uploadGravatar Abhishek Arya2018-02-22
|
* Update clusterfuzz.mdGravatar Abhishek Arya2018-02-22
|