summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-06Bump to version 1.2.8tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150116.000000submit/tizen_wearable/20150109.000000submit/tizen_tv/20150109.000000submit/tizen_mobile/20150112.000000submit/tizen_mobile/20150109.000000submit/tizen_ivi/20150112.222222submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20150106.091156accepted/tizen/wearable/20150112.054905accepted/tizen/tv/20150112.114017accepted/tizen/mobile/20150114.130233accepted/tizen/ivi/20150114.121601accepted/tizen/common/20150107.100653tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonsandbox/kevinthierry/bump-1.2.8accepted/tizen_iviaccepted/tizen_3.0_iviKévin THIERRY1-20/+22
Use upstream git repo instead of pristin-tar. Also clean spec file. Bug-Tizen: TC-1882 Change-Id: I92c6cf2df8ab9cd5d2f8b8caee4de31fc6c9ce07 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-10-31resetting manifest requested domain to floorAlexandru Cornea2-0/+12
2014-10-31fixed package groupsAnas Nashif1-2/+2
2014-10-31Fixed package groupsAnas Nashif2-3/+6
2014-10-31fix minizip dependenciesAnas Nashif1-0/+3
2014-10-31fix minizip dependenciesAnas Nashif1-1/+1
2014-10-31add minizip packageAnas Nashif2-1/+39
2014-10-31added packaging filesAnas Nashif3-0/+464
2013-04-28zlib 1.2.8upstream/1.2.8Mark Adler4-5/+9
2013-04-28Fix mixed line endings in contrib/vstudio.Mark Adler4-27/+27
2013-04-28Correct spelling error in zlib.h.Mark Adler1-1/+1
2013-04-28Clean up contrib/vstudio [Roß].Mark Adler21-1138/+592
2013-04-28Update some copyright years.Mark Adler2-2/+2
2013-04-28Do not force Z_CONST for C++.Mark Adler3-3/+3
Forcing Z_CONST resulted in an issue when compiling Firefox. Now if someone wants to compile zlib as C++ code (which it isn't), now they will need to #define Z_CONST themselves.
2013-04-28Update contrib/minizip/iowin32.c for Windows RT [Vollant].Mark Adler1-13/+85
2013-04-28Change version number to 1.2.8.Mark Adler29-54/+57
2013-04-13zlib 1.2.7.3Mark Adler4-5/+5
2013-04-13Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.Mark Adler5-17/+17
2013-04-13Change version number to 1.2.7.3.Mark Adler24-43/+46
2013-04-13zlib 1.2.7.2Mark Adler4-4/+6
2013-04-13Add casts in gzwrite.c for pointer differences.Mark Adler2-3/+4
2013-04-13Fix typo in win32/Makefile.msc.Mark Adler1-1/+1
2013-04-13Change check for a four-byte type back to hexadecimal.Mark Adler3-9/+9
2013-04-13Change version number to 1.2.7.2.Mark Adler24-48/+51
2013-03-24zlib 1.2.7.1Mark Adler16-20/+67
2013-03-24Line length cleanup.Mark Adler2-2/+3
2013-03-24Do not return Z_BUF_ERROR if deflateParam() has nothing to write.Mark Adler1-0/+2
If the compressed data was already at a block boundary, then deflateParam() would report Z_BUF_ERROR, because there was nothing to write. With this patch, Z_OK is returned in that case.
2013-03-24In Makefile uninstall, don't rm if preceding cd fails.Mark Adler1-4/+4
2013-03-24Minor spacing cleanup in a comment in gzguts.h.Mark Adler1-1/+1
2013-03-24Add man pages for minizip and miniunzip.Enrico Weigelt, metux IT service2-0/+109
2013-03-24Add casts and consts to ease user conversion to C++.Mark Adler6-16/+17
You would still need to run zlib2ansi on all of the *.c files.
2013-03-23Clean up the addition of gzvprintf.Mark Adler10-3/+13
2013-03-23Clean up the addition of inflateGetDictionary.Mark Adler5-3/+18
2013-03-23Remove runtime check in configure for four-byte integer type.Mark Adler4-59/+15
That didn't work when cross-compiling. Simply rely on limits.h. If a compiler does not have limits.h, then zconf.h.in should be modified to define Z_U4 as an unsiged four-byte integer type in order for crc32() to be fast. This also simplifies and makes more portable to check for a four- byte type using limits.h.
2013-03-23Fix configure for Sun shell.Mark Adler1-1/+3
2013-03-22Add gzvprintf() as an undocumented function in zlib.Mark Adler5-7/+36
The function is only available if stdarg.h is available.
2013-03-22Add vc11 and vc12 build files to contrib/vstudio.Mark Adler16-0/+3335
2013-02-24Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h.Mark Adler3-6/+6
2013-02-24Suport i686 and amd64 assembler builds in CMakeLists.txt.Like Ma1-2/+38
* Use -DASM686=1 to build with i686 asm. * Use -DAMD64=1 to build with amd64 asm.
2013-02-23Add TOP support to win32/Makefile.msc.E. Timothy Uy1-38/+41
Facilitate multi-platform compilation, e.g.: nmake -f pathto\zlib\win32\Makefile.msc TOP=pathto\zlib
2013-02-23Simplify contrib/vstudio/vc10 with 'd' suffix.Fredrik Orderud1-26/+2
2013-02-23Fix types in contrib/minizip to match result of get_crc_table().takacsd3-6/+6
2013-02-23Fix casting error in contrib/testzlib/testzlib.c.Jason Williams1-2/+2
2013-02-23Don't specify --version-script on Apple platforms in CMakeLists.txt.Will Glynn1-1/+3
Mac OS X's linker (derived from LLVM, not GNU binutils) does not support --version-script. Don't specify it on this platform.
2013-02-23Quote --version-script argument in CMakeLists.txt.Will Glynn1-1/+1
Previously, spaces in ${CMAKE_CURRENT_SOURCE_PATH} would expand into multiple linker arguments.
2013-02-23Add contrib/vstudio/vc10 pre-build step for static only.Greg Domjan2-1/+17
Also correct typo for 64-bit debug build.
2013-02-23Add _tr_flush_bits to the external symbols prefixed by --zprefix.Mark Adler3-0/+3
2013-02-23Use underscored I/O function names for WINAPI_FAMILY.Mark Adler1-0/+7
Suggested by E. Timothy Uy.
2013-02-23Update inflateBack() comments, since inflate() can be faster.Mark Adler1-5/+6
2013-02-18Fix serious but very rare decompression bug in inftrees.c.Mark Adler1-4/+4
inftrees.c compared the number of used table entries to the maximum allowed value using >= instead of >. This patch fixes those to use >. The bug was discovered by Ignat Kolesnichenko of Yandex LC where they have run petabytes of data through zlib. Triggering the bug is apparently very rare, seeing as how it has been out there in the wild for almost three years before being discovered. The bug is instantiated only if the exact maximum number of decoding table entries, ENOUGH_DISTS or ENOUGH_LENS is used by the block being decoded, resulting in the false positive of overflowing the table.