summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
AgeCommit message (Expand)Author
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2020-10-12[compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 ...Fangrui Song
2020-08-26[libFuzzer] Error and exit if user supplied fuzzer writeable directories don'...Matt Morehouse
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2019-11-21[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.Marco Vanotti
2019-04-13[libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany
2019-02-27[libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman
2019-02-15[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany
2019-02-13[libFuzzer] a bit of refactoring of the fork modeKostya Serebryany
2019-02-12[libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30[libFuzzer] Port to WindowsMatt Morehouse
2018-08-29Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-29[libFuzzer] Port to WindowsMatt Morehouse
2018-08-28Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-28[libFuzzer] Port to WindowsMatt Morehouse
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2017-12-08[libFuzzer] Add support for Fuchsia OS.Matt Morehouse
2017-11-15libfuzzer: Fix file listing on some filesystemsKostya Serebryany
2017-08-29[libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany
2017-08-27[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov