Age | Commit message (Expand) | Author |
2023-11-11 | Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz" | George Koehler |
2023-08-11 | Replace use of the old BSD st_*timespec members in struct stat with | Philip Guenther |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-10-26 | compress: fix minor TOCTOU when checking for existing file | Todd C. Miller |
2022-10-23 | The cat_opts and decomp_opts fields in struct compressor are unused | Todd C. Miller |
2022-10-22 | Add support to gunzip for zip files that contain a single member. | Todd C. Miller |
2022-08-29 | Fix growth check in compress(1)/gzip(1) | Theo Buehler |
2022-06-18 | Fix gzip byte counts with 32-bit integers | George Koehler |
2022-04-10 | Print a more accurate message when -v is used with -k | Jeremie Courreges-Anglas |
2022-03-14 | add -k flag to gzip and gunzip | Solene Rapenne |
2021-01-18 | Move definition of pmode to main.c instead of a compress.h. Avoids linker | mortimer |
2020-10-12 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-27 | For "gunzip -N", only use the basename of the stored path. | Todd C. Miller |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2017-05-29 | Remove unused zclose function. | Frederic Cambus |
2016-09-03 | remove parens from method calls | Ted Unangst |
2016-09-03 | the SMALL code made a half hearted effort to exclude compression code | Ted Unangst |
2016-09-03 | start pulling apart some function pointers that take too many parameters | Ted Unangst |
2016-08-17 | When returning the file size info, only use z_total_in/z_total_out | Todd C. Miller |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2016-04-29 | Need to set in/out bytes count for gz_write too. Otherwise gzip | Todd C. Miller |
2016-04-28 | Account for multiple streams in "gzip -l" output. This fixes "gzip | Todd C. Miller |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-10-17 | Tighten pledge: We only write to stdio and never to any files if | Christian Weisgerber |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | Also needs "rpath" for some circumstances. | Theo de Raadt |
2015-10-03 | gzip can use tame "stdio wpath cpath fattr". this blocks a lot of | Theo de Raadt |
2015-08-30 | Ignore setuid/setgid settings from a compress/gzip file; original CSRG | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-06-25 | Put fts_close() where missing. | Masao Uebayashi |
2015-05-03 | Preserve times to nanosecond precision instead of just microsecond. | Philip Guenther |
2015-04-09 | Both more and less accept options beginning with '+'. | Todd C. Miller |
2015-02-01 | KNF whitespace fix and handle funopen error case. | Tobias Stoeckmann |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-07 | no more Xr to gzsig | Theo de Raadt |
2014-05-08 | +.Xr less 1 , | Jason McIntyre |
2014-05-07 | When you want more, you say "more". When you want less, you say "less". | Vadim Zhukov |
2014-03-17 | use Ex; | Jason McIntyre |
2014-01-28 | make description of gzip(1) exit status codes more accurate. | Igor Sobrado |
2014-01-28 | make it clear that -LV are no ops; ok millert | Jason McIntyre |
2014-01-27 | Remove the no-op flags -L and -V from compress(1), these options | Todd C. Miller |
2014-01-27 | remove the no-op flags -L and -V from compress(1), these options | Igor Sobrado |
2014-01-26 | - document for uncompress and zcat exit status of 0 or >0 only | Jason McIntyre |
2013-12-29 | +.Sh EXIT STATUS | Jason McIntyre |
2013-08-12 | some minor fixes; From: Jan Stary | Jason McIntyre |
2013-04-17 | zlib info header is 32-bit; handle for localtime() call; ok millert | Theo de Raadt |
2012-09-30 | When outputting to stdout and compressing would grow the file, exit | Todd C. Miller |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |