1. 02686ea Add default move assignment opperators to ScopedAResource types by Devin Moore · 4 years ago
  2. b2de953 Allow AIBinder<->IBinder when sharing libbinder. by Steven Moreland · 4 years, 2 months ago
  3. 6c03e13 Merge "libbinder_ndk: AIBinder_{setRequesting,getCalling}Sid" by Steven Moreland · 4 years, 1 month ago
  4. 2f405f5 libbinder_ndk: AIBinder_{setRequesting,getCalling}Sid by Steven Moreland · 4 years, 1 month ago
  5. bbe3d22 Merge "libbinder_ndk: split C ABI from C++ API" by Steven Moreland · 4 years, 1 month ago
  6. b46521f Merge "libbinder_ndk: dead binder when associating dead binder" by Steven Moreland · 4 years, 1 month ago
  7. 640c409 libbinder_ndk: dead binder when associating dead binder by Steven Moreland · 4 years, 1 month ago
  8. 34aac10 libbinder_ndk: split C ABI from C++ API by Steven Moreland · 4 years, 1 month ago
  9. 5a4c3fc libbinder_ndk: document association for dead binder by Steven Moreland · 4 years, 1 month ago
  10. 066ff58 Merge "binder parcel: restrict on APEX" by Steven Moreland · 4 years, 1 month ago
  11. 520b9e4 binder parcel: restrict on APEX by Steven Moreland · 4 years, 2 months ago
  12. 09f4184 android/binder_*: add <stdbool.h>... by Elliott Hughes · 4 years, 2 months ago
  13. 03139dc libbinder_ndk: test -> tests by Steven Moreland · 4 years, 3 months ago
  14. 701fa1a Mark some aidl_interface modules as unstable by Jiyong Park · 4 years, 4 months ago
  15. 02b41a0 use vector<uint8_t> for byte[] in AIDL by Jooyung Han · 4 years, 5 months ago
  16. 42666b8 libbinder_ndk: remove logspam on incStrong by Steven Moreland · 4 years, 5 months ago
  17. 073c9c1 libbinder_ndk: don't borrow fd into unique_fd by Steven Moreland · 4 years, 5 months ago
  18. 377164a Merge "mark AIBinder_Class_setHandleShellCommand as weak." by Treehugger Robot · 4 years, 5 months ago
  19. 4cbbed1 mark AIBinder_Class_setHandleShellCommand as weak. by Lorenzo Colitti · 4 years, 5 months ago
  20. ed2364a Merge "Add AParcel_getAllowFds()" by John Reck · 4 years, 5 months ago
  21. 10d9ddf libbinder_ndk: private SharedRefBase construction by Steven Moreland · 4 years, 6 months ago
  22. 79fb24b Add AParcel_getAllowFds() by John Reck · 4 years, 6 months ago
  23. 95b71de libbinder_ndk: no heap alloc when writing fd by Steven Moreland · 4 years, 6 months ago
  24. cc7a746 libbinder_ndk: support handleShellCommand by Ruchir Rastogi · 4 years, 6 months ago
  25. dc267c5 Merge "Cleanup: remove VNDK APEX exception from binder" by Treehugger Robot · 4 years, 6 months ago
  26. 169bb8f libbinder_ndk: test Bp destruction by Steven Moreland · 4 years, 6 months ago
  27. 1b228f4 Cleanup: remove VNDK APEX exception from binder by Jooyung Han · 4 years, 6 months ago
  28. c5fe7e4 libbinder_ndk_unit_test: force auto-gen config by Steven Moreland · 4 years, 6 months ago
  29. 9f68373 Merge "binderVendorDoubleLoadTest: make general" by Steven Moreland · 4 years, 6 months ago
  30. 4eb6f63 binderVendorDoubleLoadTest: make general by Steven Moreland · 4 years, 6 months ago
  31. f92c1fa libbinder_ndk: make test work w/ TEST_MAPPING by Steven Moreland · 4 years, 6 months ago
  32. 6bd0919 libbinder_ndk unit tests: hold onto linked binder by Steven Moreland · 4 years, 6 months ago
  33. 4527799 IBinderVendorDoubleLoadTest: vendor only by Steven Moreland · 4 years, 6 months ago
  34. f7bd574 libbinder_ndk: document env must not be null. by Steven Moreland · 4 years, 7 months ago
  35. 7c61558 libbinder_ndk: AParcel_fromJavaParcel by Steven Moreland · 4 years, 7 months ago
  36. 15e12e3 libbinder_ndk: support for nullable parcelables by Steven Moreland · 4 years, 7 months ago
  37. 713f59d Merge "libbinder_ndk Parcelable: no assume non-null write" by Steven Moreland · 4 years, 7 months ago
  38. 0c3329b Merge "Revert submission" by Jooyung Han · 4 years, 7 months ago
  39. 989795b Revert submission by Jooyung Han · 4 years, 8 months ago
  40. 316522f Revert submission by Jooyung Han · 4 years, 8 months ago
  41. 10ae93b libbinder_ndk Parcelable: no assume non-null write by Steven Moreland · 4 years, 8 months ago
  42. 28a9927 binder: Add enum_range<Enum> by Jooyung Han · 4 years, 8 months ago
  43. 7477216 libbinder_ndk: add AStatus_getDescription by Steven Moreland · 4 years, 8 months ago
  44. e07aecf Merge "libbinder_ndk: clearer error on host misconfigured" by Steven Moreland · 4 years, 8 months ago
  45. dbf6dd5 libbinder_ndk: clearer error on host misconfigured by Steven Moreland · 4 years, 8 months ago
  46. 9af8210 Support ParcelFileDescriptor[] in libbinder_ndk by Jeongik Cha · 4 years, 9 months ago
  47. 0d83872 Merge "libbinder_ndk: R system users can run on Q devices" by Lorenzo Colitti · 4 years, 9 months ago
  48. 843b270 libbinder_ndk: R system users can run on Q devices by Steven Moreland · 4 years, 9 months ago
  49. 3ce7973 Rename # vndk tag to # llndk by Jiyong Park · 4 years, 9 months ago
  50. d329d05 libbinder_ndk: ScopedAResource, support move op= by Steven Moreland · 4 years, 9 months ago
  51. 3e04146 Merge "libbinder_ndk: remove format script" by Treehugger Robot · 4 years, 9 months ago
  52. 79ad553 Merge "Add "Available since" text to all android/ headers." by Elliott Hughes · 4 years, 9 months ago
  53. e13eb65 Merge "Better error message for bad array write." by Steven Moreland · 4 years, 9 months ago
  54. 93711c8 Merge "libbinder_ndk: ScopedAStatus: remaining helpers" by Steven Moreland · 4 years, 9 months ago
  55. 0977367 libbinder_ndk: ScopedAStatus: remaining helpers by Steven Moreland · 4 years, 9 months ago
  56. 8d4eb86 libbinder_ndk: remove format script by Steven Moreland · 4 years, 9 months ago
  57. 2c20bbf Better error message for bad array write. by Steven Moreland · 4 years, 9 months ago
  58. 906e0bb Make all binder NDK APIs available on the host. by Elliott Hughes · 4 years, 9 months ago
  59. 0556547 Add "Available since" text to all android/ headers. by Elliott Hughes · 4 years, 9 months ago
  60. e8d0bd6 Merge changes from topic "add-vndk-again" by Jooyung Han · 4 years, 9 months ago
  61. 4df8e2d Revert "Revert "libbinder: Consider VNDK_APEX as vendor stable"" by Jooyung Han · 4 years, 10 months ago
  62. 82c97cf libbinder_ndk: test vendor/system stability by Steven Moreland · 4 years, 10 months ago
  63. a1ebc66 Merge changes from topic "add-vndk-apex" by Treehugger Robot · 4 years, 10 months ago
  64. e896c8e Revert "libbinder: Consider VNDK_APEX as vendor stable" by Jooyung Han · 4 years, 10 months ago
  65. 190f4f2 libbinder_ndk: more AStatus auto utils by Steven Moreland · 4 years, 10 months ago
  66. 46b5fea libbinder_ndk: fix vendor<->vendor transactions. by Steven Moreland · 4 years, 10 months ago
  67. d201734 Test double-loading libbinder. by Steven Moreland · 5 years ago
  68. 6b92a6d libbinder: Consider VNDK_APEX as vendor stable by Jooyung Han · 4 years, 10 months ago
  69. bceb3bf libbinder: Consider 'VNDK + APEX' as system stable by Steven Moreland · 4 years, 10 months ago
  70. e8a434d Reland "libbinder_ndk: host available" by Steven Moreland · 4 years, 10 months ago
  71. f6f0d3b Revert "libbinder_ndk: host available" by Steven Moreland · 4 years, 10 months ago
  72. 1bce25e libbinder_ndk: host available by Steven Moreland · 5 years ago
  73. ea14ef2 libbinder_ndk: set/getExtension by Steven Moreland · 5 years ago
  74. 1bc89a2 Merge "libbinder_ndk: __ANDROID_NDK__ canary" by Treehugger Robot · 5 years ago
  75. d3138a4 Merge "libbinder_ndk: mv include_{apex,platform}" by Treehugger Robot · 5 years ago
  76. 6932fe1 libbinder_ndk: __ANDROID_NDK__ canary by Steven Moreland · 5 years ago
  77. 6b7ea2a libbinder_ndk: mv include_{apex,platform} by Steven Moreland · 5 years ago
  78. a9fff71 libbinder_ndk: remove static variant by Steven Moreland · 5 years ago
  79. 12300a0 libbinder_ndk: stability settings by Steven Moreland · 5 years ago
  80. d8ccc13 libbinder_ndk: remove init_map.sh by Steven Moreland · 5 years ago
  81. e6c6814 Merge "libbinder_ndk: default threadpool size is ... 15" by Steven Moreland · 5 years ago
  82. 21f5f9a libbinder_ndk: default threadpool size is ... 15 by Steven Moreland · 5 years ago
  83. cb70352 libbinder_ndk: allow apex symbols also for vndk. by Steven Moreland · 5 years ago
  84. f1ac0ac Make libbinder_ndk ll-ndk. by Steven Moreland · 5 years ago
  85. 1f65e77 Add libandroid_runtime_lazy by Jooyung Han · 5 years ago
  86. 64127ca libbinder_ndk: unlinkToDeath dead proxy by Steven Moreland · 5 years ago
  87. e88055b libbinder_ndk: fix UB memory access for race by Steven Moreland · 5 years ago
  88. c360a10 libbinder_ndk: Fix 'isRemote' value for Bn*. by Steven Moreland · 5 years ago
  89. 304f9d3 libbinder_ndk: define userdata class in headers by Steven Moreland · 5 years ago
  90. a194c45 libbinder_ndk: support dump by Steven Moreland · 5 years ago
  91. dea68bb libbinder_ndk: AServiceManager_checkService # apex by Steven Moreland · 5 years ago
  92. f01f744 libbinder_ndk: vendor available by Steven Moreland · 5 years ago
  93. 4cf7bb9 Merge "libbinder_ndk: ScopedAResource into impl namespace" by Steven Moreland · 5 years ago
  94. 26c4df1 libbinder_ndk: ScopedAResource into impl namespace by Steven Moreland · 5 years ago
  95. a7aecea libbinder_ndk: remove draft status by Steven Moreland · 5 years ago
  96. 81311c0 Load libandroid_runtime lazily. by Steven Moreland · 6 years ago
  97. b8cfad5 Add # apex symbols. by Steven Moreland · 6 years ago
  98. 5ca1ea4 Fix/suppress binder google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  99. c92a2b1 Fix -Wsize-comparison failures. by Steven Moreland · 6 years ago
  100. 763dc4c libbinder_ndk: wall/wextra by Steven Moreland · 6 years ago