summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Expand)Author
2003-11-21Simplified support for concatenated files; similar to what zlib does.Todd C. Miller
2003-11-14Add support for inflating multiple concatenated file like GNU gzip does.Todd C. Miller
2003-10-01.Xr compress 3 and a typo;Jason McIntyre
2003-09-05KNF nit pointed out by theoHenning Brauer
2003-09-05dont error out when the input file is a symlink AND output goes to stdoutHenning Brauer
2003-09-05- add gzcat to SYNOPSIS and DESCRIPTIONJason McIntyre
2003-09-05we kind of need this new file from canacarTheo de Raadt
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
2003-08-16Update HISTORY section. Full gzip compat was added in 3.4 and theTodd C. Miller
2003-08-06typo;Jason McIntyre
2003-08-05spacingTheo de Raadt
2003-08-03gnu gzip dir is now bye byeTheo de Raadt
2003-08-03protosTheo de Raadt
2003-08-02A new, BSD licensed znew(1). Some suggestions from krw@ and millert@.Otto Moerbeek
2003-08-02Manual page for a new, BSD licensed znew(1).Otto Moerbeek
2003-08-02Better description of how uncompressed file name is generated.Todd C. Miller
2003-08-01cleanup;Jason McIntyre
2003-07-31Wrap a long lineOtto Moerbeek
2003-07-31Welcome BSD gzexe(1).Otto Moerbeek
2003-07-31A new, BSD licensed gzexe(1).Otto Moerbeek
2003-07-31The manual page for the new, BSD licensed gzexe(1).Otto Moerbeek
2003-07-29Instead of checking for "stdout" in decompress(), just do the checkTodd C. Miller
2003-07-29Bye bye GNU zforce(1), welcome BSD zforce(1).Otto Moerbeek
2003-07-29BSD licensed manual page for zforce(1). Some suggestions by jmc@.Otto Moerbeek
2003-07-29Add $OpenBSD$Otto Moerbeek
2003-07-29A new, BSD licensed version of the zforce(1) script.Otto Moerbeek
2003-07-29Check cat, not pipin when deciding whether or not to make useTodd C. Miller
2003-07-27Return FAILURE for "file would grow" case so the .gz file gets removed.Todd C. Miller
2003-07-25o deal with the case where -N was specified but no saved mtime in the gz fileTodd C. Miller
2003-07-20document exit valuesTodd C. Miller
2003-07-18Previously, "cat" mode (ie: zcat) was set if no input file was specified,Todd C. Miller
2003-07-18Change "nosave" back into a boolean for improved grokability.Todd C. Miller
2003-07-17two calls is less than a loop for two; millert@ okMichael Shalayeff
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-15Don't compress a file that already has a known compression prefix.Todd C. Miller
2003-07-14Improved (and cleaner) suffix handling code. Now "gunzip foo.tgz"Todd C. Miller
2003-07-14-t and implied -c due to piped in input is a legal combination of flagsMichael Shalayeff
2003-07-13Small tweaks from jmc@Todd C. Miller
2003-07-13Install zdiff.1; noted by marc@Todd C. Miller
2003-07-12Add zdiffTodd C. Miller
2003-07-11No longer need to assume -g when reading from stdin.Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-06-30Make usage() take the exit val are an argument and have the -h flagTodd C. Miller
2003-06-29Return EINVAL on crc failure for gzip and make the driver programTodd C. Miller
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-27Fix -t mode; it needs to set decomp=1 tooTodd C. Miller
2003-06-23some cleanupsTheo de Raadt
2003-06-23- further document differences between compress and gzipJason McIntyre