1. 4b3a08c jni: more O_CLOEXECs by Nick Kralevich · 6 years ago
  2. c1493b2 Move proxy debug info dumping back to Java. by Martijn Coenen · 6 years ago
  3. e52bb7d JavaBBinder: implement getInterfaceDescriptor by Steven Moreland · 6 years ago
  4. dfa390e Serialize calls into BinderProxy. by Martijn Coenen · 6 years ago
  5. df7675f Merge "Don't use cutils/Atomic.h" am: 07735797a2 am: a272d540d8 am: 0f4ca4a5c0 by Steven Moreland · 6 years ago
  6. fb7952f Don't use cutils/Atomic.h by Steven Moreland · 6 years ago
  7. 03477cb Avoid BinderProxy duplicate native registration by Hans Boehm · 6 years ago
  8. a13430a Merge "Fix gNumProxies double increment." am: 18f8500e32 am: 1b4f537429 by Martijn Coenen · 7 years ago
  9. 5183c0e Fix gNumProxies double increment. by Martijn Coenen · 7 years ago
  10. 48cfe03 Merge "Disable integer sanitization in gcIfManyNewRefs." am: 3485c844a0 am: 55f259d322 by Ivan Lozano · 7 years ago
  11. 2ea7135 Disable integer sanitization in gcIfManyNewRefs. by Ivan Lozano · 7 years ago
  12. c9d246f Merge "Don't allocate GlobalRefs for BinderProxy" am: 1455a1d0c0 am: b4210d8160 by Hans Boehm · 7 years ago
  13. 1602cb5 Merge "Convert Binder & BinderProxy to NativeAllocationRegistry" am: bd6d3c5743 am: a177c5c9d2 by Hans Boehm · 7 years ago
  14. 29f388f Don't allocate GlobalRefs for BinderProxy by Hans Boehm · 7 years ago
  15. 5e5b13f Convert Binder & BinderProxy to NativeAllocationRegistry by Hans Boehm · 7 years ago
  16. 5518246 Java side setup and access to Binder Proxy Tracking by Michael Wachenschwanz · 7 years ago
  17. 3d5811d Binder: Update to new ScopedLocalRef by Andreas Gampe · 7 years ago
  18. 2b1494f Binder: Clean up JNI code by Andreas Gampe · 7 years ago
  19. 176e3e2 Binder: Change reaction to Error by Andreas Gampe · 7 years ago
  20. 6f0d970 Merge "Naming fix and add comments" am: 3c03d5bd2b am: 24b9851605 am: 4a901144fe by Hans Boehm · 7 years ago
  21. c9532e8 Merge "Naming fix and add comments" am: 3c03d5bd2b am: 24b9851605 am: 4a901144fe by Hans Boehm · 7 years ago
  22. eb6d62c Naming fix and add comments by Hans Boehm · 7 years ago
  23. 8571ec3 Binder: Update to new ScopedLocalRef by Andreas Gampe · 7 years ago
  24. 75a75d6 Binder: Change reaction to Error by Andreas Gampe · 7 years ago
  25. 625e000 Binder: Clean up JNI code by Andreas Gampe · 7 years ago
  26. 1cd76f5 Binder: Change reaction to Error by Andreas Gampe · 7 years ago
  27. 2279b25 frameworks/base: use proper nativehelper headers by Steven Moreland · 7 years ago
  28. b25a532 Rename Binder.destroy() to Binder.destroyBinder(). by Vladimir Marko · 7 years ago
  29. 58383ba Binder: Add more logging on Error by Andreas Gampe · 7 years ago
  30. cfd0f9b Binder: Log details of pending exception. by Narayan Kamath · 7 years ago
  31. 83a24af Binder: Be forceful about a forceful exit. by Narayan Kamath · 7 years ago
  32. 52eb4e0 Replace cutils/log.h and log/logger.h with log/log.h by Mark Salyzyn · 8 years ago
  33. eef4a3d Increase the max binder thread pool size for system_server. by Tim Murray · 8 years ago
  34. 10c3a28 BinderProxy native destruction resilience by Christopher Tate · 8 years ago
  35. a94fc52 Map Errors.h's UNEXPECTED_NULL to NullPointerException by Christopher Wiley · 9 years ago
  36. ffd5864 Throw DeadObjectException on failed transaction, not RuntimeException by Christopher Tate · 9 years ago
  37. 02ca7a7 Don't throw TransactionTooLargeException for small payloads by Christopher Tate · 9 years ago
  38. e5c4262 Improve reporting to apps of transaction too large failures. by Dianne Hackborn · 9 years ago
  39. 090c08f Close race condition in binderDied() by Christopher Tate · 9 years ago
  40. 876b7d8f Properly describe exception by Mathieu Chartier · 9 years ago
  41. d7fdd02 Added watchdog monitor for Binder threads availability. by Wale Ogunwale · 9 years ago
  42. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  43. 8e357bf Merge "Fix clang warnings in core/jni." by Dan Albert · 10 years ago
  44. 6698749 Add appropriate casts for char16_t. by Dan Albert · 10 years ago
  45. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  46. 987f79f Frameworks/base: Replace LOG_FATAL_IF in core/jni by Andreas Gampe · 10 years ago
  47. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  48. ed1589d am 9cf01b63: Merge "More work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev by Dianne Hackborn · 10 years ago
  49. ce92b0d More work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  50. 042b32c am 0b1eb9d4: Merge "Work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev by Dianne Hackborn · 10 years ago
  51. 017c6a2 Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  52. cbed4e5 am be39e991: am 977c4a5b: Merge "Clean up ExceptionOccurred." by Mathieu Chartier · 10 years ago
  53. 98671c3 Clean up ExceptionOccurred. by Mathieu Chartier · 10 years ago
  54. 7380d86 am 72d3cef8: am 708da446: Merge "Use gettid directly in frameworks JNI." by Elliott Hughes · 10 years ago
  55. 06451fe Use gettid directly in frameworks JNI. by Elliott Hughes · 10 years ago
  56. 177b187 am 021cf13e: am 7782c6b3: Merge "Fix JNI error in exception reporting." by Mathieu Chartier · 10 years ago
  57. cf6775e Fix JNI error in exception reporting. by Mathieu Chartier · 10 years ago
  58. d1a7fca Fix JNI error in exception reporting. by Mathieu Chartier · 10 years ago
  59. cbefd8d Battery stats more wake history, power save mode. by Dianne Hackborn · 10 years ago
  60. 5b6da1a jni: binder ptrdiff_t compile issues by Mark Salyzyn · 10 years ago
  61. cfd91e7 jni: binder 64-bit compile issues by Mark Salyzyn · 10 years ago
  62. 8ab665d AArch64: Make Binder and Parcel 64-bit compatible by Ashok Bhat · 11 years ago
  63. 4a72b30 Merge "fix possible buffer overrun and memory leak" by Elliott Hughes · 11 years ago
  64. 44bc186 replace cutils/logger.h with log/logger.h by Colin Cross · 11 years ago
  65. ec3d44c fix possible buffer overrun and memory leak by Sungmin Choi · 12 years ago
  66. 2b4d22c Disable various sampling event logs. by Jeff Sharkey · 11 years ago
  67. a4ca8ea Fix reference cycle in InputEventReceiver and Sender. by Jeff Brown · 11 years ago
  68. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  69. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  70. a53de06 Add callback hack to find out when to load system properties. by Dianne Hackborn · 12 years ago
  71. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  72. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  73. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  74. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  75. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  76. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  77. fe2d4ab am 698d3de6: am e7de36e6: Merge "Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022" into ics-mr1 by Jeff Brown · 13 years ago
  78. 0bde66a Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022 by Jeff Brown · 13 years ago
  79. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  80. c04db7e Fix handling of "allow fds" state. by Dianne Hackborn · 13 years ago
  81. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  82. 0d4a792 Fix JNI for warning about failure to unlink DeathRecipients by Christopher Tate · 13 years ago
  83. ac5e350 Warn if we're tearing down "live" DeathRecipient content [take 2] by Christopher Tate · 13 years ago
  84. 055fa08 Revert "Warn only if we're tearing down "live" DeathRecipient content" by Guang Zhu · 13 years ago
  85. 2611f89 Warn only if we're tearing down "live" DeathRecipient content by Christopher Tate · 13 years ago
  86. 86284c6 Stop leaking DeathRecipient and BinderProxy instances by Christopher Tate · 13 years ago
  87. 9013ccd Check for exceptions before calling back into Java by Bjorn Bringert · 13 years ago
  88. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  89. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  90. e17aeb3 Improve activity manager debug dumps. by Dianne Hackborn · 13 years ago
  91. f58f041 am cffde30f: am 44220a56: Merge "Add some debug code to try to track down issue 3183612" into gingerbread by Dianne Hackborn · 13 years ago
  92. cf3004a Add some debug code to try to track down issue 3183612 by Dianne Hackborn · 13 years ago
  93. 79dd31f Don't fail unlinking death recipients on dead binders by Christopher Tate · 13 years ago
  94. bd8b6f2 Fix binder proxy death notice tracking by Christopher Tate · 13 years ago
  95. c9119f5 Add ParcelFileDescriptor APIs to get raw fd. by Dianne Hackborn · 13 years ago
  96. 20ccb06 Merge "Fix Parcel.writeNative to not ignore 'offset'." by Elliott Hughes · 13 years ago
  97. a28b83e Fix Parcel.writeNative to not ignore 'offset'. by Elliott Hughes · 13 years ago
  98. 0b41448 Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 13 years ago
  99. e2ed956 Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens" by Christopher Tate · 13 years ago
  100. c2d55dd8 Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 13 years ago