Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
zlib1g-dev /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
README.examples
1.92
KB
-rw-r--r--
2018-10-14 16:57
enough.c
24.27
KB
-rw-r--r--
2022-08-23 22:35
example.c
16.49
KB
-rw-r--r--
2022-05-26 15:47
fitblk.c
8.39
KB
-rw-r--r--
2022-08-23 22:35
gun.c
25.33
KB
-rw-r--r--
2022-08-23 22:35
gzappend.c
16.58
KB
-rw-r--r--
2022-08-23 22:35
gzjoin.c
13.8
KB
-rw-r--r--
2012-08-14 07:30
gzlog.c
40.57
KB
-rw-r--r--
2019-05-26 05:23
gzlog.h
4.45
KB
-rw-r--r--
2022-08-23 22:35
gznorm.c
21.66
KB
-rw-r--r--
2018-10-07 20:55
infcover.c
24.14
KB
-rw-r--r--
2017-01-01 07:37
minigzip.c
15.43
KB
-rw-r--r--
2022-10-01 23:52
zlib_how.html
29.13
KB
-rw-r--r--
2005-12-11 20:57
zpipe.c
6.17
KB
-rw-r--r--
2005-12-11 20:57
zran.c
17.73
KB
-rw-r--r--
2022-08-23 22:35
zran.h
2.08
KB
-rw-r--r--
2018-10-14 16:57
Save
Rename
This directory contains examples of the use of zlib and other relevant programs and documentation. enough.c calculation and justification of ENOUGH parameter in inftrees.h - calculates the maximum table space used in inflate tree construction over all possible Huffman codes fitblk.c compress just enough input to nearly fill a requested output size - zlib isn't designed to do this, but fitblk does it anyway gun.c uncompress a gzip file - illustrates the use of inflateBack() for high speed file-to-file decompression using call-back functions - is approximately twice as fast as gzip -d - also provides Unix uncompress functionality, again twice as fast gzappend.c append to a gzip file - illustrates the use of the Z_BLOCK flush parameter for inflate() - illustrates the use of deflatePrime() to start at any bit gzjoin.c join gzip files without recalculating the crc or recompressing - illustrates the use of the Z_BLOCK flush parameter for inflate() - illustrates the use of crc32_combine() gzlog.c gzlog.h efficiently and robustly maintain a message log file in gzip format - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(), and deflateSetDictionary() - illustrates use of a gzip header extra field gznorm.c normalize a gzip file by combining members into a single member - demonstrates how to concatenate deflate streams using Z_BLOCK zlib_how.html painfully comprehensive description of zpipe.c (see below) - describes in excruciating detail the use of deflate() and inflate() zpipe.c reads and writes zlib streams from stdin to stdout - illustrates the proper use of deflate() and inflate() - deeply commented in zlib_how.html (see above) zran.c zran.h index a zlib or gzip stream and randomly access it - illustrates the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary() to provide random access