1. 7ba4378 Add comment explaining BpBinder::linkToDeath invalid operation by Devin Moore · 6 months ago
  2. 54fa6c7 RPC Binder: increase transaction size by Steven Moreland · 7 months ago
  3. 3fea46f Rename ObjectManager field mObjects -> mObjectMgr by Devin Moore · 8 months ago
  4. d5fc446 Binder API for freeze state change notification. by Yu-Ting Tseng · 1 year, 4 months ago
  5. 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 10 months ago
  6. e3de880 Migrate off of streaming logging by Tomasz Wasilczyk · 1 year, 10 months ago
  7. 1d1e9ff Binder: don't depend on libutils headers by Tomasz Wasilczyk · 1 year, 11 months ago
  8. 66ee192 Binder: migrate off libutils Mutex by Tomasz Wasilczyk · 1 year, 11 months ago
  9. 346f104 Binder: abstract report_sysprop_change to OS layer by Tomasz Wasilczyk · 1 year, 11 months ago
  10. b8ebcca Don't depend on private/android_filesystem_config.h by Tomasz Wasilczyk · 1 year, 11 months ago
  11. 32746ae Use C++20 [[unlikely]] instead of UNLIKELY macro by Tomasz Wasilczyk · 1 year, 11 months ago
  12. 5255c97 libbinder: save space for optional config options. by Steven Moreland · 2 years, 4 months ago
  13. 356a022 Rename files for RecordedTransaction by Fabián Cañas · 2 years, 8 months ago
  14. 6c0c963 Add interfaceDescriptor to RecordedTransaction by Fabián Cañas · 2 years, 8 months ago
  15. 68dbcfe Add timestamp to RecordedTransaction by Fabián Cañas · 2 years, 8 months ago
  16. f6957b7 libbinder: log debug server start/stop by Steven Moreland · 3 years ago
  17. 2522b07 Revert "Revert "Binder Record/Replay implemented in BBinder"" by Sahil Somani · 3 years, 1 month ago
  18. 02f87ae Merge "libbinder: BBinder descriptor" by Steven Moreland · 3 years ago
  19. 3faaa00 Add lookupOrCreateWeak to ObjectManager by Devin Moore · 3 years, 1 month ago
  20. 1ef0eb6 libbinder: BBinder descriptor by Steven Moreland · 3 years, 1 month ago
  21. 4052550 libbinder: fix broken Trusty build from SCHED_NORMAL by Andrei Homescu · 3 years, 1 month ago
  22. 1bd2bc7 libbinder: ~BBinder checks for all values by Steven Moreland · 3 years, 1 month ago
  23. a543a84 libbinder: eliminate Binder.cpp dependency on IShellCallback by Andrei Homescu · 3 years, 2 months ago
  24. 3215028 libbinder: build option to disable the kernel IPC, part 1/2 by Steven Moreland · 3 years, 10 months ago
  25. f55d688 libbinder: compile some Linux code conditionally by Andrei Homescu · 3 years, 4 months ago
  26. 63cb8d0 Merge "libbinder: consistent user{,debug} symbols" by Steven Moreland · 3 years, 3 months ago
  27. d9a7400 libbinder: consistent user{,debug} symbols by Steven Moreland · 3 years, 3 months ago
  28. 47431c1 Tracking number of threads in threadpools. by Elie Kheirallah · 3 years, 5 months ago
  29. 55a1254 libbinder: add log for dropped extension by Steven Moreland · 3 years, 5 months ago
  30. 5970d0a Fix or suppress tidy warnings-as-errors. by Jiyong Park · 3 years, 6 months ago
  31. 1cad19c Log outgoing transactions/replies over 300kB. by Martijn Coenen · 4 years ago
  32. 2a2d8f1 libbinder: RPC - remove 'agreed experimental' by Steven Moreland · 3 years, 11 months ago
  33. 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 1 month ago
  34. 5ce7ca5 libbinder: BBinder::attachObject abort on OOM by Steven Moreland · 4 years, 2 months ago
  35. 9e759e8 libbinder: add IBinder::withLock by Steven Moreland · 4 years, 2 months ago
  36. 63a2d51 libbinder: attachObject APIs work with threads by Steven Moreland · 4 years, 2 months ago
  37. bba314f Merge "libbinder: already sent checks abort" by Steven Moreland · 4 years, 3 months ago
  38. d37e6dd libbinder: already sent checks abort by Steven Moreland · 4 years, 3 months ago
  39. 8b89085 Implement keepAliveBinder for setRpcClientDebug by Yifan Hong · 4 years, 3 months ago
  40. 02530ec Add keepAliveBinder argument to setRpcClientDebug. by Yifan Hong · 4 years, 3 months ago
  41. 7a20a3f binder: setRpcClientDebug copy # threads from kernel binder. by Yifan Hong · 4 years, 3 months ago
  42. 3482323 binder: setRpcClientDebug drops numThreads argument. by Yifan Hong · 4 years, 3 months ago
  43. d67c8e8 libbinder: Add binder already sent checks by Kalesh Singh · 4 years, 8 months ago
  44. 84bedeb Add IBinder::setRpcClient by Yifan Hong · 4 years, 5 months ago
  45. 90c1f9a libbinder: size checks for Parcel+IBinder by Steven Moreland · 4 years, 4 months ago
  46. cf03cf1 libbinder: support inheriting realtime priority by Steven Moreland · 4 years, 9 months ago
  47. f183fdd libbinder: support TF_CLEAR_BUF by Steven Moreland · 4 years, 11 months ago
  48. bf1915b libbinder: setMinSchedulerPolicy by Steven Moreland · 5 years ago
  49. a7fb018 libbinder: avoid attached objects for stability by Steven Moreland · 6 years ago
  50. 61ff849 Remove extraneous semicolon. by Steven Moreland · 6 years ago
  51. 86080b8 libbinder: add getDebugPid by Steven Moreland · 6 years ago
  52. 73523fd Merge "libbinder: extension mechanism for all binders" am: f8fb40c0cf by Steven Moreland · 6 years ago
  53. b8ad08d libbinder: extension mechanism for all binders by Steven Moreland · 6 years ago
  54. c709dd8 libbinder: stability check moved to trans time by Steven Moreland · 6 years ago
  55. 6e5a775 libbinder: stability check moved to trans time by Steven Moreland · 6 years ago
  56. dea3cf9 Binder: support storing interface stability by Steven Moreland · 6 years ago
  57. a86a356 Reland "Binder: support storing interface stability" by Steven Moreland · 6 years ago
  58. e9495af Revert "Binder: support storing interface stability" by Steven Moreland · 6 years ago
  59. 5981dcb Binder: support storing interface stability by Steven Moreland · 6 years ago
  60. 79037d9 Merge "Revert "libbinder: require shell/root UID for shell"" am: 5fa93fffe4 by Steven Moreland · 6 years ago
  61. 5fa93ff Merge "Revert "libbinder: require shell/root UID for shell"" by Treehugger Robot · 6 years ago
  62. d138798 Revert "libbinder: require shell/root UID for shell" by Steven Moreland · 6 years ago
  63. 6526cb9 Merge "libbinder: empty ping transaction" am: 67591ab43b by Steven Moreland · 6 years ago
  64. 67591ab Merge "libbinder: empty ping transaction" by Treehugger Robot · 6 years ago
  65. 386b133 Merge "libbinder: require shell/root UID for shell" am: c5ae56685d by Steven Moreland · 6 years ago
  66. 6e69d65 libbinder: empty ping transaction by Steven Moreland · 6 years ago
  67. f0f97d3 libbinder: require shell/root UID for shell by Steven Moreland · 6 years ago
  68. 3085a47 getCallingSid: get calling security context by Steven Moreland · 7 years ago
  69. 3668be6 binder: make setRequestingSid(false) work by Steven Moreland · 7 years ago
  70. f021200 getCallingSid: get calling security context by Steven Moreland · 7 years ago
  71. b86c866 Suppress lint warnings on google-default-arguments by Jiyong Park · 7 years ago
  72. fdd8da9 [binder] Replace NULL/0 with nullptr by Yi Kong · 7 years ago
  73. 451ff0d Merge "Fix unintentional fall-through in switch." by Treehugger Robot · 8 years ago
  74. aa6ee99 Fix unintentional fall-through in switch. by Martijn Coenen · 8 years ago
  75. 1941a40 Introduce new command callback to shell. by Dianne Hackborn · 9 years ago
  76. 0a9a1c1 Fix unused variable build errors by Christopher Wiley · 9 years ago
  77. f2bf93b Temporary hack to get rid of new virtuals. by Dianne Hackborn · 10 years ago
  78. 23eb1e2 Add new "shell command" feature to Binder objects. by Dianne Hackborn · 10 years ago
  79. 6913c46 binder: Change from C11 <stdatomic.h> to C++11 <atomic>. by Bailey Forrest · 10 years ago
  80. 3bdc5b8 C++11 compatibility. by Dan Albert · 11 years ago
  81. c0df68b Work around C11 const atomic restrictions. by Hans Boehm · 11 years ago
  82. 1ddaadb Fix CAS argument type. by Hans Boehm · 11 years ago
  83. 3effaba Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" by Hans Boehm · 11 years ago
  84. f010a05 Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""" by Hans Boehm · 11 years ago
  85. 66629e0 Revert "Revert "Remove incorrect android_atomic_...64 use."" by Hans Boehm · 11 years ago
  86. 9dc5c26 Revert "Remove incorrect android_atomic_...64 use." by Hans Boehm · 11 years ago
  87. 88b7541 Remove incorrect android_atomic_...64 use. by Hans Boehm · 11 years ago
  88. 6f4f3ab binder: fix all warnings by Colin Cross · 12 years ago
  89. f683e01 Binder: Make binder portable by Serban Constantinescu · 12 years ago
  90. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 13 years ago
  91. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  92. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  93. 83c0446 some work to try to reduce the code size of some native libraries by Mathias Agopian · 16 years ago
  94. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  95. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago[Renamed from libs/utils/Binder.cpp]
  96. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  97. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  98. 7c1b96a Initial Contribution by The Android Open Source Project · 17 years ago