Sign in
fuchsia
/
third_party
/
zlib
/
HEAD
2704129
[bazel] Update support files.
by David 'Digit' Turner
· 3 days ago
main
master
05aa62c
[zlib] Add -fno-define-target-os-macros
by Haowei Wu
· 2 years ago
f13f1c5
[bazel] Add Bazel build support
by Jay Zhuang
· 3 years, 2 months ago
85488e7
[build] Set -Wno-strict-prototypes.
by Daniel Thornburgh
· 3 years, 10 months ago
5e738bd
[build] Suppress -Wunused-but-set-var in minizip
by Gulfem Savrun Yeniceri
· 3 years, 11 months ago
71ff440
[build] Suppress -Wunused-but-set-variable in zlib
by Gulfem Savrun Yeniceri
· 3 years, 11 months ago
d73e107
[owners] Add OWNERs files to zlib
by dannyzen
· 4 years, 8 months ago
cbb6a29
Disable implicit fallthrough warning.
by Alex Zani
· 5 years ago
31333bc
[Wconversion] Suppress warnings
by Shai Barack
· 5 years ago
a9feae6
[Wconversion] Suppress warnings Bug: 56258 Bug: 58162
by Shai Barack
· 5 years ago
54edf80
Disable -Wmisleading-indentation warning for minizip
by Petr Hosek
· 6 years ago
dd903cc
[zlib] Add zlib target for Rust host_toolchain builds
by Konstantin Pozin
· 6 years ago
bab6ce1
Add contrib/iostream3 to BUILD.gn
by Doug Evans
· 7 years ago
5a6d2ed
Use fopen rather than fopen64 on Fuchsia
by George Kulakowski
· 8 years ago
f0b417f
Update README.fuchsia
by Petr Hosek
· 8 years ago
42f3bef
Merge "Add static library build"
by John Bauman
· 8 years ago
b7bcc63
Merge "Update README.fuchsia"
by Damien Miller
· 8 years ago
89e9cd7
Add static library build
by John Bauman
· 8 years ago
77f6a05
Revert "Add static library build"
by John Bauman
· 8 years ago
2bcc4ab
Add static library build
by John Bauman
· 8 years ago
2049b2c
Update README.fuchsia
by Damien Miller
· 8 years ago
5f887db
[build] Don't define a package() target
by Roland McGrath
· 8 years ago
8c5a0d8
[build] Add system_image property to package()
by Adam Barth
· 8 years ago
8dcd88a
No longer need to use $shared_toolchain
by Roland McGrath
· 9 years ago
1ae4a21
Force zlib dependencies into the shared toolchain
by Adam Barth
· 9 years ago
bc5f5e5
Add package config for zlib (redux)
by James Robinson
· 9 years ago
21146b7
Revert "Add package config for zlib"
by James Robinson
· 9 years ago
3a83e7c
Add package config for zlib
by James Robinson
· 9 years ago
f29d242
Build zlib and minizip as shared libraries
by James Robinson
· 9 years ago
871bb1c
Add Fuchsia build files
by Petr Hosek
· 9 years ago
cacf7f1
zlib 1.2.11
by Mark Adler
· 9 years ago
v1.2.11
cbbd203
Permit immediate deflateParams changes before any deflate input.
by Mark Adler
· 9 years ago
7d9c9d4
Update high water mark in deflate_stored.
by Mark Adler
· 9 years ago
37ed211
Update vestigial comment from very old Info-ZIP deflate.
by Mark Adler
· 9 years ago
4c7c907
Fix deflate stored bug when pulling last block from window.
by Mark Adler
· 9 years ago
74d2696
Update location of Visual Studio project files.
by Mark Adler
· 9 years ago
c38a260
Delete user-specific Visual Studio project files.
by Mark Adler
· 9 years ago
11ceaed
Change version number to 1.2.10.1.
by Mark Adler
· 9 years ago
4a090ad
zlib 1.2.10
by Mark Adler
· 9 years ago
v1.2.10
e13def0
Fix compilation with --solo and --debug combined.
by Mark Adler
· 9 years ago
1e3bccd
Add warnings when compiling with assembler code.
by Mark Adler
· 9 years ago
c7d7775
Remove files to be installed before copying them in Makefile.in.
by Mark Adler
· 9 years ago
0b5c158
Fix bug in gzwrite.c that produced corrupt gzip files.
by Mark Adler
· 9 years ago
bc5503b
Fix bug in deflate_stored() for zero-length input.
by Mark Adler
· 9 years ago
52aa550
Minor edits and clarifications of comments.
by Mark Adler
· 9 years ago
7358ef2
Avoid warnings on snprintf() return value.
by Mark Adler
· 9 years ago
20e4725
Change version number to zlib 1.2.9.1.
by Mark Adler
· 9 years ago
6bdca50
Fix some stray 1.2.8.1 version numbers.
by Mark Adler
· 9 years ago
2fa463b
zlib 1.2.9
by Mark Adler
· 9 years ago
v1.2.9
14e3194
Update Visual Studio project files (AraHaan).
by Mark Adler
· 9 years ago
b9ae6f0
Add crc32_z() and adler32_z() functions with size_t lengths.
by Mark Adler
· 9 years ago
61b91f2
Make z_size_t unsigned long for non-standard C.
by Mark Adler
· 9 years ago
cca27e9
Avoid the need for ssize_t.
by Mark Adler
· 9 years ago
b7fbee2
Use a uniform approach for the largest value of an unsigned type.
by Mark Adler
· 9 years ago
f3fcb92
Use intptr_t for z_ssize_t on MSVC.
by Mark Adler
· 9 years ago
8f147c3
Avoid some random compiler warnings on various platforms.
by Mark Adler
· 9 years ago
fb26fc4
Allow minigzip to compile when testing with ./configure --solo.
by Mark Adler
· 9 years ago
d465465
Replace as400 with os400 for OS/400 support (Monnerat).
by Mark Adler
· 9 years ago
f12d3dc
Detect clang in cc version.
by Mark Adler
· 9 years ago
50dca6d
Fix init macros to use z_ prefix when requested.
by Mark Adler
· 9 years ago
d6f0da2
Fix character encoding and link in contrib README.
by Mark Adler
· 9 years ago
79b5c5a
Use snprintf() for later versions of Microsoft C.
by Mark Adler
· 9 years ago
ee7d7b5
Add deflateGetDictionary() function.
by Mark Adler
· 9 years ago
feafcfa
No need to check for NULL argument to free().
by Mark Adler
· 9 years ago
77bc4f8
Add gzfwrite(), duplicating the interface of fwrite().
by Mark Adler
· 9 years ago
44dfd83
Add gzfread(), duplicating the interface of fread().
by Mark Adler
· 9 years ago
3f8c768
Fix compile option for when z_size_t needs to be a long long.
by Mark Adler
· 9 years ago
ca50ebd
Create z_size_t and z_ssize_t types.
by Mark Adler
· 9 years ago
c5ee34c
Don't need to emit an empty fixed block when changing parameters.
by Mark Adler
· 9 years ago
123f9cf
Clean up gz* function return values.
by Mark Adler
· 9 years ago
9dc5a85
Speed up deflation for level 0 (storing).
by Mark Adler
· 9 years ago
7161ad7
Assure that deflateParams() will not switch functions mid-block.
by Mark Adler
· 9 years ago
1101ea7
Explicitly ignore a return value in gzwrite.c.
by Mark Adler
· 9 years ago
21c66cd
Increase verbosity required to warn about bit length overflow.
by Mark Adler
· 9 years ago
37281ac
Add uncompress2() function, which returns the input size used.
by Mark Adler
· 9 years ago
001300d
Minor edits to the documentation in source file contents.
by Mark Adler
· 9 years ago
9674807
Fix bugs in creating a very large gzip header.
by Mark Adler
· 9 years ago
fc130cd
Add --debug (-d) option to ./configure to define ZLIB_DEBUG.
by Mark Adler
· 9 years ago
a456d89
Use memcpy for stored blocks.
by Mark Adler
· 9 years ago
03614c5
Fix some typos.
by Mark Adler
· 9 years ago
9457585
Fix bug when level 0 used with Z_HUFFMAN or Z_RLE.
by Mark Adler
· 9 years ago
bedea24
Clean up and comment the use of local for static.
by Mark Adler
· 9 years ago
ce12c5c
Make a noble effort at setting OS_CODE correctly.
by Mark Adler
· 9 years ago
b516b4b
Do a more thorough check of the state for every stream call.
by Mark Adler
· 9 years ago
77fd7e5
Document the rejection of 256-byte window requests in zlib.h.
by Mark Adler
· 9 years ago
049578f
Reject a window size of 256 bytes if not using the zlib wrapper.
by Mark Adler
· 9 years ago
a0bf0f3
Avoid obfuscating use of default case in inftrees.c.
by Mark Adler
· 9 years ago
da64f17
Move macro definition in deflate.c to where it is used.
by Mark Adler
· 9 years ago
ebbc573
Avoid recursive gzgetc() macro call.
by Mark Adler
· 9 years ago
7d6956b
Make globals in examples local to compilation unit.
by Mark Adler
· 9 years ago
8b95fa1
Add --warn option to ./configure, instead of environment variable.
by Mark Adler
· 9 years ago
7096424
Clean up type conversions.
by Mark Adler
· 9 years ago
2edb94a
Avoid casting an out-of-range value to long.
by Mark Adler
· 9 years ago
e08118c
Note the violation of the strict aliasing rule in crc32.c.
by Mark Adler
· 9 years ago
d1d5774
Avoid pre-decrement of pointer in big-endian CRC calculation.
by Mark Adler
· 9 years ago
6a04314
Remove offset pointer optimization in inftrees.c.
by Mark Adler
· 9 years ago
9aaec95
Use post-increment only in inffast.c.
by Mark Adler
· 9 years ago
3fb251b
Remove dummy structure declarations for old buggy compilers.
by Mark Adler
· 9 years ago
33a7aff
Fix typo.
by Mark Adler
· 9 years ago
9852c20
Add option to not compute or check check values.
by Mark Adler
· 9 years ago
Next »