index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gzlib.c
Age
Commit message (
Expand
)
Author
2020-09-16
Move gzclose() to gzlib.c. Modern linkers should be smart enough to link it i...
Nathan Moinvaziri
2020-09-14
Allocate gzlib/gzread/gzwrite structs and in/out buffers using zng_alloc
Hans Kristian Rosbach
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-06-20
Fixed casting warnings
Pavel P
2020-06-16
Remove Borland C++ compiler references
Don
2020-06-08
For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...
Nathan Moinvaziri
2020-06-08
Clean up windows defines, use _WIN32
Pavel P
2019-10-22
Avoid adding empty gzip member after gzflush with Z_FINISH.
Mark Adler
2019-01-15
Avoid a conversion error in gzseek when off_t type too small.
Mark Adler
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-01-31
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2018-01-31
Add function prefix (zng_) to all exported functions to allow zlib-ng
Hans Kristian Rosbach
2017-02-25
Type cleanup...
Mika Lindqvist
2017-02-13
zlib 1.2.11
Mark Adler
2017-02-09
Avoid warnings on snprintf() return value.
Mark Adler
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-06
Clean up gz* function return values.
Mark Adler
2017-01-30
local -> static
Mika Lindqvist
2016-04-26
Fix gzseek() problem on MinGW due to buggy _lseeki64 there.
Mark Adler
2015-12-14
Type cleanup.
Mika Lindqvist
2015-11-25
Fix creating shared library under MSYS64.
Mika Lindqvist
2015-11-03
Compile the gzopen_w() function when __CYGWIN__ defined.
Mark Adler
2015-11-03
Assure that gzoffset() is correct when appending.
Mark Adler
2015-11-03
Improve speed of gzprintf() in transparent mode.
Mark Adler
2015-05-25
Style cleanup for gzfile code
Hans Kristian Rosbach
2015-05-12
Convert remaining K&R function declarations to ANSI-C declarations.
Hans Kristian Rosbach
2015-05-12
Enable gzopen_w for Cygwin
Mika Lindqvist
2015-05-11
Remove UNDER_CE: Windows CE is old.
Daniel Axtens
2015-05-07
Fix building under Cygwin.
Mika Lindqvist
2014-10-18
Rewrite K&R-style function prototypes to ANSI-C-style.
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 1)
hansr
2013-03-24
zlib 1.2.7.1
Mark Adler
2013-03-24
Add casts and consts to ease user conversion to C++.
Mark Adler
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
2012-05-22
Fix bug in 'F' mode for gzopen().
Mark Adler
2012-05-02
Replace use of unsafe string functions with snprintf if available.
Mark Adler
2012-03-18
Attempt to convert the wchar_t path in gzopen_w() for errors.
Mark Adler
2012-03-18
Fix syntax error in gzlib.c.
Mark Adler
2012-03-18
More fixes for gzopen_w().
Mark Adler
2012-03-17
Fix gzopen_w() type and add #include for the type.
Mark Adler
2012-03-16
Add gzopen_w() in Windows for wide character path names.
Mark Adler
2012-03-10
Update copyright years in gzlib.c.
Mark Adler
2012-03-10
Avoid warnings when O_CLOEXEC or O_EXCL are not defined.
Mark Adler
2012-03-04
Make sure that O_EXCL is used portably.
Mark Adler
2012-03-03
Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen().
Mark Adler
2011-12-18
Do not use _lseeki64 under Borland C++ [Truta].
Mark Adler
2011-12-11
Fix gzeof() to behave just like feof() when read is not past end of file.
Mark Adler
2011-10-02
Add a transparent write mode to gzopen() when 'T' is in the mode.
Mark Adler
[next]