summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-19Merge "Define ZLIB_CONST to add constness." am: 359dfd46c0Tao Bao
am: d3551e86bb Change-Id: I2c9647f4b5314363cb26a30f180da388fe043615
2017-01-19Merge "Define ZLIB_CONST to add constness."Tao Bao
am: 359dfd46c0 Change-Id: I2afcd7992476b55218892e6d48966fd20a218222
2017-01-19Merge "Define ZLIB_CONST to add constness."linaro-upstream-1.2.11Treehugger Robot
2017-01-18Define ZLIB_CONST to add constness.Tao Bao
The next_in and msg fields in z_stream will become pointers to const data. Test: m checkbuild Change-Id: I4383eb2387eb1ab423591a2d1a4f4470b540f835
2017-01-17Merge "Update zlib to 1.2.11" am: 540b6fc70bNarayan Kamath
am: ce09c4abe5 Change-Id: I6d50bfb7b2b8aa95955fac34170f7c6f8da1593f
2017-01-17Merge "Update zlib to 1.2.11"Narayan Kamath
am: 540b6fc70b Change-Id: I9f1d6ea808d018fa63536569cf517c4287ce3292
2017-01-17Merge "Update zlib to 1.2.11"Narayan Kamath
2017-01-16Merge "zlib: build src/test/example.c" am: 46b4dab272Narayan Kamath
am: 22dc80586c Change-Id: I4477fa18a60a62d4e088b2f6a9c41905a7d3afd5
2017-01-16Merge "zlib: build src/test/example.c"Narayan Kamath
am: 46b4dab272 Change-Id: I55b76f1742e4145fe6930ec3972171285916c041
2017-01-16Merge "zlib: build src/test/example.c"Narayan Kamath
2017-01-16zlib: build src/test/example.cNarayan Kamath
Despite the misleading name, it's as close to a unit test that we'll get. Test: make Change-Id: Ic10ade9c5d0295041b26ff878f2476c900196a88
2017-01-16Update zlib to 1.2.11Narayan Kamath
Changes in 1.2.11 (15 Jan 2017) - Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input These changes fixed regressions caused by the 1.2.10 update in 58fbca4fa3a270861febdcd59438acb9fe4011a1 which was subsequently reverted. Bug: 34098691 Test: make Test: run cts -m CtsLibcoreTestCases Change-Id: Ie7818a7c0e072d4098ec4052ef212b5334e6c685
2017-01-06Merge "Unversion NDK stub libraries." am: ae57d9e4b3Dan Albert
am: 5f3bfb432f Change-Id: I5bc14d2182e17700f65aa8b915306428c42a1f17
2017-01-06Merge "Unversion NDK stub libraries."Dan Albert
am: ae57d9e4b3 Change-Id: I2c38a2c929cbbe00d7a3188ac23bafc8543ab04f
2017-01-06Merge "Unversion NDK stub libraries."android-n-mr2-preview-1Treehugger Robot
2017-01-05Unversion NDK stub libraries.Dan Albert
The system versions of these libraries aren't versioned yet. Bug: https://github.com/android-ndk/ndk/issues/278 Test: make ndk Change-Id: I5cc0910b9e157cada73cf746aeb1ac889d9dbee1
2017-01-04Merge "Revert "Upgrade to zlib 1.2.10."" am: 5b9866788eNarayan Kamath
am: e2629eac64 Change-Id: Ib47a43220ccab109216bd323e450c591458111c4
2017-01-04Merge "Revert "Upgrade to zlib 1.2.10.""Narayan Kamath
am: 5b9866788e Change-Id: I4984c27858f541f59c2a61683ebae0df023ccb99
2017-01-04Merge "Revert "Upgrade to zlib 1.2.10.""Narayan Kamath
2017-01-04Revert "Upgrade to zlib 1.2.10."Narayan Kamath
This reverts commit 58fbca4fa3a270861febdcd59438acb9fe4011a1. Libcore CTS test failures : org.apache.harmony.tests.java.util.zip.DeflaterTest#test_ConstructorIZ zlib appears to report an incorrect total_bytes count. needs further investigation. Change-Id: Ia34aab28243ab641f3527cb17ef29db5943be0c3
2017-01-04Merge "update_zlib: Fix regex for detecting versions." am: 1fb88b556cNarayan Kamath
am: 3a0e9f89e1 Change-Id: I877f4d7739a6b7a3abceedc74335dd53212bf5c2
2017-01-04Merge "Upgrade to zlib 1.2.10." am: b0c8155c8cNarayan Kamath
am: cfe360fda7 Change-Id: I9c1f4a16e671c150c8154d369c71e0584373d4cb
2017-01-04Merge "update_zlib: Fix regex for detecting versions."Narayan Kamath
am: 1fb88b556c Change-Id: Ie70871fda66a9fe8caadfc1bf66efb03ef3859cb
2017-01-04Merge "Upgrade to zlib 1.2.10."Narayan Kamath
am: b0c8155c8c Change-Id: I14bf4e560cf662b9a71f31829cb6601d144f1b6c
2017-01-04Merge "update_zlib: Fix regex for detecting versions."Narayan Kamath
2017-01-04Merge "Upgrade to zlib 1.2.10."Narayan Kamath
2017-01-03Upgrade to zlib 1.2.10.Alexander Martinz
From the upstream ChangeLog: Changes in 1.2.10 (2 Jan 2017) - Avoid warnings on snprintf() return value - Fix bug in deflate_stored() for zero-length input - Fix bug in gzwrite.c that produced corrupt gzip files - Remove files to be installed before copying them in Makefile.in - Add warnings when compiling with assembler code Changes in 1.2.9 (31 Dec 2016) - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] - Improve contrib/blast to return unused bytes - Assure that gzoffset() is correct when appending - Improve compress() and uncompress() to support large lengths - Fix bug in test/example.c where error code not saved - Remedy Coverity warning [Randers-Pehrson] - Improve speed of gzprintf() in transparent mode - Fix inflateInit2() bug when windowBits is 16 or 32 - Change DEBUG macro to ZLIB_DEBUG - Avoid uninitialized access by gzclose_w() - Allow building zlib outside of the source directory - Fix bug that accepted invalid zlib header when windowBits is zero - Fix gzseek() problem on MinGW due to buggy _lseeki64 there - Loop on write() calls in gzwrite.c in case of non-blocking I/O - Add --warn (-w) option to ./configure for more compiler warnings - Reject a window size of 256 bytes if not using the zlib wrapper - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE - Add --debug (-d) option to ./configure to define ZLIB_DEBUG - Fix bugs in creating a very large gzip header - Add uncompress2() function, which returns the input size used - Assure that deflateParams() will not switch functions mid-block - Dramatically speed up deflation for level 0 (storing) - Add gzfread(), duplicating the interface of fread() - Add gzfwrite(), duplicating the interface of fwrite() - Add deflateGetDictionary() function - Use snprintf() for later versions of Microsoft C - Fix *Init macros to use z_ prefix when requested - Replace as400 with os400 for OS/400 support [Monnerat] - Add crc32_z() and adler32_z() functions with size_t lengths - Update Visual Studio project files [AraHaan] Change-Id: Ied776f533ff527b674a49af04a11110a7bce2cd0 Signed-off-by: Alexander Martinz <alex@amartinz.at>
2017-01-03update_zlib: Fix regex for detecting versions.Narayan Kamath
The download link is now a relative link and not absolute. A future change will get rid of this script and switch to upstream mirroring from github. We can then use "git merge" to pull in a new version. Test: Ran manually, checked that 1.2.10 was fetched + unpacked. Change-Id: I408fa4f9ee7b0dd4c39c635925dc8687950ff0d4
2016-11-30Merge "Enable libz on host bionic" am: c8415eef09Dan Willemsen
am: 73b241b3de Change-Id: I772d910063eb2553644938e9d1fc70c3b35f52f7
2016-11-30Merge "Enable libz on host bionic"Dan Willemsen
am: c8415eef09 Change-Id: Ia10b0ac5767a7a8cb6526cf045a3933085ff14a6
2016-11-30Merge "Enable libz on host bionic"Treehugger Robot
2016-11-28Enable libz on host bionicDan Willemsen
Bug: 31559095 Test: Test linux_bionic compile Change-Id: I091ab7f0a9c533bafed011bc05b8efc3fbf8c659
2016-11-09Merge "Stop exporting private "zutil.h" implementation detail." am: ece4b39a7aElliott Hughes
am: d89704c60f Change-Id: I5de43a366153650073c7fbb534c052b31091cb6a
2016-11-09Merge "Stop exporting private "zutil.h" implementation detail."Elliott Hughes
am: ece4b39a7a Change-Id: Ibf3e8474612295627b33440ca6a226b960a342f9
2016-11-09Merge "Stop exporting private "zutil.h" implementation detail."Elliott Hughes
2016-11-08Merge "Don't ship updated zlib headers in the NDK." am: c1c4c171a2Dan Albert
am: 5a25fe21f0 Change-Id: I207301dfda00d15452ca658cd753382776721594
2016-11-08Merge "Don't ship updated zlib headers in the NDK."Dan Albert
am: c1c4c171a2 Change-Id: I541068b75c6eabf68cea8ba408b8caaf658023a3
2016-11-08Stop exporting private "zutil.h" implementation detail.Elliott Hughes
Test: builds Change-Id: Ia6be00bf3c77b3db5717717d2604e616e2ea3eb8
2016-11-08Merge "Don't ship updated zlib headers in the NDK."Treehugger Robot
2016-11-08Don't ship updated zlib headers in the NDK.Dan Albert
Updating these headers to be usable for any API level is going to be some work (at the very least, there's a ZLIB_VERNUM that will need to be handled since early versions of Android did not have all the APIs that calling code will use if this is set to the current value. The NDK never updated the zlib headers when the platform updated, so until we solve this the NDK will continue shipping the old headers. Test: make native Bug: None Change-Id: Idaf15638ca83300f46959b95e53f3c112f108505
2016-10-20Merge "Add license to ndk_headers." am: 7b2d5df815Dan Albert
am: 01705247d5 Change-Id: I7cd1f0a058ca42fbeafc9bb6717cae2580b72bee
2016-10-20Merge "Add license to ndk_headers."Dan Albert
am: 7b2d5df815 Change-Id: If281853f478b2d48fa9a5085296e5e61de489e8a
2016-10-20Merge "Add license to ndk_headers."Treehugger Robot
2016-10-20Add license to ndk_headers.Dan Albert
Test: make ndk Bug: None Change-Id: I02dae58dbc0762c538d81d1a48b2859ff4592aa9
2016-09-16Merge "Add NDK API modules for zlib." am: 164cac2513 am: 714a760762Dan Albert
am: d3709fe6bb Change-Id: I9fd17a24710571b6cff34be0b151091036b67c83
2016-09-16Merge "Add NDK API modules for zlib." am: 164cac2513Dan Albert
am: 714a760762 Change-Id: If98e274e79b47cf048253019a2844630df70c17b
2016-09-16Merge "Add NDK API modules for zlib."Dan Albert
am: 164cac2513 Change-Id: I412d01190bf207e1910931c205f235bf98b51167
2016-09-16Merge "Add NDK API modules for zlib."android-n-mr1-preview-2android-n-mr1-preview-1Treehugger Robot
2016-09-15Add NDK API modules for zlib.Dan Albert
Test: make checkbuild tests Bug: http://b/30465923 Change-Id: Icdca01fa59f0f244f31c29146097bdebcb4d4eee
2016-07-13Merge changes from topic \\\'libcutils_soong\\\' am: 25e2114232 am: dd01471473Dan Willemsen
am: 2f2e488992 Change-Id: Ib27c51e451eb190d0f46fe15a01d6269e5ffaa87