| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gzip cleanup part #10 | Denis Vlasenko | 2007-01-07 | 1 | -353/+341 |
* | gzip cleanup part #9 | Denis Vlasenko | 2007-01-07 | 1 | -105/+84 |
* | gzip cleanup part #8 | Denis Vlasenko | 2007-01-07 | 1 | -178/+168 |
* | gzip cleanup part #7 | Denis Vlasenko | 2007-01-07 | 1 | -5/+5 |
* | gzip cleanup part #6 | Denis Vlasenko | 2007-01-07 | 1 | -33/+45 |
* | gzip cleanup part #5 | Denis Vlasenko | 2007-01-07 | 1 | -204/+212 |
* | gzip cleanup part #4 | Denis Vlasenko | 2007-01-07 | 1 | -35/+39 |
* | gzip cleanup part #3 | Denis Vlasenko | 2007-01-07 | 1 | -73/+66 |
* | gzip cleanup part #2 | Denis Vlasenko | 2007-01-07 | 1 | -210/+50 |
* | a ton of gzip changes, split up in compiled and | Denis Vlasenko | 2007-01-07 | 1 | -188/+145 |
* | kill unused variable | Denis Vlasenko | 2007-01-06 | 1 | -14/+5 |
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -2/+4 |
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -1/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | gzip: add a bit of comment. The code itself | Denis Vlasenko | 2006-10-01 | 1 | -4/+8 |
* | g[un]zip: add support for -v (verbose). | Denis Vlasenko | 2006-10-01 | 1 | -2/+5 |
* | gzip: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -35/+27 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -1/+1 |
* | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko | 2006-09-09 | 1 | -3/+1 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -9/+5 |
* | These should have been part of 15767 too. | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | More removal of "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -9/+0 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -10/+10 |
* | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | More size shrinkage. | Rob Landley | 2006-05-29 | 1 | -11/+1 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 1 | -25/+10 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -5/+7 |
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -15/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 1 | -4/+0 |
* | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | Bernhard Reutner-Fischer | 2005-10-07 | 1 | -1/+1 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -7/+7 |
* | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III | 2005-03-02 | 1 | -0/+1 |
* | Takeharu KATO writes: | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
* | Minor in-passing crapectomy. | Rob Landley | 2004-12-17 | 1 | -26/+6 |
* | 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 | -3/+3 |
* | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | 2003-11-14 | 1 | -4/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -16/+16 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -1/+1 |
* | Use error_msg instead of printf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -7/+6 |
* | Remove duplicate variable definition | Glenn L McGrath | 2002-08-22 | 1 | -1/+0 |
* | Run through indent | Glenn L McGrath | 2002-08-22 | 1 | -241/+238 |
* | * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use | Matt Kraai | 2002-03-22 | 1 | -2/+2 |