Lines Matching refs:Add
7 - Add LIT_MEM define to use more memory for a small deflate speedup
9 - Add bounds checking to ERR_MSG() macro, used by zError()
25 - Add minizip testing to Makefile
27 - Add memory sanitizer to configure (--memory)
56 - Add address checking in clang to -w option of configure
66 - Add legal disclaimer to README
77 - Add gznorm.c example, which normalizes gzip files
79 - Add tables for crc32_combine(), to speed it up by a factor of 200
80 - Add crc32_combine_gen() and crc32_combine_op() for fast combines
85 - Add use of the ARMv8 crc32 instructions when requested
100 - Add fallthrough comments for gcc
116 - Add warnings when compiling with assembler code
133 - Add --warn (-w) option to ./configure for more compiler warnings
136 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
138 - Add uncompress2() function, which returns the input size used
141 - Add gzfread(), duplicating the interface of fread()
142 - Add gzfwrite(), duplicating the interface of fwrite()
143 - Add deflateGetDictionary() function
147 - Add crc32_z() and adler32_z() functions with size_t lengths
163 - Add casts in gzwrite.c for pointer differences
171 - Add inflateGetDictionary() function
188 - Add note to contrib/blast to use binary mode in stdio
194 - Add _tr_flush_bits to the external symbols prefixed by --zprefix
195 - Add contrib/vstudio/vc10 pre-build step for static only
201 - Add TOP support to win32/Makefile.msc
204 - Add vc11 and vc12 build files to contrib/vstudio
205 - Add gzvprintf() as an undocumented function in zlib
208 - Add casts and consts to ease user conversion to C++
209 - Add man pages for minizip and miniunzip
229 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
232 - Add ability to choose the builder in make_vms.com [Schweda]
233 - Add DESTDIR support to mingw32 win32/Makefile.gcc
246 - Add gzopen_w() in Windows for wide character path names
248 - Add source directory in CMakeLists.txt for building examples
259 - Add instructions to win32/Makefile.gcc for shared install [Torri]
292 - Add -I../.. -L../.. to CFLAGS for minizip and miniunzip
293 - Add missing libs to minizip linker command
294 - Add support for VPATH builds in contrib/minizip
295 - Add an --enable-demos option to contrib/minizip/configure
296 - Add the generation of configure.log by ./configure
322 - Add assertions to fill_window() in deflate.c to match comments
340 - Add a transparent write mode to gzopen() when 'T' is in the mode
343 - Add a ./config --solo option to make zlib subset with no library use
344 - Add undocumented inflateResetKeep() function for CAB file decoding
345 - Add --cover option to ./configure for gcc coverage testing
346 - Add #define ZLIB_CONST option to use const in the z_stream interface
347 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
349 - Add files in contrib/minizip to aid in building libminizip
359 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
374 - Add full coverage test for puff in contrib/puff/Makefile
377 - Add libz.a dependency to shared in Makefile.in for parallel builds
380 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
381 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
382 - Add *bsd* to Linux* case in configure [Bar-Lev]
383 - Add inffast.obj to dependencies in win32/Makefile.msc
386 - Add test to configure for GNU C looking for gcc in output of $cc -v
387 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
389 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
394 - Add updated as400 support (removed from old) [Monnerat]
401 - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
403 - Add deflatePending() function to return the amount of pending output
405 - Add a check in configure for stdarg.h, use for gzprintf()
407 - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
409 - Add debug records in assembler code [Londer]
411 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
425 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
436 - Add diagnostic messages when using CROSS_PREFIX in configure
446 - Add -shared load option for MinGW in configure [Bowler]
452 - Add consistent carriage returns to readme.txt's in masmx86 and masmx64
463 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
474 - Add check for shell to configure and invoke another shell if needed
481 - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
482 - Add DLL install in win32/makefile.gcc [Bar-Lev]
485 - Add cross-compilation prefixes to configure [Bar-Lev]
495 - Add zlib.3.pdf to distribution
500 - Add distclean to dummy Makefile for convenience
515 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
528 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
549 - Add *64 functions to zlib.map [Levin]
552 - Add --64 option to ./configure to use -m64 with gcc
569 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
572 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
577 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
592 - Add checks on len in gzread() and gzwrite()
593 - Add error message for no more room for gzungetc()
602 - Add space after #if in zutil.h for some compilers
605 - Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
606 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
607 - Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
615 - Add CMake build script and input file [Lowman]
619 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
632 - Add zlib2ansi script for C++ compilation [Marquess]
633 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
634 - Add AMD64 assembler code for longest match to contrib [Teterin]
639 - Add rc option to ar in Makefile.in for when ./configure not run
640 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
647 - Add pigz.c (parallel implementation of gzip) to examples/
650 - Add inflateReset2() function to work like inflateEnd()/inflateInit2()
659 - Add ush casts in trees.c to avoid pedantic runtime errors
664 - Add puff compile option to permit invalid distance-too-far streams
665 - Add puff TEST command options, ability to read piped input
677 - Add Z_TREES flush option to inflate() to return at end of trees
678 - Add inflateMark() to return current state information for random access
679 - Add Makefile for NintendoDS to contrib [Costa]
680 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
686 - Add compile option to permit invalid distance-too-far streams
687 - Add inflateUndermine() function which is required to enable above
689 - Add testing of shared library in make test, if shared library built
696 - Add a --uname= option to configure to perhaps help with cross-compiling
705 - Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
708 - Add watcom directory with OpenWatcom make files [Daniel]
714 - Add some FAQ entries about the contrib directory
718 - Add comments to zlib.h about gzerror() usage [Brown]
724 - Add pkgconfig support [Weigelt]
738 - Add pkgconfig support [Weigelt]
739 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
741 - Add a document that explains the new text detection scheme to
743 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
752 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
762 - Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
773 - Add inflatePrime() function for starting inflation at bit boundary
779 - Add zran.c example of compressed data random access to examples
784 - Add cast in trees.c t avoid a warning [Oberhumer]
792 - Add ia64 support to configure for HP-UX [Smith]
793 - Add error return to gzread() for format or i/o error [Levin]
801 - Add the deflateTune() function to adjust internal compression parameters
802 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
804 - Add C++ wrapper in infback9.h [Donais]
808 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
810 - Add gzdirect() function to indicate transparent reads
813 - Add casts in crc32.c to avoid warnings [Oberhumer]
814 - Add contrib/masmx64 [Vollant]
821 - Add INFLATE_STRICT to check distances against zlib header
824 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
825 - Add updated make_vms.com [Coghlan], update README
828 - Add FAQ entry and comments in deflate.c on uninitialized memory access
829 - Add Solaris 9 make options in configure [Gilbert]
840 - Add deflateSetHeader() and gz_header structure for custom gzip headers
841 - Add inflateGetheader() to retrieve gzip headers
842 - Add crc32_combine() and adler32_combine() functions
843 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
847 - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
855 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
861 - Add contrib/dotzlib [Ravn]
871 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
872 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
873 - Add NO_vsnprintf for VMS in zutil.h [Mozilla]
875 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
884 - Add projects/README.projects [Truta]
885 - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
889 - Add OS/2 to exe builds in configure [Poltorak]
898 - Add a note to puff.c on no distance codes case
904 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
910 - Add experimental NO_DIVIDE #define in adler32.c
914 - Add deflatePrime() function for appending in the middle of a byte
915 - Add contrib/gzappend for an example of appending to a stream
921 - Add example to contrib/visual-basic.txt [Michael B.]
922 - Add -p to mkdir's in Makefile.in [vda]
924 - Add AS400 support [Monnerat]
925 - Add a little Cygwin support [Wilson]
932 - Add build support for Amiga [Nikl]
934 - Add dylib building for Mac OS X in configure and Makefile.in
944 - Add contrib/infback9 with deflate64 decoding (unsupported)
946 - Add pragma for fdopen on MVS [van Burik]
949 - Add OF to inflateBackEnd() declaration in zlib.h
953 - Add Z_BLOCK flush option to return from inflate at block boundary
957 - Add condition so old NO_DEFLATE define still works for compatibility
967 - Add contrib/ada [Anisimkov]
970 - Add contrib/masm686 [Truta]
998 - Add type casts around strlen in example.c [Truta]
1007 - Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
1017 - Add gzip wrapper option to deflateInit2 using windowBits
1018 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
1021 - Add casting to sizeof() in gzio.c and minigzip.c
1031 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
1033 - Add AIX to configure, remove aix directory [Bakker]
1034 - Add some casts to minigzip.c
1041 - Add zlibCompileFlags() function to return compilation information
1045 - Add some Windows CE target adjustments [Mai]
1047 - Add zlib.3 [Rodgers]
1049 - Add zlib_dll_FAQ.txt to contrib [Truta]
1050 - Add UL to some constants [Truta]
1061 - Add gzclearerr() function [Souza]
1062 - Add gzungetc() function
1065 - Add Z_RLE strategy for run-length encoding [Truta]
1075 - Add some casts in inffast.c
1081 - Add "check" target to Makefile.in that does the same thing as "test"
1082 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
1085 - Add msdos and win32 directories with makefiles [Truta]
1101 - Add deflateBound() and compressBound() functions
1116 - Add aix/ with approach for compiling shared library on AIX
1117 - Add HP-UX support for shared libraries in configure
1118 - Add OpenUNIX support for shared libraries in configure
1136 - Add some FAQs (and even answers) to the FAQ
1137 - Add contrib/inflate86/ for x86 faster inflate
1138 - Add contrib/blast/ for PKWare Data Compression Library decompression
1139 - Add contrib/puff/ simple inflate for deflate format description
1343 - Add EXPORT keyword for check_func (needed for Windows DLL)