summaryrefslogtreecommitdiff
path: root/core/java/android/util/MemoryIntArray.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-1/+1
|\
| * Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | Change close guard logged messagesIoannis Ilkos2021-12-211-2/+2
|/
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+4
* MemoryIntArray: dup in writeToParcel.Josh Gao2019-05-151-6/+4
* Revert "MemoryIntArray: track the owned file descriptor in a PFD."Svet Ganov2019-05-101-19/+22
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* MemoryIntArray: track the owned file descriptor in a PFD.Josh Gao2018-08-091-22/+19
* Merge "Init MemoryIntArray#mFd with -1" am: d6eaa80590 am: a3f14a1531 am: b12...Svetoslav Ganov2017-05-121-1/+1
|\
| * Merge "Init MemoryIntArray#mFd with -1" am: d6eaa80590 am: a3f14a1531Svetoslav Ganov2017-05-121-1/+1
| |\
| | * Merge "Init MemoryIntArray#mFd with -1"Svetoslav Ganov2017-05-111-1/+1
| | |\
| | | * Init MemoryIntArray#mFd with -1Tetsutoki Shiozawa2017-02-271-1/+1
| | * | Fix vulnerability in MemoryIntArraySvetoslav Ganov2016-12-091-37/+21
| | * | Revert "Fix vulnerability in MemoryIntArray am: a97171ec49"Bill Napier2016-12-081-21/+37
| | * | Fix vulnerability in MemoryIntArraySvetoslav Ganov2016-12-081-37/+21
| | * | Revert "Fix vulnerability in MemoryIntArray"Svetoslav Ganov2016-12-081-21/+37
| | * | Fix vulnerability in MemoryIntArraySvetoslav Ganov2016-12-081-37/+21
| | * | Revert "Fix vulnerability in MemoryIntArray"Aart Bik2016-12-081-22/+37
| | * | Fix vulnerability in MemoryIntArraySvetoslav Ganov2016-12-071-37/+22
| | * | Properly close fd backing a MemoryIntArraySvetoslav Ganov2016-08-311-26/+24
* | | | Properly guard access to CloseGuard in finalizers.Narayan Kamath2017-04-031-1/+4
|/ / /
* | | Fix vulnerability in MemoryIntArraySvetoslav Ganov2016-12-071-39/+21
* | | resolve merge conflicts of a2c1196 to masterSvetoslav Ganov2016-08-311-27/+25
|\ \ \ | | |/ | |/|
| * | Properly close fd backing a MemoryIntArraySvetoslav Ganov2016-08-301-26/+24
| |/
* / Polish MemoryIntArraySvet Ganov2016-08-291-4/+16
|/
* Make settings cahches generation mechanism robust.Svetoslav Ganov2016-05-131-4/+8
* Ensure local settings caches are not staleSvet Ganov2016-04-261-0/+258