1. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 8 years ago
  2. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 8 years ago
  3. 8184c12 Simplify the implementation of TaskRunner. by Yifan Hong · 8 years ago
  4. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 8 years ago
  5. 6fedcae Merge "Remove liblog usage in MQDescriptor.h" by Treehugger Robot · 8 years ago
  6. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 8 years ago
  7. f021e91 Merge "Move toString() methods to android::hardware" by Treehugger Robot · 8 years ago
  8. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 8 years ago
  9. 1152a2a getTransport checks both manifests. by Yifan Hong · 8 years ago
  10. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 8 years ago
  11. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 8 years ago
  12. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 8 years ago
  13. 2be9418 Return<T>::description() provide more descriptive text than numbers by Yifan Hong · 8 years ago
  14. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 8 years ago
  15. 705e5da Update for providing architecture info by Yifan Hong · 8 years ago
  16. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 8 years ago
  17. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 8 years ago
  18. 64a41d5 getTransport respects system/manifest.xml by Yifan Hong · 8 years ago
  19. 153f87a Make operator= and constructor behavior consistent. by Steven Moreland · 8 years ago
  20. ed4e714 Remove getNativeHandle() and getGrantors() by Hridya Valsaraju · 8 years ago
  21. b7b89db Merge "Updating warning messages for getTransport." by Treehugger Robot · 8 years ago
  22. 7118883 Merge "make Return<T> non-copyable." by Treehugger Robot · 8 years ago
  23. 6d8960d Updating warning messages for getTransport. by Steven Moreland · 8 years ago
  24. 603cde9 make Return<T> non-copyable. by Yifan Hong · 8 years ago
  25. ead33e2 Fix unused variable warnings. by Steven Moreland · 8 years ago
  26. 8dd6574 Build with -Wall and -Werror. by Steven Moreland · 8 years ago
  27. 99ab54b Merge "split android.hidl.memory" by Treehugger Robot · 8 years ago
  28. 182e0db Merge "Add move constructor and move operator= to Return<T>." by Treehugger Robot · 8 years ago
  29. c43bd9d Add move constructor and move operator= to Return<T>. by Yifan Hong · 8 years ago
  30. 346cf51 split android.hidl.memory by Steven Moreland · 8 years ago
  31. 8e0cfc6 vintf: VendorManifest -> HalManifest by Yifan Hong · 8 years ago
  32. a21d84f hidl_string: allow null cstr by Steven Moreland · 8 years ago
  33. 7a57de6 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 8 years ago
  34. f9fd882 Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 8 years ago
  35. f509bef Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 8 years ago
  36. c43ccae Merge "hidl_string: relational operators" by Treehugger Robot · 8 years ago
  37. 551396a hidl_string: relational operators by Steven Moreland · 8 years ago
  38. 90d9b35 Merge "Modify hidl_pointer default constructor" by Treehugger Robot · 8 years ago
  39. dda2562 Modify hidl_pointer default constructor by Hridya Valsaraju · 8 years ago
  40. e682a5a Revert "Revert "Update for using integers for major/minor versions in FQName."" by Yifan Hong · 8 years ago
  41. f9c9f59 Revert "Update for using integers for major/minor versions in FQName." by Steven Moreland · 8 years ago
  42. abde972 Update for using integers for major/minor versions in FQName. by Yifan Hong · 8 years ago
  43. 2236bd1 Load profiling functions with package and version info. by Zhuoyao Zhang · 8 years ago
  44. 0173273 Cannot open manifest: error -> warning by Steven Moreland · 8 years ago
  45. 20273f9 Change getTransportFromManifest to getTransport. by Yifan Hong · 8 years ago
  46. 93c1e3a Update HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  47. 04b91c0 Fix hidl_handle/hidl_memory ownership semantics. by Martijn Coenen · 8 years ago
  48. 44c0e57 Add getTransportFromManifest by Yifan Hong · 8 years ago
  49. ec0e39d Revert "Add getTransportFromManifest" by Yifan Hong · 8 years ago
  50. fba2495 Add getTransportFromManifest by Yifan Hong · 8 years ago
  51. 6ffdc2a Fixed spelling. by Steven Moreland · 8 years ago
  52. a2a8184 hidl_string: add operator< by Steven Moreland · 8 years ago
  53. 337e6b6 Add passthrough service manager. by Steven Moreland · 8 years ago
  54. e780c45 Better error message when hidl call fails. by Steven Moreland · 8 years ago
  55. 45eb91d Force alignment for GrantorDescriptor struct. by Hridya Valsaraju · 8 years ago
  56. be7a688 add toString() for hidl types. by Yifan Hong · 8 years ago
  57. 10b6007 Merge "hidl_string: Add cstr + length constructor" by Treehugger Robot · 8 years ago
  58. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 8 years ago
  59. dfb50c3 Merge "Align all shared memory offsets to word boundary." by Treehugger Robot · 8 years ago
  60. 5d148b3 Align all shared memory offsets to word boundary. by Hridya Valsaraju · 8 years ago
  61. dae2db6 Merge "Support dynamically enable profiling." by Zhuoyao Zhang · 8 years ago
  62. 5a643b9 Support dynamically enable profiling. by Zhuoyao Zhang · 8 years ago
  63. f85a177 Merge "Revert "Revert "Remove getStatus from Return<*>.""" by Treehugger Robot · 8 years ago
  64. f7fdb09 Revert "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  65. 33eb6bd Merge "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  66. 7803967 Revert "Remove getStatus from Return<*>." by Steven Moreland · 8 years ago
  67. 11f82b7 Merge "Permit assignment from a null hidl_memory" by Treehugger Robot · 8 years ago
  68. 0f3461d Permit assignment from a null hidl_memory by Jeff Tinker · 8 years ago
  69. c25de84 Remove getStatus from Return<*>. by Steven Moreland · 8 years ago
  70. d272cb9 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  71. 7e6404d Add templatization to MQDescriptor by Hridya Valsaraju · 8 years ago
  72. 0e326a0 Create a default MQDescriptor constructor. by Hridya Valsaraju · 8 years ago
  73. baf52d2 Merge "operator== and != for hidl_vec." by Treehugger Robot · 8 years ago
  74. 1e29797 Merge "Add a parameter to allow EventFlag configuration." by Treehugger Robot · 8 years ago
  75. 9ec5730 Add a parameter to allow EventFlag configuration. by Hridya Valsaraju · 8 years ago
  76. 9fcbb36 operator== and != for hidl_vec. by Yifan Hong · 8 years ago
  77. 49831bf Merge "Remove String8 from Status. Add description to Return<T>." by Yifan Hong · 8 years ago
  78. 9b8f9c3 Add (un)linkToDeath to IBase. by Martijn Coenen · 8 years ago
  79. 43298f9 Remove String8 from Status. Add description to Return<T>. by Yifan Hong · 8 years ago
  80. ca1d1bf Fix hidl_vec's constructor with initializer_list doesn't cast size properly. by Yifan Hong · 8 years ago
  81. b81c827 Move macros from libhidl[transport] to auto-generated code. by Yifan Hong · 8 years ago
  82. e293c62 Merge "Do not register instrumentation callbacks if property is false." by Yifan Hong · 8 years ago
  83. 9e0a6d1 Merge "hidl_version: Add comparison operators" by Treehugger Robot · 8 years ago
  84. 09cd6bd Do not register instrumentation callbacks if property is false. by Yifan Hong · 8 years ago
  85. 19f4db5 hidl_version: Add comparison operators by Eino-Ville Talvala · 8 years ago
  86. 7596933 Return<T>: fail hard on unchecked error. by Steven Moreland · 8 years ago
  87. cbc1020 Merge "fix and expand hidl_vec::iterator; add const_iterator." by Treehugger Robot · 8 years ago
  88. 64fdf4d fix and expand hidl_vec::iterator; add const_iterator. by Yifan Hong · 8 years ago
  89. 150727b Merge "Use hidl_pointer<native_handle_t> in MQDescriptor" by Treehugger Robot · 8 years ago
  90. 4484344 Use hidl_pointer<native_handle_t> in MQDescriptor by Hridya Valsaraju · 8 years ago
  91. c825686 Merge "Remove explicit cast from Return<*>." by Yifan Hong · 8 years ago
  92. 4b48edc Silence a -Wshorten-64-to-32 warning. by Chia-I Wu · 8 years ago
  93. 1cfaee7 Remove explicit cast from Return<*>. by Steven Moreland · 8 years ago
  94. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 8 years ago
  95. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  96. 3079100 Hidlized version of IMemory. by Martijn Coenen · 8 years ago
  97. 337c3ae Cleanup Return object. by Steven Moreland · 8 years ago
  98. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 8 years ago
  99. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 8 years ago
  100. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago