1. f7f4a9a Merge "libbinder_ndk's addService ((warn_unused_result))" by Steven Moreland · 5 years ago
  2. d098c22 Merge "Parcel: add generic readData and writeData methods." by Andy Hung · 5 years ago
  3. 49198cf Parcel: add generic readData and writeData methods. by Andy Hung · 5 years ago
  4. ddb3e6d libbinder_rs: Add Strong<> and Weak<> Binder references by Stephen Crane · 5 years ago
  5. 69178dc libbinder_ndk's addService ((warn_unused_result)) by Steven Moreland · 5 years ago
  6. db3bb21 Merge "Remove __ANDROID_API__ #if checks." by Elliott Hughes · 5 years ago
  7. c8efe60 Merge "Remove __ANDROID_API__ #if checks." by Treehugger Robot · 5 years ago
  8. 1704943 Remove __ANDROID_API__ #if checks. by Elliott Hughes · 5 years ago
  9. dd9c14e Merge "Set apex_available of libbinder_headers" by Treehugger Robot · 5 years ago
  10. 6b9a504 Merge "Remove stoza@ from OWNERS" by Ady Abraham · 5 years ago
  11. 85906d7 Merge "Specify version for aidl_interface explicitly" by Treehugger Robot · 5 years ago
  12. 6cc34fb Remove __ANDROID_API__ #if checks. by Elliott Hughes · 5 years ago
  13. b14054a Merge "Parcel: Add benchmarking of vector reads and writes" by Andy Hung · 5 years ago
  14. 5f6a89a Set apex_available of libbinder_headers by Jooyung Han · 5 years ago
  15. c183b7c Merge changes from topic "platform_shared" by Treehugger Robot · 5 years ago
  16. 204e03d Specify version for aidl_interface explicitly by Jeongik Cha · 5 years ago
  17. b4a281f Merge "libbinder: Java/C++ *_TRANSACTION parity" by Steven Moreland · 5 years ago
  18. 5dd2e39 Remove stoza@ from OWNERS by Dan Stoza · 5 years ago
  19. e9eb285 Merge "libbinder: test parcel allocted on another thread" by Steven Moreland · 5 years ago
  20. caede59 Add a shared header lib for libbinder/libbinder_ndk by Jooyung Han · 5 years ago
  21. c1f093f Support building libjnigraphics on the host by Leon Scroggins III · 5 years ago
  22. 7af525e Merge "Remove __ANDROID_API__ #if checks." by Elliott Hughes · 5 years ago
  23. 6c32ccb Merge "binder: race condition by parcel finalize" by Steven Moreland · 5 years ago
  24. d708870 libbinder: test parcel allocted on another thread by Steven Moreland · 5 years ago
  25. b54c4d3 Merge "Fix warnings in libs/binder." by Krzysztof Kosiński · 5 years ago
  26. bd18538 Merge "Check if CPU time tracking is expected to work" by Rafal Slawik · 5 years ago
  27. a840689 Fix warnings in libs/binder. by Krzysztof Kosiński · 5 years ago
  28. aa59d36 libbinder: Java/C++ *_TRANSACTION parity by Steven Moreland · 5 years ago
  29. 73a1470 Parcel: Add benchmarking of vector reads and writes by Andy Hung · 5 years ago
  30. f3d9aa5 Remove in-process transaction log. by Steven Moreland · 5 years ago
  31. 6fc80d6 Do not test panic capture in Rust. by Matthew Maurer · 5 years ago
  32. b742507 Remove __ANDROID_API__ #if checks. by Elliott Hughes · 5 years ago
  33. a5d864b Remove audio HAL V2 from "interfaces to dump" by Mikhail Naganov · 5 years ago
  34. 45caa84 Check if CPU time tracking is expected to work by Rafal Slawik · 5 years ago
  35. 3ea4327 ServiceManager: support debug dump w/ PIDs by Steven Moreland · 5 years ago
  36. c282248 Merge "Avoid integer underflow involving maxFreqCount." by Treehugger Robot · 5 years ago
  37. a5ca766 Avoid integer underflow involving maxFreqCount. by Peter Collingbourne · 5 years ago
  38. 827e3d5 Merge "Change argument of active services callback to bool." by Amos Bianchi · 5 years ago
  39. f0b4ddc Merge "libbinder_rs: Use NDK parcelable array APIs" by Steven Moreland · 5 years ago
  40. 253d914 Merge "binderClearBufTest: remove unnecessary flush" by Steven Moreland · 5 years ago
  41. 52e4110 Merge "Add Rust/C++ Parcel serialization tests" by Steven Moreland · 5 years ago
  42. 7a6cef9 Change argument of active services callback to bool. by Amos Bianchi · 5 years ago
  43. d58bce0 Add Rust/C++ Parcel serialization tests by Stephen Crane · 6 years ago
  44. 3ba4d8b libbinder_rs: Use NDK parcelable array APIs by Stephen Crane · 5 years ago
  45. 7677da6 Merge "Flush BC_FREE_BUFFER and ref ops from non-looper threads." by Steven Moreland · 5 years ago
  46. da4a5ca Merge "libbinder_ndk: ScopedAStatus description compat" by Steven Moreland · 5 years ago
  47. 413a00e binder: race condition by parcel finalize by Jintao Zhu · 5 years ago
  48. 0c75f9c libbinder_ndk: ScopedAStatus description compat by Steven Moreland · 5 years ago
  49. a0b95c8 Merge "libbinder_ndk: AIBinder_*_lt, clarify" by Steven Moreland · 5 years ago
  50. 5ec74ef libbinder_ndk: AIBinder_*_lt, clarify by Steven Moreland · 5 years ago
  51. ff30b34 Merge "libbinder - avoid pthread_cond_broadcast per call" by Steven Moreland · 5 years ago
  52. b86f892 Merge "libbinder: setupPolling flushes commands" by Steven Moreland · 5 years ago
  53. 38bf134 Merge "Libbinder APIs are guarded" by Treehugger Robot · 5 years ago
  54. c648a76 libbinder - avoid pthread_cond_broadcast per call by Steven Moreland · 5 years ago
  55. 2f4b651 binderClearBufTest: remove unnecessary flush by Steven Moreland · 5 years ago
  56. 0442a86 Flush BC_FREE_BUFFER and ref ops from non-looper threads. by Martijn Coenen · 8 years ago
  57. f210b50 libbinder: setupPolling flushes commands by Steven Moreland · 5 years ago
  58. 16b0b20 Merge "Add active services count callback to lazy services." by Amos Bianchi · 5 years ago
  59. 13adf29 Merge "Add additional 2 binder fuzzers" by Steven Moreland · 5 years ago
  60. cf34c0d Merge "List checks that should not occur in this module." by Chih-hung Hsieh · 5 years ago
  61. 76af7e3 Merge "libbinder_ndk: AIBinder{,_Weak} lt/clone utilities" by Steven Moreland · 5 years ago
  62. 09d11b3 List checks that should not occur in this module. by Chih-Hung Hsieh · 5 years ago
  63. c70e012 libbinder_ndk: AIBinder{,_Weak} lt/clone utilities by Steven Moreland · 5 years ago
  64. d44e152 Merge "Remove extra comma" by Steven Moreland · 5 years ago
  65. c3aa2ad Merge "Check FLAG_CLEAR_BUF behavior." by Steven Moreland · 5 years ago
  66. f23dae2 Check FLAG_CLEAR_BUF behavior. by Steven Moreland · 5 years ago
  67. e886cfd Libbinder APIs are guarded by Jiyong Park · 5 years ago
  68. 38effc4 Merge "Measure total time in state" by Rafal Slawik · 5 years ago
  69. 21a7de5 Remove extra comma by Jiyong Park · 5 years ago
  70. 664d708 Merge "libbinder: ParcelableHolder - avoid utf-8<->utf-16" by Steven Moreland · 5 years ago
  71. f37d1bd Parcel: Add vector read size bounds check by Andy Hung · 5 years ago
  72. e672b87 Add active services count callback to lazy services. by Amos Bianchi · 5 years ago
  73. 0bda2d2 libbinder: ParcelableHolder - avoid utf-8<->utf-16 by Steven Moreland · 5 years ago
  74. cdcfa61 Merge "Use vndk.private: true for VNDK-private libs" by Treehugger Robot · 5 years ago
  75. 41a1ee6 Merge "ParcelableHolder.(set|get)Parcelable return status_t" by Treehugger Robot · 5 years ago
  76. 8e3f9dc Merge "fix use-after-free in adbd_auth" by Josh Gao · 5 years ago
  77. 4d90d80 Add additional 2 binder fuzzers by Michael Ensing · 5 years ago
  78. 27c48db Measure total time in state by Rafal Slawik · 5 years ago
  79. 9c50c79 ParcelableHolder.(set|get)Parcelable return status_t by Jeongik Cha · 5 years ago
  80. 0b9bc01 Use vndk.private: true for VNDK-private libs by Justin Yun · 5 years ago
  81. dad360f Merge "ParcelableHolder uses its address for comparison" by Treehugger Robot · 5 years ago
  82. e3e1cd5 fix use-after-free in adbd_auth by Daniel Micay · 5 years ago
  83. def7719 ParcelableHolder uses its address for comparison by Jeongik Cha · 5 years ago
  84. 4da8fb0 libbinder: only set sm stability if non-null by Steven Moreland · 5 years ago
  85. 5605b24 Merge "libbinder_ndk: log on null non-@nullable fd/binder" by Steven Moreland · 5 years ago
  86. 7754481 Merge "libbinder: simplify setIpcSetDataReference" by Steven Moreland · 5 years ago
  87. 0746310 libbinder_ndk: log on null non-@nullable fd/binder by Steven Moreland · 5 years ago
  88. e7539dd Merge "BpBinder: hide 'handle' API" by Steven Moreland · 5 years ago
  89. e839388 BpBinder: hide 'handle' API by Steven Moreland · 5 years ago
  90. 8454474 Merge "Parcel: remove two undefined functions" by Steven Moreland · 5 years ago
  91. 4d05afa Merge "Fix the order of applying layer alpha and color matrices in GLESRenderEngine" by Treehugger Robot · 5 years ago
  92. 1030825 Merge "Implement Drop for WpIBinder, to avoid memory leak." by Andrew Walbran · 5 years ago
  93. de09f10 Fix the order of applying layer alpha and color matrices in GLESRenderEngine by KaiChieh Chuang · 5 years ago
  94. acdf05c Parcel: remove two undefined functions by Steven Moreland · 5 years ago
  95. a77a552 Merge "ScopedFileDescriptor: better error on close" by Steven Moreland · 5 years ago
  96. 5e8dfa3 Implement Drop for WpIBinder, to avoid memory leak. by Andrew Walbran · 5 years ago
  97. 922f4fc Merge "Add WpIBinder to public_api, and implement Debug and Send." by Andrew Walbran · 5 years ago
  98. ceed9bb libbinder: simplify setIpcSetDataReference by Steven Moreland · 5 years ago
  99. 6ff0eef Merge "Add libbinderdebug" by Devin Moore · 5 years ago
  100. 8fe3ecc Add WpIBinder to public_api, and implement Debug and Send. by Andrew Walbran · 5 years ago