summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_util_zip_Inflater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deflater in / out counts for inputs > 4G.Narayan Kamath2015-01-301-2/+7
* Move from UniquePtr to std::unique_ptr.Ian Rogers2014-11-041-1/+1
* Better error messages for zlib errorsKenny Root2013-08-221-4/+7
* Add icu4c-backed transliteration.Elliott Hughes2013-02-041-1/+1
* Make libjavacore independent of libnativehelper for the PDK.Elliott Hughes2012-05-041-2/+2
* Slight cleanup of java.util.zip code, plus a bug fix.Elliott Hughes2010-12-031-49/+36
* Remove most of our C-style casts.Elliott Hughes2010-08-121-10/+10
* Fix a long-latent bug in the zip code, exposed by -Xjniopts:forcecopy.Elliott Hughes2010-07-161-2/+2
* Add null-pointer checking to ScopedPrimitiveArray.Elliott Hughes2010-07-121-1/+0
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-4/+4
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-4/+28
* Fixing a bug in inflate where refilling a file doesn't update the zip stream.Jesse Wilson2010-06-031-0/+4
* Add write-back ScopedPrimitiveArrays (and use them).Elliott Hughes2010-05-201-1/+1
* Expand upon the old ScopedByteArray, and start removing some of the Get/Relea...Elliott Hughes2010-05-171-5/+4
* Fix sim build, remove static initalizers from Deflater/Inflater.Elliott Hughes2010-05-071-15/+11
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-4/+4
* Clean up the zlib-related native code.Elliott Hughes2010-05-071-0/+164