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
/
gzread.c
Age
Commit message (
Expand
)
Author
2020-11-02
Fixed ubsan warning in gzfread due to size_t overflow. #783
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-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-01-15
Avoid some conversion warnings in gzread.c and gzwrite.c.
Mark Adler
2018-09-17
Fix ZLIB_COMPAT=OFF and WITH_GZFILEOP=ON compilation failure.
Hans Kristian Rosbach
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-03-24
Prevent potential division-by-zero in gzfwrite and gzfread.
Hans Kristian Rosbach
2017-02-25
Type cleanup...
Mika Lindqvist
2017-02-13
Fix build with nmake.
Mika Lindqvist
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-06
No need to check for NULL argument to free().
Mark Adler
2017-02-06
Add gzfread(), duplicating the interface of fread().
Hans Kristian Rosbach
2017-01-31
Clean up type conversions.
Mark Adler
2017-01-31
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2017-01-30
local -> static
Mika Lindqvist
2015-05-25
Style cleanup for gzfile code
Hans Kristian Rosbach
2015-05-13
Remove Z_PREFIX leftovers
Hans Kristian Rosbach
2015-05-12
Convert remaining K&R function declarations to ANSI-C declarations.
Hans Kristian Rosbach
2015-04-26
Cleanup: Replace 'z_streamp' with 'z_stream *'
Hans Kristian Rosbach
2015-04-26
Cleanup: Replace 'voidp' with 'void *'
Hans Kristian Rosbach
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
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-17
Fix gzgetc undefine when Z_PREFIX set [Turk].
Mark Adler
2012-02-18
Restore gzgetc_ for backward compatibility with 1.2.6.
Mark Adler
2012-02-18
Replace use of memmove() with a simple copy for portability.
Mark Adler
2012-02-12
zlib 1.2.6.1
Mark Adler
2012-02-10
Remove unnecessary gzgetc_ function.
Mark Adler
2011-12-18
Restore gzgetc function for binary compatibility.
Mark Adler
2011-12-14
Document gzread() capability to read concurrently written files.
Mark Adler
2011-12-13
Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF.
Mark Adler
2011-12-11
Fix bug in gzread.c when end-of-file is reached.
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
2011-09-30
Update copyright dates on gz* source files.
Mark Adler
2011-09-26
Change gzgetc() to a macro for speed (~40% speedup in testing).
Mark Adler
2011-09-26
Simplify gzseek() now that raw after gzip is ignored.
Mark Adler
2011-09-26
Allow gzread() and related to continue after gzclearerr().
Mark Adler
2011-09-24
Change gzread() and related to ignore junk after gzip streams.
Mark Adler
2011-09-24
Correct error in comment for gz_make().
Mark Adler
2011-09-24
Fix bug in gzgets() for a concatenated empty gzip stream.
Mark Adler
2011-09-24
Correct spelling error in gzread.c
Mark Adler
2011-09-09
zlib 1.2.4.1
Mark Adler
2011-09-09
zlib 1.2.4-pre1
Mark Adler
2011-09-09
zlib 1.2.3.9
Mark Adler
[next]