summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Binder.java
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Make Binder and Parcel 64-bit compatibleAshok Bhat2014-01-231-4/+4
* Fix issue #10310128: CTS: android.security.cts.ServicePermissionsTestDianne Hackborn2013-09-201-1/+0
* Binder: Log exceptions originating from the binder stub for oneway callsIgor Murashkin2013-09-051-0/+10
* Refactor ProcessStats, ProcessTracker.Dianne Hackborn2013-08-061-2/+15
* Faster PrintWriter.Dianne Hackborn2013-06-211-2/+3
* Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESSDianne Hackborn2013-05-061-2/+31
* Correctly manage the lifecycle of IME InputChannels.Jeff Brown2013-04-041-1/+9
* Add Binder.getCallingUserHandle().Dianne Hackborn2012-09-071-1/+13
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-28/+0
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* docs: fix broken linksScott Main2012-08-061-1/+1
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+30
* Clear reply before writing exception.Jeff Sharkey2011-12-141-0/+3
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-3/+2
* Improve activity manager debug dumps.Dianne Hackborn2011-04-071-0/+33
* Fix binder proxy death notice trackingChristopher Tate2011-03-011-0/+1
* am d34c1495: Merge "Prevent system crash when OOM in Binder thread."Jean-Baptiste Queru2010-11-171-0/+4
|\
| * Prevent system crash when OOM in Binder thread.Mattias Petersson2010-11-051-0/+4
* | Fix StrictMode for Binder.dump()Brad Fitzpatrick2010-07-261-1/+11
* | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-0/+2
* | More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+24
|/
* Clarify some Binder docs regarding things that are thread-local.Brad Fitzpatrick2010-03-251-8/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+355
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-355/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-11/+33
* Initial ContributionThe Android Open Source Project2008-10-211-0/+333