- b70f471 Binder IPC: clean up includes by Tomasz Wasilczyk · 1 year, 2 months ago
- 81b4d5a Add negative tests for ServiceManager RegisterForNotifications and unregisterForNotifications by Parth Sane · 1 year, 3 months ago
- e97f3a8 Fix libbinder_sdk build warnings by Tomasz Wasilczyk · 1 year, 3 months ago
- 4634c90 binderLibTest: catch binder driver with reversed freezing by Alice Ryhl · 1 year, 4 months ago
- bdbe29a Add a new callback for the excessive binder proxy count by Jing Ji · 1 year, 10 months ago
- 04e28c7 libbinder: Remove hardcoded PAGE_SIZE usage in binderLibTest by Vilas Bhat · 1 year, 6 months ago
- 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 9 months ago
- 1de48a2 Revert^2 "Use std::unique_ptr instead of ScopeGuard" by Tomasz Wasilczyk · 1 year, 9 months ago
- 88aa8c3 Don't depend on libbase result.h by Tomasz Wasilczyk · 1 year, 9 months ago
- 300aa13 Binder: Flattenable is no longer a hard dependency by Tomasz Wasilczyk · 1 year, 10 months ago
- 25c1a3b Revert "Use std::unique_ptr instead of ScopeGuard" by Sebastian Pickl · 1 year, 9 months ago
- d6c8a4c Use std::unique_ptr instead of ScopeGuard by Tomasz Wasilczyk · 1 year, 10 months ago
- 9c1783e Merge "Fix or silence binder build warnings on clang" into main by Tomasz Wasilczyk · 1 year, 10 months ago
- bb07b98 Fix or silence binder build warnings on clang by Tomasz Wasilczyk · 1 year, 10 months ago
- bbe9ae6 Add test to the BpBinder::getBinderProxyCount by Jing Ji · 1 year, 10 months ago
- 3e9debc libbinder: thread count startThreadPool spawn by Steven Moreland · 2 years, 2 months ago
- 68275d7 libbinder: remove 32-bit ABI support by Steven Moreland · 2 years, 4 months ago
- 7ea03c6 Merge "ThreadPoolAvailableThreads fix." by Elie Kheirallah · 2 years, 5 months ago
- 1c0581e ThreadPoolAvailableThreads fix. by Elie Kheirallah · 2 years, 5 months ago
- ee739eb binderLibTest: calling freeze multiple times starts to succeed by Steven Moreland · 2 years, 6 months ago
- 436a110 binderLibTest: fix HangingServices race by Steven Moreland · 2 years, 7 months ago
- 4354f71 binder: Add an API to check if the threadpool has been started by Devin Moore · 2 years, 8 months ago
- 116f6b8 Add binder test for transfer of non-blocking fd by Siarhei Vishniakou · 2 years, 10 months ago
- ce15b9f libbinder: fix buffer free race by Steven Moreland · 2 years, 11 months ago
- 59b8444 binderLibTest: filling buffer by Steven Moreland · 3 years, 1 month ago
- b17a5f0 binderLibTest: wait longer to start all threads by Steven Moreland · 3 years, 1 month ago
- 50219f1 Merge "libbinder: remove gMaxFds from Parcel" by Steven Moreland · 3 years, 2 months ago
- 1519b98 libbinder: remove gMaxFds from Parcel by Andrei Homescu · 3 years, 2 months ago
- 59f60fd binderLibTest HangingServices and ThreadPoolAvailableThreads fix by Elie Kheirallah · 3 years, 2 months ago
- c2f5a7e Fix for flaky test in binderLibTest by Elie Kheirallah · 3 years, 2 months ago
- 5c75a5a Prevent cm from incrementing 0. by Steven Moreland · 3 years, 3 months ago
- 47431c1 Tracking number of threads in threadpools. by Elie Kheirallah · 3 years, 4 months ago
- b724664 Removed unnecessary check. Replaced EXPECT_TRUE with EXPECT_NE. by Elie Kheirallah · 3 years, 3 months ago
- ccfffe0 Merge "binder: Fix setRpcClientDebug in binderLibTest." by Yifan Hong · 3 years, 5 months ago
- bd27655 binder: Fix setRpcClientDebug in binderLibTest. by Yifan Hong · 3 years, 5 months ago
- e9692d4 Merge "IServiceManager: add registerForNotifications." by Treehugger Robot · 3 years, 6 months ago
- 3070094 IServiceManager: add registerForNotifications. by Jayant Chowdhary · 3 years, 6 months ago
- d55b5e3 Merge sc-qpr1 to aosp-master - DO NOT MERGE by Bill Yi · 3 years, 7 months ago
- f2e0a95 avoid extra release of unowned objects in Parcel error path by Steven Moreland · 3 years, 9 months ago
- 5545a11 Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 3 years, 9 months ago
- 2a2d8f1 libbinder: RPC - remove 'agreed experimental' by Steven Moreland · 3 years, 10 months ago
- bd98e0f libbinder: use after fork aborts by Steven Moreland · 3 years, 10 months ago
- 4e678b9 Remove the redundant getProcessFreezeInfo() by Li Li · 3 years, 11 months ago
- 60d6903 getProcessFreezeInfo reads more info from kernel by Li Li · 4 years ago
- 6f05929 getProcessFreezeInfo reads more info from kernel by Li Li · 4 years ago
- 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years ago
- f3b9c4f binder RPC add IP address argument when setting up Inet socket by Devin Moore · 4 years ago
- dfb9cd9 Merge changes Ic46ac54b,Id787e70f by Yifan Hong · 4 years, 2 months ago
- 8b89085 Implement keepAliveBinder for setRpcClientDebug by Yifan Hong · 4 years, 2 months ago
- 02530ec Add keepAliveBinder argument to setRpcClientDebug. by Yifan Hong · 4 years, 2 months ago
- 02d1659 Remove BinderLibRpcClientTest by Yifan Hong · 4 years, 2 months ago
- 93e266b binderLibTest: fix SYN flooding again. by Yifan Hong · 4 years, 2 months ago
- 3482323 binder: setRpcClientDebug drops numThreads argument. by Yifan Hong · 4 years, 2 months ago
- 4511b77 Merge "Use result-gmock.h." by Treehugger Robot · 4 years, 2 months ago
- 28d6c35 Use result-gmock.h. by Yifan Hong · 4 years, 2 months ago
- d67c8e8 libbinder: Add binder already sent checks by Kalesh Singh · 4 years, 7 months ago
- 1f89455 Revert "libbinder: test parcel allocted on another thread" by Steven Moreland · 4 years, 3 months ago
- c0c9f77 Revert "libbinder: test parcel allocted on another thread" by Steven Moreland · 4 years, 3 months ago
- 84bedeb Add IBinder::setRpcClient by Yifan Hong · 4 years, 4 months ago
- 52850ae Merge "clang-format BinderLibTestService" by Yifan Hong · 4 years, 3 months ago
- 543edcd clang-format BinderLibTestService by Yifan Hong · 4 years, 3 months ago
- 3562665 Revert^2 "libbinder: introduce guards for getCalling*" by Steven Moreland · 4 years, 3 months ago
- b534faa Revert "libbinder: introduce guards for getCalling*" by Shubang Lu · 4 years, 3 months ago
- df2e017 Revert "libbinder: introduce guards for getCalling*" by Shubang Lu · 4 years, 3 months ago
- 8e5f3b4 libbinder: introduce guards for getCalling* by Steven Moreland · 4 years, 3 months ago
- bbd2a0d binderLibTest: better message for status by Yifan Hong · 4 years, 3 months ago
- 6ba5a25 libbinder: stop exporting private headers by Steven Moreland · 4 years, 3 months ago
- 254e8ef binderLibTest: setRequestingSid by Steven Moreland · 4 years, 4 months ago
- e9eb285 Merge "libbinder: test parcel allocted on another thread" by Steven Moreland · 4 years, 6 months ago
- d708870 libbinder: test parcel allocted on another thread by Steven Moreland · 4 years, 7 months ago
- 80844f7 libbinder: Better oneway function logs. by Steven Moreland · 4 years, 8 months ago
- cf03cf1 libbinder: support inheriting realtime priority by Steven Moreland · 4 years, 8 months ago
- f183fdd libbinder: support TF_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
- 4f2e77a Merge "Revert "libbinder: ignore CallRestriction for magic 0 cmd"" by Martijn Coenen · 4 years, 11 months ago
- 41a4c36 Revert "libbinder: ignore CallRestriction for magic 0 cmd" by Martijn Coenen · 4 years, 11 months ago
- f1d9613 Merge "libbinder: ignore CallRestriction for magic 0 cmd" by Steven Moreland · 4 years, 11 months ago
- 9f50ea6 libbinder: ignore CallRestriction for magic 0 cmd by Steven Moreland · 5 years ago
- b09fc4a libbinder: adopt BINDER_GET_FROZEN_INFO by Marco Ballesio · 5 years ago
- c83049d Merge "binder: adopt BINDER_FREEZE api" am: 171cac1b60 by Marco Ballesio · 5 years ago
- 7ee1757 binder: adopt BINDER_FREEZE api by Marco Ballesio · 5 years ago
- e8b4e70 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 5 years ago
- bf1915b libbinder: setMinSchedulerPolicy by Steven Moreland · 5 years ago
- f9f3de2 binder tests respect libbinder bitness by Steven Moreland · 5 years ago
- aa80666 Merge "binderLibTest: cleanup child processes on error" am: 15ebf44563 am: 30b68545ac am: e1b97ae9d5 by Automerger Merge Worker · 5 years ago
- da04835 binderLibTest: cleanup child processes on error by Steven Moreland · 5 years ago
- 54891cd frameworks: native: fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
- 6b4cf6a Merge "libbinder: stop exporting kernel headers" am: 1de74a7c7c am: 3bb28061db am: ba174bdd04 by Steven Moreland · 6 years ago
- 1de74a7 Merge "libbinder: stop exporting kernel headers" by Treehugger Robot · 6 years ago
- d63ed9d libbinder: stop exporting kernel headers by Steven Moreland · 6 years ago
- 82c7531 Reject invalid object types for incoming transactions. by Martijn Coenen · 6 years ago
- 73523fd Merge "libbinder: extension mechanism for all binders" am: f8fb40c0cf by Steven Moreland · 6 years ago
- b8ad08d libbinder: extension mechanism for all binders by Steven Moreland · 6 years ago
- 102e625 Merge "Remove read/writeWeakBinder." am: 5667bea3fc by Steven Moreland · 6 years ago
- e171d62 Remove read/writeWeakBinder. by Steven Moreland · 6 years ago
- fd8a275 Merge "libbinder: tests w/o '-Wno-*'" am: 06b12007e5 by Steven Moreland · 6 years ago
- 573adc1 libbinder: tests w/o '-Wno-*' by Steven Moreland · 6 years ago
- b28cede binderLibTest: remove unused locals by Steven Moreland · 6 years ago
- a96bacb Merge "libbinder: delete tests for linkToDeath w/ no ref" am: 1c2d4b7145 by Steven Moreland · 6 years ago
- 3d79be8 libbinder: delete tests for linkToDeath w/ no ref by Steven Moreland · 6 years ago
- 197bd57 Merge "Fix/suppress binder google-explicit-constructor warnings" am: a591cd824a am: fb1be05603 by Chih-hung Hsieh · 7 years ago