summaryrefslogtreecommitdiffstats
path: root/libs/binder/Parcel.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 708b42e0: am eba7afcc: am 2f340be3: Disregard alleged binder entities beyo...Christopher Tate2015-07-021-1/+1
|\
| * Disregard alleged binder entities beyond parcel boundsChristopher Tate2015-06-241-1/+1
* | am 8728c390: am 2c4f5fde: am 861c3f56: am 9004e7f5: am 4ff0cb44: Verify that ...Adam Lesinski2015-05-281-0/+4
|\ \ | |/
| * am 861c3f56: am 9004e7f5: am 4ff0cb44: Verify that the native handle was createdAdam Lesinski2015-05-281-0/+4
| |\
| | * am 9004e7f5: am 4ff0cb44: Verify that the native handle was createdAdam Lesinski2015-05-281-0/+4
| | |\
| | | * Verify that the native handle was createdAdam Lesinski2015-05-131-0/+4
* | | | am 8f3ade0c: Merge "Follow StrictMode refactoring."Jeff Sharkey2015-01-161-1/+1
|\ \ \ \
| * | | | Follow StrictMode refactoring.Jeff Sharkey2015-01-141-1/+1
* | | | | am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel"Dan Stoza2014-12-011-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | binder: Add {read,write}Uint32 methods to ParcelDan Stoza2014-12-011-0/+15
* | | | | am c894c204: Merge "C++11 compatibility."Dan Albert2014-11-201-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | C++11 compatibility.Dan Albert2014-11-201-1/+1
| |/ /
* | | Fix issue #18356768: some app process may hang at Runtime#exit...Dianne Hackborn2014-11-131-14/+22
* | | Add tracking of parcel memory allocations.Dianne Hackborn2014-11-111-1/+49
* | | Revert "Add more logging for dup(fd) failure"Jesse Hall2014-11-041-15/+3
* | | Revert "Parcel: extra validation/debug code for writeDupFileDescriptor"Jesse Hall2014-11-041-25/+0
|/ /
* | Fix broken error check in Parcel::readBlobNarayan Kamath2014-10-081-1/+1
* | Parcel: extra validation/debug code for writeDupFileDescriptorJesse Hall2014-10-061-0/+25
* | Add more logging for dup(fd) failureMichael Lentine2014-10-021-3/+15
* | Remove Parcel::writeIntPtr.Narayan Kamath2014-06-121-5/+0
* | Merge "Fix mips build for libbinder."Narayan Kamath2014-06-041-0/+1
|\ \
| * | Fix mips build for libbinder.Narayan Kamath2014-06-041-0/+1
* | | am f0a24759: am a28750ee: Merge "binder: Turn on -Werror"Mark Salyzyn2014-06-031-62/+62
|\ \ \ | |/ / |/| |
| * | am a28750ee: Merge "binder: Turn on -Werror"Mark Salyzyn2014-06-031-62/+62
| |\ \
| | * | binder: Turn on -WerrorMark Salyzyn2014-06-031-62/+62
* | | | am 57fdbbda: am 4314ccd1: am 70278fbf: Merge "Add error message for hints whe...Jesse Hall2014-05-051-1/+6
|\ \ \ \ | |/ / /
| * | | am 4314ccd1: am 70278fbf: Merge "Add error message for hints when exceptions ...Jesse Hall2014-05-051-1/+6
| |\ \ \ | | |/ /
| | * | am 70278fbf: Merge "Add error message for hints when exceptions occur during ...Jesse Hall2014-05-051-1/+6
| | |\ \
| | | * | Add error message for hints when exceptions occur during binder transactions.Jun Jiang2014-04-291-1/+6
| | | * | Binder: Make sure binder objects do not overlapArve Hjønnevåg2014-02-241-0/+12
| | * | | am 5b61ad2c: Check the padded size of the read byte arrayKenny Root2014-03-171-2/+4
| | |\ \ \ | | | | |/ | | | |/|
| | * | | am f0190bff: Add support for writing byte arrays to parcelsMarco Nelissen2014-03-141-0/+10
| | |\ \ \
| | * \ \ \ am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603Arve Hjønnevåg2014-03-101-0/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | am 74be0f7b: Merge "binder: fix all warnings"Colin Cross2014-03-071-11/+12
| | |\ \ \ \
| | * \ \ \ \ am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c64312,I59528054,...Arve Hjønnevåg2014-03-071-47/+68
| | |\ \ \ \ \
* | | \ \ \ \ \ am ca609e43: am 38e2aaaa: am 5b61ad2c: Check the padded size of the read byte...Kenny Root2014-03-171-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am 38e2aaaa: am 5b61ad2c: Check the padded size of the read byte arrayKenny Root2014-03-171-2/+4
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Check the padded size of the read byte arrayKenny Root2014-03-171-2/+4
| | | |_|_|_|/ | | |/| | | |
* | | | | | | am 793be12c: am b730a452: am f0190bff: Add support for writing byte arrays to...Marco Nelissen2014-03-151-0/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am b730a452: am f0190bff: Add support for writing byte arrays to parcelsMarco Nelissen2014-03-141-0/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add support for writing byte arrays to parcelsMarco Nelissen2014-03-131-0/+10
| | |/ / / /
* | | | | | am c5294424: am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603Arve Hjønnevåg2014-02-221-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603Arve Hjønnevåg2014-02-221-0/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Binder: Fix some valgrind errors.Arve Hjønnevåg2014-02-181-0/+3
| | | |_|/ | | |/| |
* | | | | am 6f286114: Revert "Fix "Binder: Make sure binder objects do not overlap" to...Arve Hjønnevåg2014-02-201-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Fix "Binder: Make sure binder objects do not overlap" to work old bin...Arve Hjønnevåg2014-02-191-4/+4
* | | | | am 9b5c3b91: am d5a354c6: am d06f6b00: am 67903293: Fix "Binder: Make sure bi...Arve Hjønnevåg2014-02-201-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | am d5a354c6: am d06f6b00: am 67903293: Fix "Binder: Make sure binder objects ...Arve Hjønnevåg2014-02-201-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix "Binder: Make sure binder objects do not overlap" to work old binder kern...Arve Hjønnevåg2014-02-191-4/+4
* | | | | am 7cc5b880: am e45636a8: am d437364e: am f50b9eaa: Binder: Make sure binder ...Arve Hjønnevåg2014-02-191-0/+12
|\ \ \ \ \ | |/ / / /