Age | Commit message (Expand) | Author |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-20 | Patch from Aurelien Jacobs to add unlzma. (A new decompression type, | Rob Landley |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2006-01-10 | Don't return 0 when there's an error. | Rob Landley |
2006-01-09 | Bug 547: writing out the tar file header before we confirm we can actually | Rob Landley |
2006-01-04 | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | Mike Frysinger |
2005-12-29 | - silence warning about unused param | Bernhard Reutner-Fischer |
2005-12-16 | Bug 601: When we fork an archiver and feed stuff to it through a pipe, if | Rob Landley |
2005-12-12 | - typo: s/sucess/success/g | Bernhard Reutner-Fischer |
2005-12-06 | reduce 3 warning if compile with -W | "Vladimir N. Oleynik" |
2005-11-12 | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | Rob Landley |
2005-10-27 | Add --no-same-owner and --no-same-permissions options to tar. | Rob Landley |
2005-10-16 | The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859, | Rob Landley |
2005-10-16 | Whitespace and curly bracket cleanup (our tabstop is 4 in busybox), | Rob Landley |
2005-10-15 | llist must initialize, add loses ifdef, small indent correction | "Vladimir N. Oleynik" |
2005-10-15 | Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar). | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-13 | - typo in makefile variable: s/archvial/archival/ | Bernhard Reutner-Fischer |
2005-10-12 | usage bb_dev_null | "Vladimir N. Oleynik" |
2005-10-12 | Prepend '-' to the first argument if required, more const, indent | "Vladimir N. Oleynik" |
2005-10-12 | new featured bb_opt_complementally, correct argc checking | "Vladimir N. Oleynik" |
2005-10-11 | There doesn't seem to be a standard header for makedev(), but this is close. | Rob Landley |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-10-10 | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" |
2005-10-07 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | Bernhard Reutner-Fischer |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" |
2005-09-25 | Stop gcc4 from nit-picking about signedness of char *. | Rob Landley |
2005-09-24 | use the shorter license header | Mike Frysinger |
2005-09-24 | use brief license line | Mike Frysinger |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-14 | Patch from Berhnard Fischer to keep duplicate objects out of the library. | Rob Landley |
2005-09-14 | remove unrequired dependences | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-06 | typo, thanks, Bernhard Fischer | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-09-01 | Fix for bug 383: attempting to "tar c /" would error out because stripping | Rob Landley |
2005-08-31 | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley |
2005-08-30 | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | Rob Landley |
2005-08-30 | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we | Rob Landley |
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger |
2005-07-30 | punt unused variable | Mike Frysinger |
2005-07-30 | tell people to ignore the save_name warning | Mike Frysinger |
2005-07-30 | rename the accept/reject names since accept overrides the accept() socket fun... | Mike Frysinger |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger |
2005-07-22 | applying fix for: | Paul Fox |
2005-07-20 | applying fixes from: | Paul Fox |
2005-07-20 | applying fix for: | Paul Fox |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-09 | abort if user passes -r or if they dont pass anything | Mike Frysinger |