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
/
uncompr.c
Age
Commit message (
Expand
)
Author
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-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-03-17
Remove cvs keywords
Pavel P
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-22
[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)
Mika Lindqvist
2018-02-16
[compat] Use unsigned long for size parameters of compress/compressBound/unco...
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-07
Use a uniform approach for the largest value of an unsigned type.
Mark Adler
2017-02-02
Add uncompress2() function, which returns the input size used.
Mark Adler
2017-01-31
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2015-12-14
Use size_t for total_in and total_out.
Mika Lindqvist
2015-12-14
Type cleanup.
Mika Lindqvist
2015-11-25
Type cleanup.
Mika Lindqvist
2015-11-03
Fix merge errors.
Hans Kristian Rosbach
2015-11-03
Do not initialize unsigned with -1 in compress.c uncompr.c.
Mark Adler
2015-11-03
Fix uncompress() to work on lengths more than a maximum unsigned.
Mark Adler
2015-05-25
Style cleanup for compress/uncompress and longest_match code
Hans Kristian Rosbach
2015-05-23
Cleanup user-defined types for 'unsigned char'
Mika Lindqvist
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
2014-10-16
Remove FAR variants of variables ushf, schf, Posf, Bytef, charf,
hansr
2014-10-09
Remove legacy 16-bit workarounds
hansr
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
2011-09-09
zlib 1.2.3.6
Mark Adler
2011-09-09
zlib 1.2.0.5
Mark Adler
2011-09-09
zlib 1.2.0.2
Mark Adler
2011-09-09
zlib 1.2.0
Mark Adler
2011-09-09
zlib 1.1.4
Mark Adler
2011-09-09
zlib 1.0.9
Mark Adler
2011-09-09
zlib 1.0.7
Mark Adler
2011-09-09
zlib 1.0.1
Mark Adler
2011-09-09
zlib 1.0-pre
Mark Adler
2011-09-09
zlib 0.99
Mark Adler
2011-09-09
zlib 0.94
Mark Adler
2011-09-09
zlib 0.92
Mark Adler
2011-09-09
zlib 0.71
Mark Adler