index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
ParcelFileDescriptor.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
ParcelFileDescriptor: Stop the panic
Simao Gomes Viana
2022-10-26
1
-1
/
+5
*
Clarify javadocs about mode to parse file.
Corina
2021-05-18
1
-2
/
+20
*
Revert "Restore file truncation where expected."
Corina Grigoras
2021-05-04
1
-49
/
+9
*
Restore file truncation where expected.
Jeff Sharkey
2021-04-28
1
-9
/
+49
*
Updates based on API council feedback.
Jeff Sharkey
2020-03-06
1
-2
/
+0
*
Final push to build against SDK.
Jeff Sharkey
2020-01-08
1
-3
/
+22
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Reveal color standard, transfer, and range.
Jeff Sharkey
2019-10-10
1
-0
/
+11
*
Merge "Add comment that mWrapped ==> mClosed"
TreeHugger Robot
2019-09-19
1
-0
/
+2
|
\
|
*
Add comment that mWrapped ==> mClosed
Hans Boehm
2019-05-30
1
-0
/
+2
*
|
Add StorageSessionController
Zim
2019-08-29
1
-2
/
+3
*
|
Fix regression in PFD#fromData
John Reck
2019-07-26
1
-5
/
+9
|
/
*
Merge "Add @UnsupportedAppUsage annotations"
Andrei-Valentin Onea
2019-03-18
1
-0
/
+4
|
\
|
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-15
1
-0
/
+4
*
|
Merge "ParcelFileDescriptor: improve javadoc." am: c4e2b24d87 am: bc7222d46d
Josh Gao
2019-03-15
1
-1
/
+28
|
\
\
|
|
/
|
/
|
|
*
ParcelFileDescriptor: improve javadoc.
Josh Gao
2019-03-08
1
-1
/
+28
*
|
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
|
Get CtsProviderTestCases building against API.
Jeff Sharkey
2019-01-27
1
-0
/
+2
*
|
Merge "ParcelFileDescriptor: fix various ownership mistakes." am: 8d7976a37e ...
Josh Gao
2019-01-24
1
-8
/
+24
|
\
|
|
*
Merge "ParcelFileDescriptor: fix various ownership mistakes."
Josh Gao
2019-01-24
1
-8
/
+24
|
|
\
|
|
*
ParcelFileDescriptor: fix various ownership mistakes.
Josh Gao
2018-11-09
1
-8
/
+24
*
|
|
ParcelFileDescriptor: updates for O_CLOEXEC (API >= Q)
Nick Kralevich
2018-12-18
1
-8
/
+25
*
|
|
Redact location Exif tags when no permission.
Jeff Sharkey
2018-12-03
1
-8
/
+10
*
|
|
Merge "ParcelFileDescriptor: warn about comm int coupling." am: 22350fbefb am...
Steven Moreland
2018-11-15
1
-0
/
+3
|
\
|
|
|
*
|
ParcelFileDescriptor: warn about comm int coupling.
Steven Moreland
2018-11-14
1
-0
/
+3
|
|
/
*
|
Merge "Close PFD.AutoClose{In,Out}putStream before the PFD itself." am: 8fe23...
Josh Gao
2018-11-12
1
-4
/
+4
|
\
|
|
*
Close PFD.AutoClose{In,Out}putStream before the PFD itself.
Josh Gao
2018-11-09
1
-4
/
+4
*
|
Converge towards consistent modes API.
Jeff Sharkey
2018-10-29
1
-16
/
+1
*
|
Utilities for content:// Uris and file modes.
Jeff Sharkey
2018-09-12
1
-22
/
+1
|
/
*
ParcelFileDescriptor: support bionic's fd ownership tracking.
Josh Gao
2018-07-20
1
-2
/
+7
*
Remove unneeded JNI method
John Reck
2018-07-16
1
-1
/
+1
*
Parcel: Avoid NPE in finalization
Andreas Gampe
2017-10-10
1
-1
/
+3
*
Specify behavior around DocumentsProvider#openDocument().
Garfield Tan
2017-05-16
1
-1
/
+2
*
Add a new "virtual disk" feature.
Jeff Sharkey
2017-03-25
1
-2
/
+33
*
Clear cache space when allocating bytes.
Jeff Sharkey
2017-02-21
1
-0
/
+19
*
Make CotentResolver#openInputStream handle errors from reliable pipes.
Tomasz Mikolajewski
2016-05-30
1
-0
/
+28
*
Unmount appfuse when the device FD is closed.
Daichi Hirono
2015-12-22
1
-0
/
+13
*
Fix the PFD detachFd issue.
Makoto Onuki
2015-06-11
1
-0
/
+3
*
DO NOT MERGE Fix DropBoxManager.Entry parcels with fds.
Tim Kilbourn
2015-06-04
1
-6
/
+4
*
Rename file descriptor listener API.
Jeff Brown
2015-05-15
1
-6
/
+6
*
Avoid rebuilding epoll set when PFD status report is done.
Jeff Brown
2015-03-12
1
-3
/
+4
*
Revert "Revert "Update ParcelFileDescriptor to use non-blocking I/O.""
Jeff Brown
2015-03-12
1
-39
/
+31
*
Revert "Update ParcelFileDescriptor to use non-blocking I/O."
Jeff Brown
2015-03-12
1
-31
/
+39
*
Update ParcelFileDescriptor to use non-blocking I/O.
Jeff Brown
2015-03-11
1
-39
/
+31
*
ParcelFileDescriptor: add support for non-stream socket pairs.
Mike Lockwood
2014-12-01
1
-2
/
+16
*
resolved conflicts for merge of 3ce4f3d0 to master
Elliott Hughes
2014-04-28
1
-20
/
+20
|
\
|
*
Track libcore.os' move to android.system.
Elliott Hughes
2014-04-28
1
-20
/
+20
*
|
am d720ef54: am caf6497b: am 683cf1bf: Merge "Changes to support asynchronous...
Neil Fuller
2014-04-23
1
-0
/
+7
|
\
|
|
*
Changes to support asynchronous close interruption
Neil Fuller
2014-04-23
1
-0
/
+7
*
|
am d8a81d06: am fd38f940: am ac4bf7fd: Merge "Skip writing PFD status when co...
Jeff Sharkey
2013-10-25
1
-25
/
+27
|
\
|
[next]