Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
0e0f1de59bee077a8453b6e45b9a26b982e4d9c7
/
libs
/
binder
/
Parcel.cpp
0e0f1de
Add worksource support to binder calls.
by Olivier Gaillard
· 6 years ago
150b4ef
Revert "binder: Remove ashmem validitiy checks"
by Jorim Jaggi
· 6 years ago
b62b056
binder: Remove ashmem validitiy checks
by Joel Fernandes
· 7 years ago
05827be
Give StrictMode more bits to work with.
by Jeff Sharkey
· 7 years ago
4de83c7
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 am: 450bbf91e9
by Ryo Hashimoto
· 7 years ago
be5b918
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9
by Ryo Hashimoto
· 7 years ago
450bbf9
Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9
by Ryo Hashimoto
· 7 years ago
e3c9030
Merge "Add C++ implementation of ParcelFileDescriptor"
by Treehugger Robot
· 7 years ago
22f140d
resolve merge conflicts of f11e2bd016d886a333345dea853ebda23a408d5c to pi-dev-plus-aosp
by Xin Li
· 7 years ago
f11e2bd
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master
by Xin Li
· 7 years ago
7a96ec4
Make Parcel::readBlob sanity check the fd
by Marco Nelissen
· 7 years ago
fdd8da9
[binder] Replace NULL/0 with nullptr
by Yi Kong
· 7 years ago
9163556
[binder] Replace NULL/0 with nullptr
by Yi Kong
· 7 years ago
bf55189
Add C++ implementation of ParcelFileDescriptor
by Ryo Hashimoto
· 7 years ago
a17f022
Increment when attempting to read protected Parcel Data
by Michael Wachenschwanz
· 7 years ago
61f7750
Disallow reading object data from Parcels with non-object reads am: c517681c66 am: e69532fd03
by Michael Wachenschwanz
· 7 years ago
c720d6e
Disallow reading object data from Parcels with non-object reads am: c517681c66
by Michael Wachenschwanz
· 7 years ago
c517681
Disallow reading object data from Parcels with non-object reads
by Michael Wachenschwanz
· 7 years ago
f854238
Don't pad before calling writeInPlace().
by Martijn Coenen
· 7 years ago
ade8989
libbinder: remove unnecessary check
by Ganesh Mahendran
· 7 years ago
4e99fac
Merge "Changes to support new v4.12.3 headers." am: ab9e842013
by Christopher Ferris
· 7 years ago
dbaa22a
Changes to support new v4.12.3 headers.
by Christopher Ferris
· 7 years ago
747d847
Merge "Fix clang static anaylzer warnings." am: a97d58a21b
by Manoj Gupta
· 7 years ago
6eb6205
Fix clang static anaylzer warnings.
by Manoj Gupta
· 8 years ago
1967749
Merge "DO NOT MERGE Revert "Logging for catching memory issue in Parcel"" into oc-dev
by Michael Wachenschwanz
· 8 years ago
a654163
DO NOT MERGE Revert "Logging for catching memory issue in Parcel"
by Michael Wachenschwanz
· 8 years ago
c8ddb01
Merge "Logging for catching memory issue in Parcel" into oc-dev
by Michael Wachenschwanz
· 8 years ago
c65de59
Logging for catching memory issue in Parcel
by Michael Wachenschwanz
· 8 years ago
2b63174
Correctly set minimum priority on nodes.
by Martijn Coenen
· 8 years ago
15feb9b
Add private helpers needed for job queue.
by Dianne Hackborn
· 8 years ago
6316f5b
libbinder: Add support for Value, Map, and IpPrefix types
by Robert Quattlebaum
· 8 years ago
ec9ec7d
libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC)
by Nick Kralevich
· 8 years ago
457c594
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab am: 953c05276e am: e37a4dc7c4 am: 8ed5e3d7ca am: 9d5dd3f584 am: 9ef37cdcdc
by Christopher Tate
· 8 years ago
e37a4dc
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab
by Christopher Tate
· 8 years ago
02e4440
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950
by Christopher Tate
· 8 years ago
abe293b
resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d
by Christopher Tate
· 8 years ago
79b74d7
resolve merge conflicts of 13c5c34 to mnc-dev
by Christopher Tate
· 8 years ago
ed6937a
Correct overflow check in Parcel resize code am: 8b64307e95
by Christopher Tate
· 8 years ago
8b64307
Correct overflow check in Parcel resize code
by Christopher Tate
· 8 years ago
4423511
Correct overflow check in Parcel resize code
by Christopher Tate
· 8 years ago
d84ff31
Fix fd leak in Binder
by Fabien Sanglard
· 8 years ago
1941a40
Introduce new command callback to shell.
by Dianne Hackborn
· 8 years ago
433e87b
binder: Replace use of resize()/memcpy() with reserve()/insert()
by Paul Lietar
· 8 years ago
213f015
Merge changes from topic 'utf'
by Martijn Coenen
· 8 years ago
57a58d9
Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c am: 9a057a99df
by Mark Salyzyn
· 8 years ago
9a057a9
Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c
by Mark Salyzyn
· 8 years ago
8058936
binder: use ashmem_valid()
by Mark Salyzyn
· 8 years ago
3eaf53e
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
e1d310d
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 8 years ago
206c2b8
Merge "Unicode: specify destination length in utf8_to_utf16 methods"
by Sergio Giro
· 8 years ago
f460743
Unicode: specify destination length in utf8_to_utf16 methods
by Sergio Giro
· 8 years ago
5064822
Merge \\"Add |readString8| method which returns failure\\" am: 115e6ec7e9
by Roshan Pius
· 8 years ago
83b9ea5
Merge \"Add |readString8| method which returns failure\" am: 115e6ec7e9
by Roshan Pius
· 8 years ago
87b64d2
Add |readString8| method which returns failure
by Roshan Pius
· 8 years ago
05cd88a
Add bound checks to utf16_to_utf8 am: 9b39ebe132
by Sergio Giro
· 8 years ago
9b39ebe
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
bd95c70
Merge \"Add bound checks to utf16_to_utf8\" into nyc-mr1-dev am: 9e3a43e817
by Sergio Giro
· 9 years ago
7e93b2d
Add bound checks to utf16_to_utf8
by Sergio Giro
· 9 years ago
c55b4b6
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d am: f91c66a9a8
by Marco Nelissen
· 9 years ago
fb6342d
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d
by Marco Nelissen
· 9 years ago
93bf31f
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376
by Marco Nelissen
· 9 years ago
a824487
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189
by Marco Nelissen
· 9 years ago
bca20d8
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700
by Marco Nelissen
· 9 years ago
56dea28
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258
by Marco Nelissen
· 9 years ago
82afbe2
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d
by Marco Nelissen
· 9 years ago
775f2e6
Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9
by Marco Nelissen
· 9 years ago
1de7966
Correctly handle dup() failure in Parcel::readNativeHandle
by Marco Nelissen
· 9 years ago
d760b81
Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 758973c am: 512926e
by Christopher Wiley
· 9 years ago
2cf1995
libbinder: Replace ScopedFd with base::unique_fd
by Christopher Wiley
· 9 years ago
0cbee9f
Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" am: dcc5575
by Christopher Wiley
· 9 years ago
46ef1a7
Revert "libbinder: Replace ScopedFd with base::unique_fd"
by Christopher Wiley
· 9 years ago
7f38c4b
Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 747c0bb am: 7a07e39
by Treehugger Robot
· 9 years ago
b12c5a6
libbinder: Replace ScopedFd with base::unique_fd
by Christopher Wiley
· 9 years ago
ffc5a84
Merge "Remove spurious log" into nyc-dev am: 7ff357a
by Christopher Tate
· 9 years ago
bf14e94
Remove spurious log
by Christopher Tate
· 9 years ago
fc7e369
Merge "Guard against failed array allocation" into nyc-dev am: 834fde8
by Christopher Tate
· 9 years ago
e4e0ae8
Guard against failed array allocation
by Christopher Tate
· 9 years ago
b5f08e4
Merge "libbinder: Make null handling explicit for strong binders"
by Christopher Wiley
· 9 years ago
35d77ca
libbinder: Make null handling explicit for strong binders
by Christopher Wiley
· 9 years ago
0b1cf33
libbinder: Allow readByteVector to take uint8_t
by Casey Dahlin
· 9 years ago
0e93732
Merge commit 'db5c5bb0259fa024517d9a151726785facba4f02' into HEAD
by Bill Yi
· 9 years ago
185d344
libbinder: Allow readByteVector to take uint8_t
by Casey Dahlin
· 9 years ago
6ff4920
Merge "system_server BINDER_TYPE_FD driver ashmem accessors" am: b23a388c64
by Mark Salyzyn
· 9 years ago
70f3665
system_server BINDER_TYPE_FD driver ashmem accessors
by Mark Salyzyn
· 9 years ago
4ab1dbe
Merge "Add support for decoding UTF16 to UTF8" am: ac4728f8ba am: 7b0c8479ae
by Christopher Wiley
· 9 years ago
ac4728f
Merge "Add support for decoding UTF16 to UTF8"
by Christopher Wiley
· 9 years ago
9a5e32f
Add support for decoding UTF16 to UTF8
by Christopher Wiley
· 9 years ago
393aa43
system_server BINDER_TYPE_FD sockets using ashmem accessors
by Mark Salyzyn
· 9 years ago
9cc62e8
Parcel: file descriptor leak
by Mark Salyzyn
· 9 years ago
8bb1a53
Parcel: include Android coding standard
by Mark Salyzyn
· 9 years ago
4d64cf9
Parcel: LOG_TAG cleanup
by Mark Salyzyn
· 9 years ago
becad77
Merge "system_server BINDER_TYPE_FD sockets using ashmem accessors"
by Mark Salyzyn
· 9 years ago
f6ec7d5
Merge changes I4ebccfd0,I3507bdfd,Iaf02f55c am: acca0abaf1
by Mark Salyzyn
· 9 years ago
eab2afc
system_server BINDER_TYPE_FD sockets using ashmem accessors
by Mark Salyzyn
· 9 years ago
b454d8f
Parcel: file descriptor leak
by Mark Salyzyn
· 9 years ago
abed7f7
Parcel: include Android coding standard
by Mark Salyzyn
· 9 years ago
e93390b
Parcel: LOG_TAG cleanup
by Mark Salyzyn
· 9 years ago
f15194a
Merge "Allow null values for Parcel readers and writers" am: 4df4842186
by Casey Dahlin
· 9 years ago
b987262
Allow null values for Parcel readers and writers
by Casey Dahlin
· 9 years ago
4b5d182
Merge "Fix allocation count" am: b25116f735
by Colin Cross
· 9 years ago
Next »