Age | Commit message (Expand) | Author |
2004-07-29 | Don't set the output filename when in -t mode. Avoids an error when | Todd C. Miller |
2004-02-29 | don't stat(2) outfile in testmode; ok millert@, miod@ | Markus Friedl |
2004-01-22 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer |
2003-12-16 | really don't do -V #ifdef SMALL | Henning Brauer |
2003-12-16 | do not include rcsids with -DSMALL and as it is meaningless then do not | Henning Brauer |
2003-12-16 | avoid name clash with newer libz; breaks on static archs | Henning Brauer |
2003-12-09 | Fixes based on a patch from Moritz Jodeit; mickey@ OK | Todd C. Miller |
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 |