summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerIO.cpp
AgeCommit message (Expand)Author
2023-03-28[fuzzer] Use puts() rather than printf() in CopyFileToErr()Roy Sundahl
2023-03-17Revert "[fuzzer] Use puts() rather than printf() in CopyFileToErr()"Matthew Voss
2023-03-17[fuzzer] Use puts() rather than printf() in CopyFileToErr()Roy Sundahl
2021-10-04[libFuzzer] Use octal instead of hex escape sequences in PrintASCIIHans Wennborg
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-04-16[fuzzer] Print reloaded file pathsAlexey Vishnyakov
2020-09-09[libFuzzer] Add a command-line option for tracing mutation of corpus inputs i...Dokyung Song
2020-09-03[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse
2020-09-01Revert "[fuzzer] Create user provided fuzzer writeable directories when reque...Matt Morehouse
2020-09-01[fuzzer] Create user provided fuzzer writeable directories when requested if ...Matt Morehouse
2020-02-10Reland "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen
2020-02-10Revert "[NFC][libFuzzer] Prefix TempPath with string showing the work it is d...Yuanfang Chen
2020-02-10[NFC][libFuzzer] Prefix TempPath with string showing the work it is doing.Yuanfang Chen
2019-11-21[libFuzzer] Fix fd check in DupAndCloseStderr.Marco Vanotti
2019-04-30[libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman
2019-04-13[libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany
2019-04-05Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka
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] move the implementation of the fork mode into a separate fileKostya Serebryany
2019-02-12[libFuzzer] make the fork mode less verboseKostya 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-11-06[fuzzer] Read files as binaryJonathan Metzman
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-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2017-09-12[libFuzzer] factor out some code into GetSizedFilesFromDir; NFCKostya 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