summaryrefslogtreecommitdiff
path: root/files.c
AgeCommit message (Expand)Author
2015-04-21Use for instead of whilerobert.swiecki@gmail.com
2015-04-21NULL-ify lineptr before userobert.swiecki@gmail.com
2015-04-21Support for word dictionariesrobert.swiecki@gmail.com
2015-03-30The file size check comes lastrobert.swiecki@gmail.com
2015-03-02Correct value of uint/ulong maxrobert.swiecki@gmail.com
2015-03-02Unlink file if write() failsrobert.swiecki@gmail.com
2015-03-01Correct file size castingrobert.swiecki@gmail.com
2015-03-01get rid of mmap()ing routinesrobert.swiecki@gmail.com
2015-03-01More debug messagesrobert.swiecki@gmail.com
2015-03-01Don't mmap() filesrobert.swiecki@gmail.com
2015-03-01Rewrite fuzzing logic - keep file in memoryrobert.swiecki@gmail.com
2015-02-28Additional magic valuerobert.swiecki@gmail.com
2015-02-26Change file size modifying algorithmrobert.swiecki@gmail.com
2015-02-25Different mapping strategy for Linux/Posixrobert.swiecki@gmail.com
2015-02-25Get rid of -b robert.swiecki@gmail.com
2015-02-25Fix file mangling, ftruncate file before savingrobert.swiecki@gmail.com
2015-02-22Don't read files bigger than defined maximum file sizerobert.swiecki@gmail.com
2015-02-22Use size_t rather than off_t (we'll never process files bigger than VA, due t...robert.swiecki@gmail.com
2015-02-22implement files_readFromFd()robert.swiecki@gmail.com
2015-02-19Naming scheme change for linux/perf.*robert.swiecki@gmail.com
2015-02-18Initialize dyamic file if -f is providedrobert.swiecki@gmail.com
2015-02-18Better otiginal file namesrobert.swiecki@gmail.com
2015-02-18Basic perf coderobert.swiecki@gmail.com
2015-02-17Baic dynamic file creationrobert.swiecki@gmail.com
2015-02-17Better name for a macrorobert.swiecki@gmail.com
2015-02-17Stack guardsizerobert.swiecki@gmail.com
2015-02-17files_unmapFile -> files_unmapFileCloseFdrobert.swiecki@gmail.com
2015-02-16Correct file alignmentrobert.swiecki@gmail.com
2015-02-16Correct mapping of files (filesize)robert.swiecki@gmail.com
2015-02-16Indent: Remove spaces at the end of linesrobert.swiecki@gmail.com
2015-02-14Commentsrobert.swiecki@gmail.com
2015-02-14berkeley style commentsrobert.swiecki@gmail.com
2015-02-14Support for symbolization under Linuxrobert.swiecki@gmail.com
2015-02-02ASAN env'srobert.swiecki@gmail.com
2014-07-21Small sanity checksrobert.swiecki@gmail.com
2014-06-03A bit better indexingrobert.swiecki@gmail.com
2014-06-03Alloc for at least 1 filerobert.swiecki@gmail.com
2013-06-19Use mach exceptions to determine PC, Stack, AVgroebert@google.com
2013-06-19include original fuzzed filename in crash filegroebert@google.com
2011-07-02Better log messagesrobert.swiecki@gmail.com
2010-10-14Initrobert.swiecki