index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
compress
/
main.c
Age
Commit message (
Expand
)
Author
2003-09-05
KNF nit pointed out by theo
Henning Brauer
2003-09-05
dont error out when the input file is a symlink AND output goes to stdout
Henning Brauer
2003-09-05
add a null compressor from canacar@ that lets gzcat work with uncompressed
Ted Unangst
2003-08-05
spacing
Theo de Raadt
2003-07-29
Instead of checking for "stdout" in decompress(), just do the check
Todd C. Miller
2003-07-29
Check cat, not pipin when deciding whether or not to make use
Todd C. Miller
2003-07-27
Return FAILURE for "file would grow" case so the .gz file gets removed.
Todd C. Miller
2003-07-25
o deal with the case where -N was specified but no saved mtime in the gz file
Todd C. Miller
2003-07-18
Previously, "cat" mode (ie: zcat) was set if no input file was specified,
Todd C. Miller
2003-07-18
Change "nosave" back into a boolean for improved grokability.
Todd C. Miller
2003-07-17
o implement -l, -n and -N (including setting outfile + mtime)
Todd C. Miller
2003-07-15
Don't compress a file that already has a known compression prefix.
Todd C. Miller
2003-07-14
Improved (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 flags
Michael Shalayeff
2003-07-11
Move magic number checking into main.c and make it work when
Todd C. Miller
2003-07-08
fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok
Michael Shalayeff
2003-06-30
Make usage() take the exit val are an argument and have the -h flag
Todd C. Miller
2003-06-29
Return EINVAL on crc failure for gzip and make the driver program
Todd C. Miller
2003-06-27
Fix -t mode; it needs to set decomp=1 too
Todd C. Miller
2003-06-23
Fix a typo in my last commit and convert file "-" to /dev/stdin like
Todd C. Miller
2003-06-23
When trying to cat a non-file, say "foo not a regular file" instead of
Todd C. Miller
2003-06-22
man page changes from jmc: use this as gzip too
Theo de Raadt
2003-06-22
knf and ansi
Theo de Raadt
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-04
4 was deleted, should be 3
Theo de Raadt
2003-04-07
strlcpy; from Hans-Joerg.Hoexer@yerbouti.franken.de
Theo de Raadt
2003-01-07
Avoid trashing an existing output file when the input cannot be read.
Todd C. Miller
2003-01-06
fix aproblem w/ -oct mix check and compressing /dev/stdin; millert@ ok
Michael Shalayeff
2002-12-17
o Implement -r (recursive) option
Todd C. Miller
2002-12-08
grop long option names, like gzip.
Michael Shalayeff
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2000-12-12
Fix call to getopt(3) -- -S takes an argument; mpech@prosoft.org.lv
Todd C. Miller
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-03-10
plug leak
David Leonard
1999-09-26
remove unneeded changes
Michael Shalayeff
1999-09-26
read/write, and compressor->read/write results are signed values.
Marc Espie
1998-09-10
proper strncpy
Theo de Raadt
1998-03-10
fix coredump on pipe to uncompress
Michael Shalayeff
1998-02-13
Don't do chflags() if st_flags is zero. Fixes bogus error when
Todd C. Miller
1997-08-19
Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec)
denny
1997-07-19
initialization overwrites program name parsing
Michael Shalayeff
1997-07-08
one tiny change
Michael Shalayeff
1997-07-08
restore compress to terminal
Michael Shalayeff
1997-07-06
fix error handling
Michael Shalayeff
1997-07-06
correct program name decoding
Michael Shalayeff
1997-07-06
do gzip
Michael Shalayeff