Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-06 | Bump 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_ivi | Kévin THIERRY | 1 | -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-31 | resetting manifest requested domain to floor | Alexandru Cornea | 2 | -0/+12 | |
2014-10-31 | fixed package groups | Anas Nashif | 1 | -2/+2 | |
2014-10-31 | Fixed package groups | Anas Nashif | 2 | -3/+6 | |
2014-10-31 | fix minizip dependencies | Anas Nashif | 1 | -0/+3 | |
2014-10-31 | fix minizip dependencies | Anas Nashif | 1 | -1/+1 | |
2014-10-31 | add minizip package | Anas Nashif | 2 | -1/+39 | |
2014-10-31 | added packaging files | Anas Nashif | 3 | -0/+464 | |
2013-04-28 | zlib 1.2.8upstream/1.2.8 | Mark Adler | 4 | -5/+9 | |
2013-04-28 | Fix mixed line endings in contrib/vstudio. | Mark Adler | 4 | -27/+27 | |
2013-04-28 | Correct spelling error in zlib.h. | Mark Adler | 1 | -1/+1 | |
2013-04-28 | Clean up contrib/vstudio [Roß]. | Mark Adler | 21 | -1138/+592 | |
2013-04-28 | Update some copyright years. | Mark Adler | 2 | -2/+2 | |
2013-04-28 | Do not force Z_CONST for C++. | Mark Adler | 3 | -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-28 | Update contrib/minizip/iowin32.c for Windows RT [Vollant]. | Mark Adler | 1 | -13/+85 | |
2013-04-28 | Change version number to 1.2.8. | Mark Adler | 29 | -54/+57 | |
2013-04-13 | zlib 1.2.7.3 | Mark Adler | 4 | -5/+5 | |
2013-04-13 | Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc. | Mark Adler | 5 | -17/+17 | |
2013-04-13 | Change version number to 1.2.7.3. | Mark Adler | 24 | -43/+46 | |
2013-04-13 | zlib 1.2.7.2 | Mark Adler | 4 | -4/+6 | |
2013-04-13 | Add casts in gzwrite.c for pointer differences. | Mark Adler | 2 | -3/+4 | |
2013-04-13 | Fix typo in win32/Makefile.msc. | Mark Adler | 1 | -1/+1 | |
2013-04-13 | Change check for a four-byte type back to hexadecimal. | Mark Adler | 3 | -9/+9 | |
2013-04-13 | Change version number to 1.2.7.2. | Mark Adler | 24 | -48/+51 | |
2013-03-24 | zlib 1.2.7.1 | Mark Adler | 16 | -20/+67 | |
2013-03-24 | Line length cleanup. | Mark Adler | 2 | -2/+3 | |
2013-03-24 | Do not return Z_BUF_ERROR if deflateParam() has nothing to write. | Mark Adler | 1 | -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-24 | In Makefile uninstall, don't rm if preceding cd fails. | Mark Adler | 1 | -4/+4 | |
2013-03-24 | Minor spacing cleanup in a comment in gzguts.h. | Mark Adler | 1 | -1/+1 | |
2013-03-24 | Add man pages for minizip and miniunzip. | Enrico Weigelt, metux IT service | 2 | -0/+109 | |
2013-03-24 | Add casts and consts to ease user conversion to C++. | Mark Adler | 6 | -16/+17 | |
You would still need to run zlib2ansi on all of the *.c files. | |||||
2013-03-23 | Clean up the addition of gzvprintf. | Mark Adler | 10 | -3/+13 | |
2013-03-23 | Clean up the addition of inflateGetDictionary. | Mark Adler | 5 | -3/+18 | |
2013-03-23 | Remove runtime check in configure for four-byte integer type. | Mark Adler | 4 | -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-23 | Fix configure for Sun shell. | Mark Adler | 1 | -1/+3 | |
2013-03-22 | Add gzvprintf() as an undocumented function in zlib. | Mark Adler | 5 | -7/+36 | |
The function is only available if stdarg.h is available. | |||||
2013-03-22 | Add vc11 and vc12 build files to contrib/vstudio. | Mark Adler | 16 | -0/+3335 | |
2013-02-24 | Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h. | Mark Adler | 3 | -6/+6 | |
2013-02-24 | Suport i686 and amd64 assembler builds in CMakeLists.txt. | Like Ma | 1 | -2/+38 | |
* Use -DASM686=1 to build with i686 asm. * Use -DAMD64=1 to build with amd64 asm. | |||||
2013-02-23 | Add TOP support to win32/Makefile.msc. | E. Timothy Uy | 1 | -38/+41 | |
Facilitate multi-platform compilation, e.g.: nmake -f pathto\zlib\win32\Makefile.msc TOP=pathto\zlib | |||||
2013-02-23 | Simplify contrib/vstudio/vc10 with 'd' suffix. | Fredrik Orderud | 1 | -26/+2 | |
2013-02-23 | Fix types in contrib/minizip to match result of get_crc_table(). | takacsd | 3 | -6/+6 | |
2013-02-23 | Fix casting error in contrib/testzlib/testzlib.c. | Jason Williams | 1 | -2/+2 | |
2013-02-23 | Don't specify --version-script on Apple platforms in CMakeLists.txt. | Will Glynn | 1 | -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-23 | Quote --version-script argument in CMakeLists.txt. | Will Glynn | 1 | -1/+1 | |
Previously, spaces in ${CMAKE_CURRENT_SOURCE_PATH} would expand into multiple linker arguments. | |||||
2013-02-23 | Add contrib/vstudio/vc10 pre-build step for static only. | Greg Domjan | 2 | -1/+17 | |
Also correct typo for 64-bit debug build. | |||||
2013-02-23 | Add _tr_flush_bits to the external symbols prefixed by --zprefix. | Mark Adler | 3 | -0/+3 | |
2013-02-23 | Use underscored I/O function names for WINAPI_FAMILY. | Mark Adler | 1 | -0/+7 | |
Suggested by E. Timothy Uy. | |||||
2013-02-23 | Update inflateBack() comments, since inflate() can be faster. | Mark Adler | 1 | -5/+6 | |
2013-02-18 | Fix serious but very rare decompression bug in inftrees.c. | Mark Adler | 1 | -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. |