index
:
platform/upstream/zlib
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/backup/zlib_1.2.11_20230102
sandbox/backup/zlib_1.2.13_20240116
sandbox/giuliana/x86_baselibs
sandbox/kevinthierry/bump-1.2.8
sandbox/zlib_1.2.13
sandbox/zlib_1.3
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-17
Fix gzopen_w() type and add #include for the type.
Mark Adler
3
-2
/
+6
2012-03-17
Add source directory in CMakeLists.txt for building examples.
Peter Kuemmel
1
-1
/
+1
2012-03-17
Rename zconf.h in CMakeLists.txt to move it out of the way.
Peter Kuemmel
1
-5
/
+5
2012-03-16
Add gzopen_w() in Windows for wide character path names.
Mark Adler
9
-19
/
+55
2012-03-14
Recognize clang as gcc.
Mark Adler
1
-0
/
+1
2012-03-14
Improve inflate() documentation on the use of Z_FINISH.
Mark Adler
1
-8
/
+11
2012-03-14
Make sure that unistd.h is included before using _LFS64_LARGEFILE.
Mark Adler
3
-42
/
+48
2012-03-14
Repair some damage caused by -Wundef allowance.
Mark Adler
3
-15
/
+15
2012-03-14
Avoid the use of the -u option with mktemp.
Mark Adler
1
-2
/
+2
2012-03-13
Allow the use of -Wundef when compiling or using zlib.
Mark Adler
4
-21
/
+45
2012-03-12
Move obsolete emx makefile to old [Truta].
Mark Adler
1
-0
/
+0
2012-03-12
Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta].
Mark Adler
1
-4
/
+3
2012-03-12
If using cmake with MSVC, add the source directory to the includes.
Christoph J. Thompson
1
-0
/
+1
2012-03-11
Include version symbols for cmake builds.
Christoph J. Thompson
1
-0
/
+3
2012-03-11
Build both a static and a shared version of zlib with cmake.
Christoph J. Thompson
1
-8
/
+4
2012-03-11
Generate and install the pkg-config file with cmake.
Christoph J. Thompson
3
-2
/
+22
2012-03-11
Allow overriding the default install locations for cmake.
Christoph J. Thompson
1
-5
/
+10
2012-03-10
Update copyright years in gzlib.c.
Mark Adler
1
-1
/
+1
2012-03-10
Fix comments in win32/Makefile.gcc for proper usage.
Mark Adler
1
-8
/
+7
2012-03-10
Avoid warnings when O_CLOEXEC or O_EXCL are not defined.
Mark Adler
1
-1
/
+10
2012-03-09
Add DESTDIR support to mingw32 win32/Makefile.gcc.
Nathan Phillip Brink
1
-15
/
+15
2012-03-09
Add ability to choose the builder in make_vms.com [Schweda].
Mark Adler
1
-36
/
+45
2012-03-04
Make sure that O_EXCL is used portably.
Mark Adler
1
-4
/
+7
2012-03-04
Fix contrib/vstudio project link errors [Mohanathas].
Mark Adler
7
-20
/
+44
2012-03-03
Fix bug in test/minigzip.c for configure --solo.
Mark Adler
1
-1
/
+1
2012-03-03
Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen().
Mark Adler
2
-2
/
+15
2012-03-03
Fix bug in gzclose_w() when gzwrite() fails to allocate memory.
Mark Adler
1
-6
/
+8
2012-03-03
Simplify test and use of gcc hidden attribute.
Mark Adler
3
-9
/
+5
2012-03-03
Don't use library or built-in byte swaps.
Mark Adler
1
-13
/
+2
2012-03-02
Fix make_vms.com for VAX [Zinser].
Mark Adler
1
-20
/
+63
2012-03-02
Cast to char * in gzprintf to avoid warnings [Zinser].
Mark Adler
1
-11
/
+12
2012-02-20
Avoid using __int64 for gcc or solo compilation.
Mark Adler
3
-9
/
+9
2012-02-19
Improve the detection of no hidden visibility attribute.
Mark Adler
3
-6
/
+16
2012-02-19
Do not use the visibility attribute if NO_VIZ defined.
Mark Adler
2
-2
/
+2
2012-02-19
Update version numbers and year in win32/README-WIN32.txt.
Mark Adler
1
-4
/
+4
2012-02-18
Use __WATCOMC__ instead of __WATCOM__.
Mark Adler
3
-3
/
+3
2012-02-18
Include unistd.h for Watcom C.
Mark Adler
3
-0
/
+9
2012-02-18
Require gcc 4.0 or later on Mac OS X to use the hidden attribute.
Mark Adler
2
-2
/
+4
2012-02-18
Fix build with non-GNU make on Solaris.
Török Edwin
1
-5
/
+5
2012-02-18
Restore gzgetc_ for backward compatibility with 1.2.6.
Mark Adler
11
-0
/
+23
2012-02-18
Test for existence of strerror.
Mark Adler
2
-2
/
+16
2012-02-18
Replace use of memmove() with a simple copy for portability.
Mark Adler
1
-3
/
+8
2012-02-13
Expunge gzgetc_ from configuration files.
Mark Adler
9
-16
/
+0
2012-02-13
Remove unnecessary include for byte swap built-in [Bosmans].
Mark Adler
1
-1
/
+0
2012-02-12
Don't use built-in byte swaps if compiled solo.
Mark Adler
1
-9
/
+12
2012-02-12
Change version number to 1.2.7.
Mark Adler
20
-40
/
+43
2012-02-12
zlib 1.2.6.1
Mark Adler
12
-14
/
+25
2012-02-11
Fix minor typo in zlib.h comments [Rześniowiecki].
Mark Adler
1
-3
/
+2
2012-02-11
Use optimized byte swap operations for Microsoft and GNU [Snyder].
Mark Adler
3
-13
/
+19
2012-02-10
Remove unnecessary gzgetc_ function.
Mark Adler
2
-11
/
+4
[prev]
[next]