- 47a1201 binderRpcTest: assert on wait_for timeout by Devin Moore · 3 years, 1 month ago
- a39f3db Create an empty String8 to cause the first allocation by Devin Moore · 3 years, 1 month ago
- 5436a87 Fix unqualified-std-cast-call compiler warning by Yi Kong · 3 years, 1 month ago
- 6830321 Add incoming threads to binder_bpBinderFuzz by Devin Moore · 3 years, 1 month ago
- 82de44f Merge "Add linkToDeath support for RPC binder so a client can act on disconnect" by Devin Moore · 3 years, 2 months ago
- 66d5b7a Add linkToDeath support for RPC binder so a client can act on disconnect by Devin Moore · 3 years, 2 months ago
- 4d9b036 Merge "libbinder: RPC clear behavior" by Steven Moreland · 3 years, 2 months ago
- 97fc228 Merge "fuzzer driver: more fd types" by Steven Moreland · 3 years, 2 months ago
- 0092fe3 libbinder: RPC clear behavior by Steven Moreland · 3 years, 2 months ago
- c70462d fuzzer driver: more fd types by Steven Moreland · 3 years, 2 months ago
- b17a5f0 binderLibTest: wait longer to start all threads by Steven Moreland · 3 years, 2 months ago
- 227e5fc Merge "Fuzzing readFromParcel method for AIDL generated parcelables. Three parcelabels with no data fields, single data field and multiple data fields are added in these changes. Parcelables are fuzzed using binder parcel fuzzer." by Pawan Wagh · 3 years, 2 months ago
- 3fa815d libbinder: Fix binderRpcTest flake by Frederick Mayle · 3 years, 2 months ago
- e954438 Fuzzing readFromParcel method for AIDL generated parcelables. by Pawan · 3 years, 2 months ago
- 2a29801 libbinder: mix and match binderRpcTest client and services by Andrei Homescu · 3 years, 3 months ago
- 12106de libbinder: add tests for single-threaded and no-kernel-binder by Andrei Homescu · 3 years, 4 months ago
- 992a405 libbinder: use socket operations in testSupportVsockLoopback by Andrei Homescu · 3 years, 2 months ago
- ffe9ac2 libbinder: Stricter protocol and code for receiving FDs by Frederick Mayle · 3 years, 2 months ago
- 69a0c99 binder: Add FD support to RPC Binder by Frederick Mayle · 3 years, 3 months ago
- a12b096 libbinder: Check the sub-process exit status in binderRpcTest by Frederick Mayle · 3 years, 2 months ago
- ae9deeb libbinder: Add test for null non-nullable binder return by Frederick Mayle · 3 years, 3 months ago
- dc07cf8 libbinder: Add object offsets to RPC Binder protocol by Frederick Mayle · 3 years, 3 months ago
- a4ed567 libbinder: Use correct data size in appendFrom test by Frederick Mayle · 3 years, 3 months ago
- 50219f1 Merge "libbinder: remove gMaxFds from Parcel" by Steven Moreland · 3 years, 3 months ago
- 1519b98 libbinder: remove gMaxFds from Parcel by Andrei Homescu · 3 years, 3 months ago
- 8005f7e Merge "binderLibTest HangingServices and ThreadPoolAvailableThreads fix" by Elie Kheirallah · 3 years, 3 months ago
- 59f60fd binderLibTest HangingServices and ThreadPoolAvailableThreads fix by Elie Kheirallah · 3 years, 3 months ago
- ece7023 Merge changes Ie9fa8c9c,I9773a4cf by Steven Moreland · 3 years, 3 months ago
- b86cda4 libbinder: Don't alloc for RPC_COMMAND_DEC_STRONG by Frederick Mayle · 3 years, 3 months ago
- 86124ca libbinder: switch sockaddr to byte array in RpcServer by Andrei Homescu · 3 years, 5 months ago
- 68aa3bc libbinder: Remove flexible array from RpcWireReply by Frederick Mayle · 3 years, 3 months ago
- 7514e3b Merge "Use android::base::function_ref isntead of std::function" by Devin Moore · 3 years, 3 months ago
- 695368f Use android::base::function_ref isntead of std::function by Devin Moore · 3 years, 3 months ago
- a70c45d Merge "Initial RPC binder allocation test" by Treehugger Robot · 3 years, 3 months ago
- 2a49be6 Initial RPC binder allocation test by Devin Moore · 3 years, 3 months ago
- f67b6f0 Merge "Deleted clang property in Android.bp files" by Alix Espino · 3 years, 3 months ago
- e5d403d Merge "binder: Fuzz Parcel::appendFrom" by Frederick Mayle · 3 years, 3 months ago
- fbc2aee binder: Fuzz Parcel::appendFrom by Frederick Mayle · 3 years, 3 months ago
- c2f5a7e Fix for flaky test in binderLibTest by Elie Kheirallah · 3 years, 3 months ago
- a4b581a Merge "binder_parcel_fuzzer: instrs w/ FuzzedDataProvider" by Treehugger Robot · 3 years, 3 months ago
- a58f610 Merge "Update MemoryHeapBase to avoid abort" by Atneya Nair · 3 years, 3 months ago
- 3fd092e Update MemoryHeapBase to avoid abort by Atneya Nair · 3 years, 4 months ago
- fb4f247 binder_parcel_fuzzer: instrs w/ FuzzedDataProvider by Steven Moreland · 3 years, 4 months ago
- 5c75a5a Prevent cm from incrementing 0. by Steven Moreland · 3 years, 4 months ago
- 85f75bc9 Merge "Tracking number of threads in threadpools. Added tests for max total thread count." by Elie Kheirallah · 3 years, 4 months ago
- 47431c1 Tracking number of threads in threadpools. by Elie Kheirallah · 3 years, 5 months ago
- b9a8814 Merge "binderRpcTest: stronger check for synchronous cbs" by Steven Moreland · 3 years, 4 months ago
- 03ecce6 binderRpcTest: stronger check for synchronous cbs by Steven Moreland · 3 years, 4 months ago
- 28590f0 Deleted clang property in Android.bp files by Alix · 3 years, 5 months ago
- af1e4a5 Merge "libbinder freeze RPC protocol version '0'" by Treehugger Robot · 3 years, 4 months ago
- 853596a libbinder freeze RPC protocol version '0' by Steven Moreland · 4 years, 1 month ago
- 2ec83c3 Make libbinder_random_parcel vendor available by Keith Mok · 3 years, 4 months ago
- b724664 Removed unnecessary check. Replaced EXPECT_TRUE with EXPECT_NE. by Elie Kheirallah · 3 years, 4 months ago
- aaef6c0 Build with upstream lld: Fix incorrect static dependencies by Pirama Arumuga Nainar · 3 years, 5 months ago
- 9c5c944 Merge "libbinder: add log for dropped extension" by Steven Moreland · 3 years, 5 months ago
- 55a1254 libbinder: add log for dropped extension by Steven Moreland · 3 years, 5 months ago
- 5ad71b5 libbinder: Return status_t from RpcTransport::peek() by Andrei Homescu · 3 years, 6 months ago
- 4b2f18d libbinder: service driver fuzzes nested ifaces by Steven Moreland · 3 years, 6 months ago
- 4fe0791 Merge "Revert "Revert "libbinder: Replace deprecated utils/threads.h header""" by Treehugger Robot · 3 years, 6 months ago
- 9711ad3 libbinder_random_parcel: driver writes iface token by Steven Moreland · 3 years, 6 months ago
- 8a2607c libbinder_random_parcel: hide fill parcel data by Steven Moreland · 3 years, 6 months ago
- c572d08 Merge "libbinder_random_parcel: driver" by Steven Moreland · 3 years, 6 months ago
- 47698b2 libbinder_random_parcel: driver by Steven Moreland · 3 years, 6 months ago
- 8028ff4 Revert "Revert "libbinder: Replace deprecated utils/threads.h header"" by Andrei Homescu · 3 years, 6 months ago
- 7ade4f4 Add explicit memfd support to MemoryHeapBase by Atneya Nair · 3 years, 7 months ago
- 1caffe3 Merge "Revert "libbinder: Replace deprecated utils/threads.h header"" by Treehugger Robot · 3 years, 6 months ago
- a643e2d Revert "libbinder: Replace deprecated utils/threads.h header" by Andrei Homescu · 3 years, 6 months ago
- 674d912 Merge changes Id85ddcb6,I3b096848 by Treehugger Robot · 3 years, 6 months ago
- bc8d5b4 libbinder: Replace deprecated utils/threads.h header by Andrei Homescu · 3 years, 6 months ago
- ccfffe0 Merge "binder: Fix setRpcClientDebug in binderLibTest." by Yifan Hong · 3 years, 6 months ago
- bd27655 binder: Fix setRpcClientDebug in binderLibTest. by Yifan Hong · 3 years, 6 months ago
- 0ff3140 binder_parcel_fuzzer: rem libprocessgroup by Steven Moreland · 3 years, 7 months ago
- 4156114 Merge "remove libbinder_ndk_host_user" by Steven Moreland · 3 years, 7 months ago
- 8678720 Merge changes from topic "be-kind-rewind" by Steven Moreland · 3 years, 7 months ago
- cf37369 libbinder: Status writeOverParcel by Steven Moreland · 3 years, 8 months ago
- ea7659e libbinder: format tests bp by Steven Moreland · 3 years, 7 months ago
- e9692d4 Merge "IServiceManager: add registerForNotifications." by Treehugger Robot · 3 years, 7 months ago
- 3070094 IServiceManager: add registerForNotifications. by Jayant Chowdhary · 3 years, 7 months ago
- d4f6ab5 rpc_binder_fuzzer: case with transaction by Steven Moreland · 3 years, 7 months ago
- ff6fef3 remove libbinder_ndk_host_user by Steven Moreland · 3 years, 8 months ago
- e3caaf2 binderRpcTest: BinderRpc.Java skip on user builds. by Yifan Hong · 3 years, 8 months ago
- d55b5e3 Merge sc-qpr1 to aosp-master - DO NOT MERGE by Bill Yi · 3 years, 8 months ago
- 380dcef Merge "Obviate libbinder_ndk_host_user." by Steven Moreland · 3 years, 8 months ago
- 7dc506f Merge "binder: Eliminate a data copy in RPC transport operations" by Treehugger Robot · 3 years, 8 months ago
- d23f950 libbinder: added enforceNoDataAvail() by Jooyung Han · 3 years, 9 months ago
- 619a02a Obviate libbinder_ndk_host_user. by Steven Moreland · 3 years, 9 months ago
- a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 months ago
- 6e7f072 Merge "libbinder: Parcel APIs for fixed-size arrays" by Jooyung Han · 3 years, 9 months ago
- 5bea2cc Merge Android 12 QPR1 by Xin Li · 3 years, 9 months ago
- e26e5ca libbinder: Parcel APIs for fixed-size arrays by Jooyung Han · 3 years, 9 months ago
- 856b468 binder_ndk: support fixed-size arrays by Jooyung Han · 3 years, 10 months ago
- f2e0a95 avoid extra release of unowned objects in Parcel error path by Steven Moreland · 3 years, 10 months ago
- 5545a11 Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 3 years, 10 months ago
- e50adf3 Merge "binder: skip BinderRpc.Java test on non-debuggable builds." by Yifan Hong · 3 years, 10 months ago
- fe4b83f binder: skip BinderRpc.Java test on non-debuggable builds. by Yifan Hong · 3 years, 10 months ago
- 3b31cca Support APIs for arrays of interfaces by Jooyung Han · 3 years, 10 months ago
- 3810e23 Merge "Add native range-based Parcel::compareDataInRange()" by Bernardo Rufino · 3 years, 10 months ago
- 897b165 Add native range-based Parcel::compareDataInRange() by Bernardo Rufino · 4 years ago
- a83191d binderRpcTest: fix CallingId test failure by Steven Moreland · 3 years, 10 months ago
- 6a0dc96 binderRpcTest: respect network byte order by Steven Moreland · 3 years, 11 months ago