1. 6d82c8a binderRpcTest: pick ephermeral port by Yifan Hong · 3 years, 3 months ago
  2. b00ff66 setupInetServer also returns port by Yifan Hong · 3 years, 3 months ago
  3. 1488a15 Merge changes I292b8e32,I689d0838 by Steven Moreland · 3 years, 3 months ago
  4. b962746 Merge "Replace llndk_library with llndk clause in cc_library" by Colin Cross · 3 years, 3 months ago
  5. 1cf5d3f Merge "binderDriverInterfaceTest: Add IBinder dependency" by Yifan Hong · 3 years, 3 months ago
  6. d8996df libbinder: SocketAddressImpl -> InetSocketAddress by Steven Moreland · 3 years, 3 months ago
  7. 158b63d libbinder: Inet SocketAddr contains raw port by Steven Moreland · 3 years, 3 months ago
  8. 4e419d8 binderDriverInterfaceTest: Add IBinder dependency by Yifan Hong · 3 years, 3 months ago
  9. 379dbd1 Merge "RpcServer: be thread safe" by Steven Moreland · 3 years, 3 months ago
  10. ea5434d Merge "IBinder: clang-format a few lines" by Treehugger Robot · 3 years, 3 months ago
  11. ebafe33 RpcServer: be thread safe by Steven Moreland · 3 years, 3 months ago
  12. dab940e IBinder: clang-format a few lines by Yifan Hong · 3 years, 3 months ago
  13. 0a7f5e2 Merge "Fix the secure flag check for blackout layer issue" by Treehugger Robot · 3 years, 3 months ago
  14. 50e9180 Fix the secure flag check for blackout layer issue by yuhui.zhang · 3 years, 3 months ago
  15. 007d5b6 Merge "libbinder: disable unneeded clang-tidy disables" by Steven Moreland · 3 years, 3 months ago
  16. abc1f25 Merge "libbinder: disable disabled tidy warnings" by Steven Moreland · 3 years, 3 months ago
  17. 63674d5 Merge "atrace: Remove funcgraphFlatPath option" by Treehugger Robot · 3 years, 3 months ago
  18. 0394364 Replace llndk_library with llndk clause in cc_library by Colin Cross · 3 years, 3 months ago
  19. 525dd90 libbinder: disable disabled tidy warnings by Steven Moreland · 3 years, 3 months ago
  20. bd841fd libbinder: disable unneeded clang-tidy disables by Steven Moreland · 3 years, 3 months ago
  21. ccd2b60 Merge "Failing to enable oneway spam detection is not an error." by Steven Moreland · 3 years, 3 months ago
  22. 10d0432 Merge "Allow set_requesting_sid to be enabled when AIDL Binder is created." by Andrew Walbran · 3 years, 3 months ago
  23. de0a39e Failing to enable oneway spam detection is not an error. by Martijn Coenen · 3 years, 3 months ago
  24. 39301ea Merge "servicemanager: expose updatable-via-apex" by Steven Moreland · 3 years, 3 months ago
  25. 0551cfc atrace: Remove funcgraphFlatPath option by Kalesh Singh · 3 years, 3 months ago
  26. 0eaac6d Merge "dumpsys: OWNERS for test" by Treehugger Robot · 3 years, 3 months ago
  27. f7a121d Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Treehugger Robot · 3 years, 3 months ago
  28. 49a09dc Merge "binderRpcTest: oneway stress test" by Steven Moreland · 3 years, 3 months ago
  29. 839daf8 Merge "binderLibTest: setRequestingSid" by Steven Moreland · 3 years, 3 months ago
  30. 77e3f9f Merge "libbinder: support BR_ONEWAY_SPAM_SUSPECT" by Steven Moreland · 3 years, 3 months ago
  31. edd4e07 servicemanager: expose updatable-via-apex by Steven Moreland · 3 years, 3 months ago
  32. 4730b54 dumpsys: OWNERS for test by Steven Moreland · 3 years, 3 months ago
  33. 40c3c04 Merge "libbinder: RPC socket bound to service thread" by Steven Moreland · 3 years, 3 months ago
  34. 8a371ba [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 3 years, 3 months ago
  35. 9c359a2 Merge "Change g.*Converter to fromXml." by Treehugger Robot · 3 years, 3 months ago
  36. af816d8 libbinder: RPC socket bound to service thread by Steven Moreland · 3 years, 3 months ago
  37. 035c3c1 Merge "libbinder: Add inet support." by Yifan Hong · 3 years, 3 months ago
  38. 089b7d5 Merge "dumpsys: add --thread option" by Devin Moore · 3 years, 3 months ago
  39. 5d7cca2 Merge "Rename ro.product.enforce_debugfs_restrictions" by Treehugger Robot · 3 years, 3 months ago
  40. c604698 binderRpcTest: oneway stress test by Steven Moreland · 3 years, 3 months ago
  41. 254e8ef binderLibTest: setRequestingSid by Steven Moreland · 3 years, 3 months ago
  42. 2408570 Merge "clang-format: Add IncludeBlocks: Preserve" by Yifan Hong · 3 years, 3 months ago
  43. 0d2bd11 libbinder: Add inet support. by Yifan Hong · 3 years, 3 months ago
  44. d0c6510 clang-format: Add IncludeBlocks: Preserve by Yifan Hong · 3 years, 3 months ago
  45. 8e14fec Merge "Use the new more inclusive command-line options." by Joel Galenson · 3 years, 3 months ago
  46. 9b3485f Merge changes from topic "libpermission" by Steven Moreland · 3 years, 3 months ago
  47. 6ad5324 Use the new more inclusive command-line options. by Joel Galenson · 3 years, 3 months ago
  48. b185ac0 libbinder: support BR_ONEWAY_SPAM_SUSPECT by Hang Lu · 3 years, 4 months ago
  49. a96f87f Change g.*Converter to fromXml. by Yifan Hong · 3 years, 3 months ago
  50. 343470b Merge "libbinder: fix typo" by Treehugger Robot · 3 years, 3 months ago
  51. ce1f9f9 Merge "Try to mount and compile system_ext apks." by Alex Light · 3 years, 3 months ago
  52. 6f58cff Merge "binderRpcBenchmark: disable on mac" by Steven Moreland · 3 years, 3 months ago
  53. 659917d Merge "libbinder: scope down Parcel data in RPC transact" by Steven Moreland · 3 years, 3 months ago
  54. fe46e48 Merge "libbinder_ndk: clarify descriptor encoding" by Steven Moreland · 3 years, 3 months ago
  55. cde9934 Merge "libbinder_ndk: add missing lt&co __INTRODUCED_IN" by Steven Moreland · 3 years, 3 months ago
  56. 668b7f7 Merge "libbinder: service specific error docs" by Steven Moreland · 3 years, 3 months ago
  57. 722b490 binderRpcBenchmark: disable on mac by Steven Moreland · 3 years, 3 months ago
  58. d09460c Rename ro.product.enforce_debugfs_restrictions by Hridya Valsaraju · 3 years, 3 months ago
  59. 7e4fb7c Merge "binderRpcTest: use TMPDIR" by Steven Moreland · 3 years, 3 months ago
  60. cbae518 Merge changes I82c49085,Ic2e461c1 by Steven Moreland · 3 years, 3 months ago
  61. 1a4c1da Try to mount and compile system_ext apks. by Alex Light · 3 years, 3 months ago
  62. f6b49d7 Merge "introduce binderRpcBenchmark" by Steven Moreland · 3 years, 3 months ago
  63. 4219a23 Merge "libbinder: fix print format." by Yifan Hong · 3 years, 3 months ago
  64. f91ec23 Merge "Add SDK extension versions to dumpstate header" by Anton Hansson · 3 years, 3 months ago
  65. eff77c1 libbinder: scope down Parcel data in RPC transact by Steven Moreland · 3 years, 3 months ago
  66. 8560216 libbinder: fix typo by Yifan Hong · 3 years, 3 months ago
  67. cda6085 introduce binderRpcBenchmark by Steven Moreland · 3 years, 3 months ago
  68. 4c79153 libbinder: fix print format. by Yifan Hong · 3 years, 3 months ago
  69. 4bfbf2e binderRpcTest: use TMPDIR by Steven Moreland · 3 years, 3 months ago
  70. a97c523 libbinder_ndk: clarify descriptor encoding by Steven Moreland · 3 years, 3 months ago
  71. 611202f Merge "Replace the only user of String8::toUpper()." by Elliott Hughes · 3 years, 3 months ago
  72. 37c041d Add SDK extension versions to dumpstate header by Anton Hansson · 3 years, 3 months ago
  73. 88eca4f Allow set_requesting_sid to be enabled when AIDL Binder is created. by Andrew Walbran · 3 years, 3 months ago
  74. d47b32c binder_parcel_fuzzer: fuzz RPC format by Steven Moreland · 3 years, 3 months ago
  75. be045b2 libbinder_ndk: add missing lt&co __INTRODUCED_IN by Steven Moreland · 3 years, 3 months ago
  76. 6fde2dd Merge "Fixes flaky ZippedBugReportStreamTest" by Rhed Jao · 3 years, 3 months ago
  77. d765797 Replace the only user of String8::toUpper(). by Elliott Hughes · 3 years, 3 months ago
  78. eeb7b74 libbinder: organize fuzzers by Steven Moreland · 3 years, 3 months ago
  79. 7c849fa libbinder->libpermission: appops by Steven Moreland · 3 years, 3 months ago
  80. a6fddfb libpermission by Steven Moreland · 3 years, 3 months ago
  81. 88e25c0 libbinder: service specific error docs by Steven Moreland · 3 years, 3 months ago
  82. d5cc17b Merge "libbinder use stronger refbase semantics" by Steven Moreland · 3 years, 3 months ago
  83. 369abe0 Merge "Use ro.product.enforce_debugfs_restrictions to mount/unmount debugfs" by Hridya Valsaraju · 3 years, 3 months ago
  84. 1e0ec09 Merge "Fix setting the dequeueBuffer timeout to -1" by Nicolas Capens · 3 years, 3 months ago
  85. 1a3a8ef libbinder use stronger refbase semantics by Steven Moreland · 3 years, 3 months ago
  86. 147b7da Fix setting the dequeueBuffer timeout to -1 by Nicolas Capens · 3 years, 3 months ago
  87. 64eff6c Merge "Don't retry getting memtrack hal service" by Kalesh Singh · 3 years, 3 months ago
  88. 161495e Don't retry getting memtrack hal service by Kalesh Singh · 3 years, 3 months ago
  89. 2c2c5d1 Merge "libbinder_ndk: add log to death rec. CHECK" by Steven Moreland · 3 years, 3 months ago
  90. 84159ae Merge "libbinder: split out activitymanager" by Steven Moreland · 3 years, 3 months ago
  91. b8b5617 Fixes flaky ZippedBugReportStreamTest by Rhed Jao · 3 years, 3 months ago
  92. ae45329 Merge "Call apexd --unmount-all at the end of otapreopt_chroot run" by Alex Light · 3 years, 3 months ago
  93. 8bcb503 libbinder_ndk: add log to death rec. CHECK by Steven Moreland · 3 years, 3 months ago
  94. 2a42aee Call apexd --unmount-all at the end of otapreopt_chroot run by Nikita Ioffe · 3 years, 3 months ago
  95. 710ad48 libbinder: split out activitymanager by Steven Moreland · 3 years, 3 months ago
  96. 1fed65e Merge "libbinder: RPC checks for appendParcel" by Steven Moreland · 3 years, 3 months ago
  97. 8410eca Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Treehugger Robot · 3 years, 3 months ago
  98. 1a1b895 Merge "Check property for sdcardfs usage" by Hung-ying Tyan · 3 years, 3 months ago
  99. 062b03b [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 3 years, 3 months ago
  100. 67753c3 libbinder: RPC checks for appendParcel by Steven Moreland · 3 years, 3 months ago