summaryrefslogtreecommitdiffstats
path: root/tools/ipc_fuzzer
Commit message (Expand)AuthorAgeFilesLines
* IPC fuzzer: ignore files other than ipcdumps in a CF data bundle.aedla@chromium.org2014-01-281-0/+1
* Fuzz even more typestsepez@chromium.org2014-01-241-0/+72
* IPC fuzzer: move from /dev/urandom to a PRNG.aedla@chromium.org2014-01-236-39/+110
* IPC fuzzer: python wrappers, suitable for running in ClusterFuzz.aedla@chromium.org2014-01-234-1/+234
* Add specializations for a few more types in the IPC fuzzer.tsepez@chromium.org2014-01-232-0/+28
* IPC fuzzer: move mutate.cc and generate.cc into ipc_fuzzer namespaceaedla@chromium.org2014-01-232-19/+23
* Revert 245563 and 245800 which made re2 GN generated.brettw@chromium.org2014-01-221-1/+1
* Fix re2 dependency path.thakis@chromium.org2014-01-211-1/+1
* IPC fuzzer: fix re2 dependency.aedla@chromium.org2014-01-211-1/+1
* IPC fuzzer: add remove_close_messages.py utility that removes ViewHostMsg_Clo...aedla@chromium.org2014-01-211-0/+75
* ipc_message_util: support multiple input files. All input files are concatena...aedla@chromium.org2014-01-212-8/+18
* IPC fuzzer: play_testcase.py tweaks.aedla@chromium.org2014-01-211-19/+27
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* Better command line arg parsing for play_testcase.pytsepez@chromium.org2014-01-141-28/+32
* Add message_util utility.tsepez@chromium.org2014-01-133-0/+163
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-2/+2
* Revive the message aware message mutator.tsepez@chromium.org2013-12-217-7/+1577
* Fix linux/gcc compiler warnings in tools/ipc_fuzzer.tsepez@chromium.org2013-12-172-5/+5
* Moved ipc-specific files from autofill/core to autofill/content.jeanfrancoisg@chromium.org2013-12-122-2/+2
* IPC fuzzer: create message_lib library.aedla@chromium.org2013-12-1014-46/+694
* Refactor IPC fuzzer.aedla@chromium.org2013-12-0610-210/+287
* IPC fuzzer child process componentaedla@chromium.org2013-11-285-0/+315