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
/
gzwrite.c
Age
Commit message (
Expand
)
Author
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-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2019-10-22
Avoid adding empty gzip member after gzflush with Z_FINISH.
Mark Adler
2019-07-18
Fixed use of uninitialized value found by memory sanitizer and reported by @s...
Nathan Moinvaziri
2019-01-15
Return an error if the gzputs string length can't fit in an int.
Mark Adler
2018-12-13
Avoid undefined behaviors of memcpy() in gz*printf().
Mark Adler
2018-12-13
Make the names in functions declarations identical to definitions.
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-13
zlib 1.2.11
Mark Adler
2017-02-09
Fix bug in gzwrite.c that produced corrupt gzip files.
Mark Adler
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-07
Avoid some random compiler warnings on various platforms.
Mark Adler
2017-02-06
Add gzfwrite(), duplicating the interface of fwrite().
Mark Adler
2017-02-06
Don't need to emit an empty fixed block when changing parameters.
Mark Adler
2017-02-06
Clean up gz* function return values.
Mark Adler
2017-02-02
Explicitly ignore a return value in gzwrite.c.
Mark Adler
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
Revert "Loop on write() calls in gzwrite.c in case of non-blocking I/O."
Hans Kristian Rosbach
2017-01-30
local -> static
Mika Lindqvist
2016-04-27
Loop on write() calls in gzwrite.c in case of non-blocking I/O.
Mark Adler
2015-11-03
Improve speed of gzprintf() in transparent mode.
Mark Adler
2015-11-03
Avoid uninitialized access by gzclose_w().
Mark Adler
2015-05-25
Style cleanup for gzfile code
Hans Kristian Rosbach
2015-05-17
Kill Byte and Bytef
Daniel Axtens
2015-05-13
z_const -> const
Daniel Axtens
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 'voidpc' with 'void const *'
Hans Kristian Rosbach
2014-10-18
Rewrite K&R-style function prototypes to ANSI-C-style.
hansr
2014-10-16
Remove FAR variants of variables ushf, schf, Posf, Bytef, charf,
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-04-13
Add casts in gzwrite.c for pointer differences.
Mark Adler
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
2013-03-22
Add gzvprintf() as an undocumented function in zlib.
Mark Adler
2012-10-01
Fix bug in gzclose() when gzwrite() runs out of memory.
Mark Adler
2012-09-29
Fix bug where gzopen(), gzclose() would write an empty file.
Mark Adler
2012-08-24
Fix unintialized value bug in gzputc() introduced by const patches.
Mark Adler
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
2012-03-03
Fix bug in gzclose_w() when gzwrite() fails to allocate memory.
Mark Adler
2012-03-02
Cast to char * in gzprintf to avoid warnings [Zinser].
Mark Adler
[next]