| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --no-same-owner and --no-same-permissions options to tar. | Rob Landley | 2005-10-27 | 2 | -37/+58 |
* | The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, | Rob Landley | 2005-10-16 | 1 | -2/+2 |
* | Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), | Rob Landley | 2005-10-16 | 1 | -188/+146 |
* | llist must initialize, add loses ifdef, small indent correction | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -30/+33 |
* | Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). | Rob Landley | 2005-10-15 | 1 | -20/+24 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 3 | -15/+6 |
* | - typo in makefile variable: s/archvial/archival/ | Bernhard Reutner-Fischer | 2005-10-13 | 1 | -1/+1 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -1/+1 |
* | Prepend '-' to the first argument if required, more const, indent | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -7/+12 |
* | new featured bb_opt_complementally, correct argc checking | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -14/+6 |
* | There doesn't seem to be a standard header for makedev(), but this is close. | Rob Landley | 2005-10-11 | 1 | -0/+1 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 3 | -3/+3 |
* | 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 | 3 | -4/+4 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -6/+2 |
* | Stop gcc4 from nit-picking about signedness of char *. | Rob Landley | 2005-09-25 | 1 | -1/+2 |
* | use the shorter license header | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 2 | -4/+4 |
* | Patch from Berhnard Fischer to keep duplicate objects out of the library. | Rob Landley | 2005-09-14 | 1 | -0/+1 |
* | remove unrequired dependences | "Vladimir N. Oleynik" | 2005-09-14 | 2 | -3/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 8 | -17/+9 |
* | typo, thanks, Bernhard Fischer | "Vladimir N. Oleynik" | 2005-09-06 | 1 | -1/+1 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 3 | -9/+5 |
* | Fix for bug 383: attempting to "tar c /" would error out because stripping | Rob Landley | 2005-09-01 | 1 | -1/+1 |
* | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley | 2005-08-31 | 1 | -1/+1 |
* | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | Rob Landley | 2005-08-30 | 1 | -48/+22 |
* | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we | Rob Landley | 2005-08-30 | 1 | -18/+15 |
* | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | 2005-08-16 | 3 | -3/+3 |
* | punt unused variable | Mike Frysinger | 2005-07-30 | 1 | -3/+0 |
* | tell people to ignore the save_name warning | Mike Frysinger | 2005-07-30 | 1 | -0/+1 |
* | rename the accept/reject names since accept overrides the accept() socket fun... | Mike Frysinger | 2005-07-30 | 1 | -6/+6 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 2 | -2/+2 |
* | applying fix for: | Paul Fox | 2005-07-22 | 1 | -0/+2 |
* | applying fixes from: | Paul Fox | 2005-07-20 | 2 | -223/+414 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+10 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger | 2005-05-11 | 3 | -3/+3 |
* | abort if user passes -r or if they dont pass anything | Mike Frysinger | 2005-05-09 | 1 | -3/+8 |
* | add comments about ignoring some warnings which are OK | Mike Frysinger | 2005-04-23 | 1 | -0/+8 |
* | fix printf warning | Mike Frysinger | 2005-04-20 | 1 | -1/+1 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 4 | -40/+41 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 2 | -8/+8 |
* | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III | 2005-03-02 | 1 | -0/+1 |
* | When filling the bit buffer, gzip decompression apparently never checked for ... | Manuel Novoa III | 2005-03-01 | 1 | -1/+4 |
* | Takeharu KATO writes: | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
* | Minor in-passing crapectomy. | Rob Landley | 2004-12-17 | 1 | -26/+6 |
* | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley | 2004-11-16 | 1 | -12/+13 |
* | Make certain clients of bb_make_directory default to honoring | Eric Andersen | 2004-10-13 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 4 | -12/+24 |
* | Make it more apparent that archive creation is not supported | Eric Andersen | 2004-10-07 | 1 | -6/+10 |