| Commit message (Expand) | Author | Age | Files | Lines |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 1 | -3/+5 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko | 2007-06-10 | 1 | -49/+49 |
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -3/+0 |
* | style fixes | Denis Vlasenko | 2007-04-13 | 1 | -7/+7 |
* | Stopped doing assignments inside expressions. | Denis Vlasenko | 2007-01-05 | 1 | -23/+39 |
* | g[un]zip: add support for -v (verbose). | Denis Vlasenko | 2006-10-01 | 1 | -7/+11 |
* | - strip 399424 off the bss by making decompress_uncompress buffers config buf... | Bernhard Reutner-Fischer | 2006-09-06 | 1 | -12/+10 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Patch from Vladamir Oleynik, reducing memory consumption. | Rob Landley | 2006-05-11 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | remove unrequired dependences | "Vladimir N. Oleynik" | 2005-09-14 | 1 | -1/+0 |
* | punt unused variable | Mike Frysinger | 2005-07-30 | 1 | -3/+0 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -7/+7 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Use safe read | Glenn L McGrath | 2003-11-21 | 1 | -1/+1 |
* | tar -Z, uncompress support | Glenn L McGrath | 2003-11-18 | 1 | -5/+0 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 |
* | Style | Glenn L McGrath | 2002-11-28 | 1 | -158/+149 |
* | Fix #define syntax | Glenn L McGrath | 2002-11-03 | 1 | -1/+1 |
* | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | 2002-11-01 | 1 | -1/+1 |
* | Allow short reads when filling compress buffer | Glenn L McGrath | 2002-11-01 | 1 | -1/+1 |
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 1 | -16/+10 |
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-19 | 1 | -0/+313 |