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