1. 13ba533 Merge "binder: Add an API to check if the threadpool has been started" by Devin Moore · 3 years, 4 months ago
  2. 4354f71 binder: Add an API to check if the threadpool has been started by Devin Moore · 3 years, 5 months ago
  3. 2f9a0e8 Merge "Restrict domain of transact codes in fuzzService" by Steven Moreland · 3 years, 4 months ago
  4. 6f1de5c Merge "Fixed typo for isDeclared warning message" by Steven Moreland · 3 years, 4 months ago
  5. c3b4ed3 Merge "Support BR_TRANSACTION_PENDING_FROZEN" by Treehugger Robot · 3 years, 4 months ago
  6. 215468a Restrict domain of transact codes in fuzzService by Pawan Wagh · 3 years, 5 months ago
  7. 36ee8fa Merge "libbinder_ndk: doc common stability error" by Steven Moreland · 3 years, 5 months ago
  8. 5c1459c Merge "libbinder_ndk: clarify onBinderDied/unlinkToDeath interaction" by Steven Moreland · 3 years, 5 months ago
  9. 0e3443d Support BR_TRANSACTION_PENDING_FROZEN by Li Li · 3 years, 5 months ago
  10. 4a8fb90 libbinder_ndk: doc common stability error by Steven Moreland · 3 years, 5 months ago
  11. 0eaef3b libbinder_ndk: clarify onBinderDied/unlinkToDeath interaction by Steven Moreland · 3 years, 5 months ago
  12. ca71b45 Fixed typo for isDeclared warning message by Vova Sharaienko · 3 years, 5 months ago
  13. 9c0835a Merge "libbinder*: Provide warning of library threadpool woes." by Steven Moreland · 3 years, 5 months ago
  14. 6e5dda5 Merge "limit extra fds in random parcel" by Steven Moreland · 3 years, 5 months ago
  15. 7f27371 limit extra fds in random parcel by Pawan Wagh · 3 years, 5 months ago
  16. 7e560fe Merge "libbinder: Fix __assert macro in Trusty" by Treehugger Robot · 3 years, 5 months ago
  17. b4507ce Merge "Revert "Revert "libbinder_ndk: toString never goes to empty stri..."" by Treehugger Robot · 3 years, 5 months ago
  18. 1205a2e Merge "Move parcelable aidl files into package" by Pawan Wagh · 3 years, 5 months ago
  19. a9c4d80 libbinder*: Provide warning of library threadpool woes. by Steven Moreland · 3 years, 5 months ago
  20. 196ecc8 Move parcelable aidl files into package by Pawan Wagh · 3 years, 5 months ago
  21. 30a1ac6 Merge "easy NDK backend way to construct instance name" by Steven Moreland · 3 years, 5 months ago
  22. affab52 easy NDK backend way to construct instance name by Steven Moreland · 3 years, 5 months ago
  23. 16759fc libbinder: Fix __assert macro in Trusty by Andrei Homescu · 3 years, 5 months ago
  24. a573fd1 Revert "Revert "libbinder_ndk: toString never goes to empty stri..." by Steven Moreland · 3 years, 5 months ago
  25. d513a26 Merge "Revert "libbinder_ndk: toString never goes to empty strings."" by Steven Moreland · 3 years, 5 months ago
  26. a6febb0 Revert "libbinder_ndk: toString never goes to empty strings." by Steven Moreland · 3 years, 5 months ago
  27. 8a04900 Merge "libbinder: Additional dupFileDescriptor use in Parcel.cpp" by Treehugger Robot · 3 years, 5 months ago
  28. 6931548 Merge "libbinder: Add __assert in Trusty" by Treehugger Robot · 3 years, 5 months ago
  29. fc22150 libbinder: Additional dupFileDescriptor use in Parcel.cpp by Andrei Homescu · 3 years, 7 months ago
  30. 52f7b14 libbinder: Add __assert in Trusty by Andrei Homescu · 3 years, 6 months ago
  31. 8e2b0f7 Merge "libbinder_ndk: toString never goes to empty strings." by Treehugger Robot · 3 years, 5 months ago
  32. 67e6a86 libbinder_ndk: toString never goes to empty strings. by Steven Moreland · 3 years, 5 months ago
  33. 3a95746 No need for lazy_static as Mutex::new is now const. by Andrew Walbran · 3 years, 8 months ago
  34. c92d874 Merge "libbinder_ndk: service notifications" by Steven Moreland · 3 years, 5 months ago
  35. 81a8677 Merge "rpc_binder: Refactor C/Rust bindings to control server lifetime" by David Brazdil · 3 years, 5 months ago
  36. efb5683 rpc_binder: Refactor C/Rust bindings to control server lifetime by David Brazdil · 3 years, 5 months ago
  37. b465bea Merge "IPCThreadState::hasExplicitIdentity()" by Matt Gilbride · 3 years, 5 months ago
  38. 09b9d16 libbinder_ndk: service notifications by Steven Moreland · 3 years, 5 months ago
  39. 4617541 Merge "AServiceManager_getService deprecated" by Steven Moreland · 3 years, 5 months ago
  40. ffb717c AServiceManager_getService deprecated by Steven Moreland · 3 years, 6 months ago
  41. 8589767 IPCThreadState::hasExplicitIdentity() by mattgilbride · 3 years, 6 months ago
  42. b09bee9 set calling UID in fuzzService by Pawan Wagh · 3 years, 5 months ago
  43. 84af7ae Merge "Skipping enforceNoDataAvail in fuzzService" by Pawan Wagh · 3 years, 5 months ago
  44. 8a7d59c Merge "Fix warnings from rustc 1.65.0" by Treehugger Robot · 3 years, 5 months ago
  45. 8353dd2 Merge "[rpc_binder] Use unique_fd directly for socket in raw socket setup" by Alice Wang · 3 years, 5 months ago
  46. 104654a Skipping enforceNoDataAvail in fuzzService by Pawan Wagh · 3 years, 5 months ago
  47. 08558b3 Merge "Updating hotlist ID for AIDL fuzzers bugs" by Pawan Wagh · 3 years, 5 months ago
  48. aea36f0 Merge "[rpc_binder] Reuse raw socket setup method in vsock/uds sockets setup" by Treehugger Robot · 3 years, 5 months ago
  49. b1fd297 Merge "libbinder_ndk: more accurate error for array allocator failure" by Treehugger Robot · 3 years, 5 months ago
  50. 4247166 Fix warnings from rustc 1.65.0 by Chris Wailes · 3 years, 5 months ago
  51. 7a45024 libbinder_ndk: more accurate error for array allocator failure by Devin Moore · 3 years, 5 months ago
  52. 595377b Updating hotlist ID for AIDL fuzzers bugs by Pawan Wagh · 3 years, 5 months ago
  53. 0b138ed [rpc_binder] Reuse raw socket setup method in vsock/uds sockets setup by Alice Wang · 3 years, 5 months ago
  54. df74178 [rpc_binder] Use unique_fd directly for socket in raw socket setup by Alice Wang · 3 years, 5 months ago
  55. 30c204d [rpc_binder] Adjust return when raw socket is not set up by Alice Wang · 3 years, 5 months ago
  56. 1ef010b [rpc_binder][test] Merge unixBootstrapFd and socketFd in binderRpcTest by Alice Wang · 3 years, 5 months ago
  57. 893a991 [rpc_binder] Implement RPC binder over init-managed Unix domain socket by Alice Wang · 3 years, 6 months ago
  58. 24e5102 Merge "libbinder: Split universal tests from Android-specific" by Treehugger Robot · 3 years, 5 months ago
  59. 2fc6299 Merge "libbinder: Move BinderRpc test fixture to new file" by Treehugger Robot · 3 years, 5 months ago
  60. c660347 Merge "libbinder_ndk: compiles w/o weak symbols" by Steven Moreland · 3 years, 5 months ago
  61. 32dcb6b Merge "Using const array of functions in rust parcel fuzzer" by Pawan Wagh · 3 years, 6 months ago
  62. 37b7fa8 Using const array of functions in rust parcel fuzzer by Pawan Wagh · 3 years, 6 months ago
  63. 7e95846 Merge "libbinder_ndk: ScopedAStatus ostream<<" by Treehugger Robot · 3 years, 6 months ago
  64. f895660 Merge "Fuzzer for rust parcels" by Pawan Wagh · 3 years, 6 months ago
  65. 9afdc0f libbinder_ndk: ScopedAStatus ostream<< by Steven Moreland · 3 years, 6 months ago
  66. e372148 Adding a sample fuzzer using fuzz_service by Pawan Wagh · 3 years, 6 months ago
  67. 38429f0 Adding fuzz_service for rust backend by Pawan Wagh · 3 years, 6 months ago
  68. 9a9b1b4 libbinder: Split universal tests from Android-specific by Andrei Homescu · 3 years, 6 months ago
  69. 9683463 libbinder: Move BinderRpc test fixture to new file by Andrei Homescu · 3 years, 6 months ago
  70. 87a28e1 libbinder_ndk: compiles w/o weak symbols by Steven Moreland · 3 years, 6 months ago
  71. 13630ff Fuzzer for rust parcels by Pawan Wagh · 3 years, 6 months ago
  72. 4c8aa33 Adding rust lib for random parcel by Pawan Wagh · 3 years, 6 months ago
  73. 42548a0 libbinder_ndk_sys visibility restriction by Steven Moreland · 3 years, 6 months ago
  74. e08a3fd Merge "libbinder_ndk: validate the interface before using" by Treehugger Robot · 3 years, 6 months ago
  75. fbb09e3 Merge "servicemanager: getUpdatableNames()" by Jooyung Han · 3 years, 6 months ago
  76. 76944fe servicemanager: getUpdatableNames() by Jooyung Han · 3 years, 6 months ago
  77. 7f410d8 Merge "libbinder: rpc java detach error code" by Steven Moreland · 3 years, 6 months ago
  78. c3964f6 Fix return types of sendMessageOnSocket/receiveMessageFromSocket by David Brazdil · 3 years, 6 months ago
  79. 0c5d8ab Merge "[rpc_binder] Rename RpcClient to VsockRpcClient" by Alice Wang · 3 years, 6 months ago
  80. ec54b47 Merge "Remove libandroid_runtime_vm_headers dependency from libbinder" by Treehugger Robot · 3 years, 6 months ago
  81. 00cc5fe Merge "Revert "Disable aidl tag tracing in libbinder_aidl_test_stub"" by Zimuzo Ezeozue · 3 years, 6 months ago
  82. c61a70f Revert "Disable aidl tag tracing in libbinder_aidl_test_stub" by Zimuzo Ezeozue · 3 years, 6 months ago
  83. d0c9a17 libbinder: rpc java detach error code by Steven Moreland · 3 years, 6 months ago
  84. 0746668 [rpc_binder] Rename RpcClient to VsockRpcClient by Alice Wang · 3 years, 6 months ago
  85. 4e84148 Merge "libbinder_ndk: expose updatable-via-apex" by Jooyung Han · 3 years, 6 months ago
  86. 45089af libbinder_ndk: validate the interface before using by Girish · 3 years, 6 months ago
  87. 0c47d45 Remove libandroid_runtime_vm_headers dependency from libbinder by Jeongik Cha · 3 years, 6 months ago
  88. 1abce69 libbinder_ndk: expose updatable-via-apex by Jooyung Han · 3 years, 6 months ago
  89. 7e93560 [rpc_binder] Rename existing rpc_server to vsock_rpc_server by Alice Wang · 3 years, 6 months ago
  90. 0629658 Merge "rust: Fix Debug implementation for declare_binder_enum!" by Treehugger Robot · 3 years, 6 months ago
  91. 8b7a738 libbinder: no temp rpc sess leak w spurious wakeup by Steven Moreland · 3 years, 7 months ago
  92. 08178a7 Merge "RpcBinder: Add AF_UNIX socketpair transport" by David Brazdil · 3 years, 7 months ago
  93. 50da007 Merge "libbinder_ndk: add Trusty build file" by Treehugger Robot · 3 years, 7 months ago
  94. df84633 Merge "libbinder: TEST_MAPPING -= rando CtsOsTestCases" by Steven Moreland · 3 years, 7 months ago
  95. 85c0eb6 libbinder: TEST_MAPPING -= rando CtsOsTestCases by Steven Moreland · 3 years, 7 months ago
  96. b9909b1 Merge "binderRpcTest: session leak investigation part IV" by Steven Moreland · 3 years, 7 months ago
  97. 21c887c RpcBinder: Add AF_UNIX socketpair transport by David Brazdil · 3 years, 7 months ago
  98. 026317b libbinder_ndk: add Trusty build file by Andrei Homescu · 3 years, 7 months ago
  99. 8eb983c Merge "libbinder: add ancillaryFd support in RpcTransportTipcTrusty" by Treehugger Robot · 3 years, 7 months ago
  100. 75bae5e Merge "libbinder_random_parcel: fix getRandomBinder doc" by Steven Moreland · 3 years, 7 months ago