1. 4aec974 Merge "binder_parcel_fuzzer: add read* for std::optional" by Steven Moreland · 5 years ago
  2. 88b2635 Merge "Adding multiple fuzzers for libbinder." by Steven Moreland · 5 years ago
  3. 3750600 binder_parcel_fuzzer: add read* for std::optional by Jooyung Han · 6 years ago
  4. 72bef58 libbinder: fuzzer -> parcel_fuzzer by Steven Moreland · 5 years ago
  5. 5e561af binder_parcel_fuzzer: construct parcels w/ objects by Steven Moreland · 5 years ago
  6. 842b593 binder_parcel_fuzzer: use FuzzedDataProvider by Steven Moreland · 5 years ago
  7. 84f5c0f Adding multiple fuzzers for libbinder. by Corbin Souffrant · 6 years ago
  8. b599a47 Merge "libbinder_ndk: Add default constructor for SpAIBinder" by Steven Moreland · 5 years ago
  9. 7dbc3c9 Merge "libbinder_ndk: association: rem heap allocs" by Steven Moreland · 5 years ago
  10. 33983b1 libbinder_ndk: Add default constructor for SpAIBinder by Andrei Homescu · 5 years ago
  11. d0f1f1e Merge "libbinder: writeInterfaceToken char16_t* variant" by Steven Moreland · 5 years ago
  12. 9facfce libbinder_ndk: consider empty result as false by Steven Moreland · 5 years ago
  13. 63872b5 libbinder_ndk: association: rem heap allocs by Steven Moreland · 5 years ago
  14. 0063364 Merge "Changes to UNEXPECTED_NULL handling in libbinder_rs." by Treehugger Robot · 5 years ago
  15. dbc76c7 libbinder: writeInterfaceToken char16_t* variant by Steven Moreland · 5 years ago
  16. 11c276e Merge "Lock accesses to mClazz in AIBinder with a mutex" by Steven Moreland · 5 years ago
  17. 8fd083c Merge "servicemanager: vintf declared API" by Steven Moreland · 5 years ago
  18. 9b1e10d Merge "libbinder_ndk: avoid need to allocate heap status" by Steven Moreland · 5 years ago
  19. 094560d Merge "rust: Change BinderBindings.h extension to .hpp" by Ivan Lozano · 5 years ago
  20. c4b7347 Merge "libbinder_ndk: add constants for parcelable stability" by Treehugger Robot · 5 years ago
  21. 4a1026a libbinder_ndk: avoid need to allocate heap status by Steven Moreland · 5 years ago
  22. 7929c08 rust: Change BinderBindings.h extension to .hpp by Ivan Lozano · 5 years ago
  23. 0e0ee9f Merge "libfakeservicemanager: remove copied comments" by Steven Moreland · 5 years ago
  24. 2e293aa servicemanager: vintf declared API by Steven Moreland · 5 years ago
  25. c68e32d libfakeservicemanager: remove copied comments by Steven Moreland · 5 years ago
  26. afa1114 Merge "Fix refresh rate callback fan-out for choreographer" by Alec Mouri · 5 years ago
  27. e88f23a Fix refresh rate callback fan-out for choreographer by Alec Mouri · 6 years ago
  28. 4635555 Merge "libbinder_ndk: simplify AStatus get" by Steven Moreland · 5 years ago
  29. fd432b6 libbinder_ndk: add constants for parcelable stability by Jeongik Cha · 5 years ago
  30. 9556bb1 Lock accesses to mClazz in AIBinder with a mutex by Andrei Homescu · 5 years ago
  31. fe81bae Merge "libbinder: core parcelables in fuzzer" by Treehugger Robot · 5 years ago
  32. 6adc1b3 Merge "Suppress warning on the use of deprecated APIs" by Treehugger Robot · 5 years ago
  33. 85c138a libbinder_ndk: simplify AStatus get by Steven Moreland · 5 years ago
  34. d4c2808 Merge "Reland "libbinder: ignore CallRestriction for magic 0 cmd"" by Treehugger Robot · 5 years ago
  35. d115f83 libbinder: core parcelables in fuzzer by Steven Moreland · 5 years ago
  36. c0a7321 libbinder_ndk: APEX client is considered as platform by Jiyong Park · 6 years ago
  37. 4bd0720 Merge "Implement ToOwned for references to AIDL interfaces" by Treehugger Robot · 5 years ago
  38. 9514b20 Reland "libbinder: ignore CallRestriction for magic 0 cmd" by Steven Moreland · 5 years ago
  39. 4f2e77a Merge "Revert "libbinder: ignore CallRestriction for magic 0 cmd"" by Martijn Coenen · 5 years ago
  40. 41a4c36 Revert "libbinder: ignore CallRestriction for magic 0 cmd" by Martijn Coenen · 5 years ago
  41. f1d9613 Merge "libbinder: ignore CallRestriction for magic 0 cmd" by Steven Moreland · 5 years ago
  42. 9f50ea6 libbinder: ignore CallRestriction for magic 0 cmd by Steven Moreland · 5 years ago
  43. 05288dd Merge "gralloc4: fix PlaneLayout encode typecasting" by Treehugger Robot · 5 years ago
  44. 1799086 Merge "libbinder: adopt BINDER_GET_FROZEN_INFO" by Marco Ballesio · 5 years ago
  45. 52fac53 Merge "Add ParcelableHolder" by Treehugger Robot · 5 years ago
  46. 8cdf076 Suppress warning on the use of deprecated APIs by Jiyong Park · 6 years ago
  47. 4f77028 Merge "Expose binder security context to rust binder services" by Matthew Maurer · 5 years ago
  48. b09fc4a libbinder: adopt BINDER_GET_FROZEN_INFO by Marco Ballesio · 5 years ago
  49. c4224af Merge "Fix Rust string parceling" by Treehugger Robot · 5 years ago
  50. 389ee53 gralloc4: fix PlaneLayout encode typecasting by SeYeong Byeon · 5 years ago
  51. 3281437 Changes to UNEXPECTED_NULL handling in libbinder_rs. by Andrei Homescu · 5 years ago
  52. 64ebd13 Implement ToOwned for references to AIDL interfaces by Andrei Homescu · 6 years ago
  53. 8cb2345 Add ParcelableHolder by Jeongik Cha · 5 years ago
  54. e51e48b Merge "Add declare_binder_enum! macro" by Matthew Maurer · 5 years ago
  55. 5defed6 Merge "Implement Debug for a few Binder Rust types" by Matthew Maurer · 5 years ago
  56. 2e3c147 Implement Debug for a few Binder Rust types by Andrei Homescu · 6 years ago
  57. 00eca71 Add declare_binder_enum! macro by Andrei Homescu · 5 years ago
  58. 798a09a Expose binder security context to rust binder services by Janis Danisevskis · 5 years ago
  59. c83049d Merge "binder: adopt BINDER_FREEZE api" am: 171cac1b60 by Marco Ballesio · 5 years ago
  60. 7ee1757 binder: adopt BINDER_FREEZE api by Marco Ballesio · 5 years ago
  61. 9ad9720 Merge "Remove manual AndroidTest.xml for binderVendorDoubleLoadTest" am: b92b235aaa by Treehugger Robot · 5 years ago
  62. b92b235 Merge "Remove manual AndroidTest.xml for binderVendorDoubleLoadTest" by Treehugger Robot · 5 years ago
  63. 9d43688 Remove manual AndroidTest.xml for binderVendorDoubleLoadTest by Colin Cross · 5 years ago
  64. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  65. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  66. 025e8f1 Merge "Weak symbol AIBinder_{setRequesting,getCalling}Sid" am: eeabafba16 by Ken Chen · 5 years ago
  67. eeabafba Merge "Weak symbol AIBinder_{setRequesting,getCalling}Sid" by Ken Chen · 5 years ago
  68. 4329742 Merge "libbinder_ndk: fix addService return type" am: 1baf553524 by Steven Moreland · 5 years ago
  69. 9d07823 Merge "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)" into stage-aosp-master by Xin Li · 5 years ago
  70. 1baf553 Merge "libbinder_ndk: fix addService return type" by Steven Moreland · 5 years ago
  71. 280af8e Merge "libbinder: remove unused context variables" by Treehugger Robot · 5 years ago
  72. 022564e Merge "libbinder: fix FATAL_IF_NOT_ONEWAY error" by Treehugger Robot · 5 years ago
  73. 4447b46 Merge "libbinder_ndk: clarify error prune functions" by Treehugger Robot · 5 years ago
  74. fcc77f1 libbinder: fix FATAL_IF_NOT_ONEWAY error by Steven Moreland · 5 years ago
  75. 6109662 libbinder: remove unused context variables by Steven Moreland · 5 years ago
  76. d50b453 libbinder_ndk: fix addService return type by Steven Moreland · 5 years ago
  77. 23c30e9 libbinder_ndk: clarify error prune functions by Steven Moreland · 5 years ago
  78. e8b4e70 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
  79. 6f3c0bb [RenderEngine] correct alpha blending func by wukui1 · 6 years ago
  80. 28b4252 Update language to comply with Android's inclusive language guidance by Hungming Chen · 5 years ago
  81. d1e1772 Merge "Update bug for cleaning up swcodec dependencies." by Treehugger Robot · 5 years ago
  82. e09b082 Update bug for cleaning up swcodec dependencies. by Steven Moreland · 5 years ago
  83. 53f9288 Merge changes Ia2f891c2,Ibbe111b0 by Matthew Maurer · 5 years ago
  84. a7e3f1d Merge "Implement Send trait for Binder<T>" by Matthew Maurer · 5 years ago
  85. 994a0f0 Add trait implementations for Rust binder crate by Stephen Crane · 6 years ago
  86. aae7638 Add sized sub-parcel write method by Stephen Crane · 6 years ago
  87. 2c674b0 Implement Send trait for Binder<T> by Andrei Homescu · 6 years ago
  88. 72e91d1 Merge "Test fails on internal. Move to postsubmit." by Matthew Maurer · 5 years ago
  89. 63a7c44 Test fails on internal. Move to postsubmit. by Matthew Maurer · 5 years ago
  90. b219f6e Merge "Use static_assert directly." by Elliott Hughes · 5 years ago
  91. c08b034 Merge "Make libarect_headers available for libRSSupport" by Victor Khimenko · 5 years ago
  92. fa98c1c Make libarect_headers available for libRSSupport by Victor Khimenko · 5 years ago
  93. 16794fd Merge "libbinder: remove MemoryHeapBase::setDevice" by Steven Moreland · 5 years ago
  94. 42a9b94 Use static_assert directly. by Elliott Hughes · 5 years ago
  95. 5db4f36 libbinder: remove MemoryHeapBase::setDevice by Steven Moreland · 5 years ago
  96. 5be652d Merge "libtimeinstate: improve error handling in single-UID functions" by Connor O'Brien · 5 years ago
  97. b83af34 libtimeinstate: improve error handling in single-UID functions by Connor O'Brien · 6 years ago
  98. f80ad1a Add rustBinderTestService to general-tests suite by Dan Shi · 6 years ago
  99. 76072e8 Fix Rust string parceling by Stephen Crane · 6 years ago
  100. 664f2a6 Merge "Initial Binder Rust crate" by Matthew Maurer · 6 years ago