summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerIOWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] Implement TmpDir() for Windows.Marcos Pividori2017-01-301-1/+11
* [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...Kostya Serebryany2017-01-261-0/+5
* [libFuzzer] Avoid undefined behavior, properly discard output to stdout/stderr.Marcos Pividori2017-01-221-0/+8
* [libFuzzer] Fix ListFilesInDirRecursive() to do the same for Posix and Windows.Marcos Pividori2017-01-221-2/+4
* [libFuzzer] Portable implementation of `IsInterestingCoverageFile()`.Marcos Pividori2017-01-221-0/+10
* [libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during mergeKostya Serebryany2017-01-051-0/+2
* [libFuzzer] Avoid name collision with Windows API.Marcos Pividori2016-12-131-1/+1
* [libFuzzer] Implement DirName() for Windows.Marcos Pividori2016-12-131-1/+135
* [libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori2016-12-131-2/+3
* [libFuzzer] extend -print_coverage to print the comma-separated list of cover...Kostya Serebryany2016-11-301-0/+4
* [LibFuzzer] Add Windows implementations of some IO functions.Zachary Turner2016-11-301-0/+143
OpenPOWER on IntegriCloud