1. a81a61f Convert Android.mk file to Android.bp by Sasha Smundak · 6 years ago
  2. 7141b22 Fix/suppress vts-testcase/fuzz google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  3. beaf31c Merge commit '7de14a72671a2c494d8eef2b839957d4d2e73c6b' by Florian Mayer · 6 years ago
  4. 7de14a7 Merge pie-vts-dev into master by Ji Won Shin · 6 years ago
  5. 4b252a0 Implement protobuf crossover function. by Ji Won Shin · 6 years ago
  6. 364788b Implement protobuf crossover function. am: a77c4ab7c7 by Ji Won Shin · 6 years ago
  7. a77c4ab Implement protobuf crossover function. by Ji Won Shin · 6 years ago
  8. 12f6847 Use the correct OWNERS file for subdirectories by Yuexi Ma · 6 years ago
  9. b7e0241 Check size of exec_spec in order to prevent heap overflow. by Ji Won Shin · 6 years ago
  10. 6738e6e Check size of exec_spec in order to prevent heap overflow. by Ji Won Shin · 6 years ago
  11. 6d52529 Prevent exec_spec from being greater than its maximum size by Ji Won Shin · 6 years ago
  12. bee7161 Prevent exec_spec from being greater than its maximum size by Ji Won Shin · 6 years ago
  13. ed99761 Add custom signal handler for SIGABRT by Ji Won Shin · 6 years ago
  14. 81ce446 Add custom signal handler for SIGABRT by Ji Won Shin · 6 years ago
  15. 51bdaee Take version into consideration in GetServiceName by Zhuoyao Zhang · 7 years ago
  16. 02d2d04 Fuzzer opens HALs in binder mode by default. by Tri Vo · 7 years ago
  17. d267cfe Log every random generation of an execution. by Tri Vo · 7 years ago
  18. accae86 Find all nested union declarations. by Tri Vo · 7 years ago
  19. 8bc46c5 Regenerate the execution upon discovering a new interface. by Tri Vo · 7 years ago
  20. 1362776 Parse numeric cmd-line args correctly. by Tri Vo · 7 years ago
  21. a043386 Add mechanism to collect fuzzer run data. by Tri Vo · 7 years ago
  22. c0f3504 Print fuzzer state at process exit. by Tri Vo · 7 years ago
  23. ffaca0b Add argument to specify seed for random number generator. by Tri Vo · 7 years ago
  24. 2407ef2 Ignore nested interface is nullptr. by Tri Vo · 7 years ago
  25. 95dd655 Add default mutator/random generator for TYPE_HIDL_MEMORY. by Tri Vo · 7 years ago
  26. 4bc4618 Use std::cout consistently. by Tri Vo · 7 years ago
  27. d152868 Use std::abort() instead of exit(). by Tri Vo · 7 years ago
  28. af340a5 Set execution as valid after mutation. by Tri Vo · 7 years ago
  29. 80a4a95 Use -Werror in test/vts-testcase/fuzz by Chih-Hung Hsieh · 7 years ago
  30. d18f06f Fix ownership of objects returned by VintfObject::Get* by Yifan Hong · 7 years ago
  31. 6af0bde Rename FuzzerBase to DriverBase in ProtoFuzzer. by Zhuoyao Zhang · 7 years ago
  32. 9cfc72e Print debug info before potential failure. by Tri Vo · 7 years ago
  33. a0c2985 Fuzz nested interfaces. by Tri Vo · 7 years ago
  34. 7a808d7 Add TYPE_POINTER support in mutator. by Tri Vo · 7 years ago
  35. 9f5fd85 Move hal managing logic to separete class. by Tri Vo · 7 years ago
  36. d925368 remove obsolete configs by Tri Vo · 7 years ago
  37. 422f4f7 Migrate protos to test/vts by Tri Vo · 7 years ago
  38. 071e37d Merge "Revert "Log fuzzer crash reports."" by Tri Vo · 7 years ago
  39. eab0f9f Revert "Log fuzzer crash reports." by Tri Vo · 7 years ago
  40. c5131ff Deprecate vts_service_name flag. by Tri Vo · 7 years ago
  41. 28dbc3d Fuzzer getService behavior. by Tri Vo · 7 years ago
  42. 8b5185b Log fuzzer crash reports. by Tri Vo · 7 years ago
  43. 5ecdf5b TYPE_STRING support for iface_fuzzer. by Tri Vo · 7 years ago
  44. 487a1f3 Multiple dirs can be input to iface_fuzzer. by Tri Vo · 7 years ago
  45. 69d71b3 Number of fixes for iface fuzzer. by Tri Vo · 7 years ago
  46. f4037d4 Extend mutator configurations. by Tri Vo · 7 years ago
  47. 165b1ed Mutator for TYPE_HIDL_INTERFACE. by Tri Vo · 7 years ago
  48. d621ee3 Fix iface_fuzzer. by Tri Vo · 7 years ago
  49. 8ad81ea Use libFuzzer(prebuilt) instead of libLLVMFuzzer. by Tri Vo · 7 years ago
  50. 80c5dac Rename vts drivers by Jae Shin · 8 years ago
  51. 70c1ab6 Mutation logic has been rewritten for readability and maintainability. by Tri Vo · 8 years ago
  52. 16eed23 Change iface_fuzzer input flags. by Tri Vo · 8 years ago
  53. ced7954 Biased random generation of input variables. by Tri Vo · 8 years ago
  54. afcb024 Fix fuzzer for light, power, sensors hals. by Tri Vo · 8 years ago
  55. a3dc8d4 update the libcommon path by Keun Soo Yim · 8 years ago
  56. 458c222 Enable iface fuzzer for sensors and power hals. by Tri Vo · 8 years ago
  57. 3b663d8 Enable interface fuzzer against light hal. by Tri Vo · 8 years ago