summaryrefslogtreecommitdiff
path: root/core/java/android/os/ParcelFileDescriptor.java
AgeCommit message (Expand)Author
2021-05-18Clarify javadocs about mode to parse file.Corina
2021-05-04Revert "Restore file truncation where expected."Corina Grigoras
2021-04-28Restore file truncation where expected.Jeff Sharkey
2020-03-06Updates based on API council feedback.Jeff Sharkey
2020-01-08Final push to build against SDK.Jeff Sharkey
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-10-10Reveal color standard, transfer, and range.Jeff Sharkey
2019-09-19Merge "Add comment that mWrapped ==> mClosed"TreeHugger Robot
2019-08-29Add StorageSessionControllerZim
2019-07-26Fix regression in PFD#fromDataJohn Reck
2019-05-30Add comment that mWrapped ==> mClosedHans Boehm
2019-03-18Merge "Add @UnsupportedAppUsage annotations"Andrei-Valentin Onea
2019-03-15Merge "ParcelFileDescriptor: improve javadoc." am: c4e2b24d87 am: bc7222d46dJosh Gao
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-03-08ParcelFileDescriptor: improve javadoc.Josh Gao
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-27Get CtsProviderTestCases building against API.Jeff Sharkey
2019-01-24Merge "ParcelFileDescriptor: fix various ownership mistakes." am: 8d7976a37e ...Josh Gao
2019-01-24Merge "ParcelFileDescriptor: fix various ownership mistakes."Josh Gao
2018-12-18ParcelFileDescriptor: updates for O_CLOEXEC (API >= Q)Nick Kralevich
2018-12-03Redact location Exif tags when no permission.Jeff Sharkey
2018-11-15Merge "ParcelFileDescriptor: warn about comm int coupling." am: 22350fbefb am...Steven Moreland
2018-11-14ParcelFileDescriptor: warn about comm int coupling.Steven Moreland
2018-11-12Merge "Close PFD.AutoClose{In,Out}putStream before the PFD itself." am: 8fe23...Josh Gao
2018-11-09ParcelFileDescriptor: fix various ownership mistakes.Josh Gao
2018-11-09Close PFD.AutoClose{In,Out}putStream before the PFD itself.Josh Gao
2018-10-29Converge towards consistent modes API.Jeff Sharkey
2018-09-12Utilities for content:// Uris and file modes.Jeff Sharkey
2018-07-20ParcelFileDescriptor: support bionic's fd ownership tracking.Josh Gao
2018-07-16Remove unneeded JNI methodJohn Reck
2017-10-10Parcel: Avoid NPE in finalizationAndreas Gampe
2017-05-16Specify behavior around DocumentsProvider#openDocument().Garfield Tan
2017-03-25Add a new "virtual disk" feature.Jeff Sharkey
2017-02-21Clear cache space when allocating bytes.Jeff Sharkey
2016-05-30Make CotentResolver#openInputStream handle errors from reliable pipes.Tomasz Mikolajewski
2015-12-22Unmount appfuse when the device FD is closed.Daichi Hirono
2015-06-11Fix the PFD detachFd issue.Makoto Onuki
2015-06-04DO NOT MERGE Fix DropBoxManager.Entry parcels with fds.Tim Kilbourn
2015-05-15Rename file descriptor listener API.Jeff Brown
2015-03-12Avoid rebuilding epoll set when PFD status report is done.Jeff Brown
2015-03-12Revert "Revert "Update ParcelFileDescriptor to use non-blocking I/O.""Jeff Brown
2015-03-12Revert "Update ParcelFileDescriptor to use non-blocking I/O."Jeff Brown
2015-03-11Update ParcelFileDescriptor to use non-blocking I/O.Jeff Brown
2014-12-01ParcelFileDescriptor: add support for non-stream socket pairs.Mike Lockwood
2014-04-28resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes
2014-04-28Track libcore.os' move to android.system.Elliott Hughes
2014-04-23am d720ef54: am caf6497b: am 683cf1bf: Merge "Changes to support asynchronous...Neil Fuller
2014-04-23Changes to support asynchronous close interruptionNeil Fuller
2013-10-25am d8a81d06: am fd38f940: am ac4bf7fd: Merge "Skip writing PFD status when co...Jeff Sharkey
2013-10-25Skip writing PFD status when comm is closed.Jeff Sharkey