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