aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.Rob Landley
2005-10-27Add --no-same-owner and --no-same-permissions options to tar.Rob Landley
2005-10-16The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,Rob Landley
2005-10-16Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),Rob Landley
2005-10-15llist must initialize, add loses ifdef, small indent correction"Vladimir N. Oleynik"
2005-10-15Add --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-12usage bb_dev_null"Vladimir N. Oleynik"
2005-10-12Prepend '-' to the first argument if required, more const, indent"Vladimir N. Oleynik"
2005-10-12new featured bb_opt_complementally, correct argc checking"Vladimir N. Oleynik"
2005-10-11There 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-10bb_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-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-25Stop gcc4 from nit-picking about signedness of char *.Rob Landley
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-14Patch from Berhnard Fischer to keep duplicate objects out of the library.Rob Landley
2005-09-14remove unrequired dependences"Vladimir N. Oleynik"
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-09-06typo, thanks, Bernhard Fischer"Vladimir N. Oleynik"
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-09-01Fix for bug 383: attempting to "tar c /" would error out because strippingRob Landley
2005-08-31Anand Avati hit an integer overflow problem in our unzip code.Rob Landley
2005-08-30Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutRob Landley
2005-08-30Dirk Clemens pointed out how easy it is to support bzip2 compression, since weRob Landley
2005-08-16Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger
2005-07-30punt unused variableMike Frysinger
2005-07-30tell people to ignore the save_name warningMike Frysinger
2005-07-30rename the accept/reject names since accept overrides the accept() socket fun...Mike Frysinger
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-22applying fix for:Paul Fox
2005-07-20applying fixes from: Paul Fox
2005-07-20applying fix for:Paul Fox
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger
2005-05-09abort if user passes -r or if they dont pass anythingMike Frysinger
2005-04-23add comments about ignoring some warnings which are OKMike Frysinger
2005-04-20fix printf warningMike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
2005-03-02Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlyManuel Novoa III
2005-03-01When filling the bit buffer, gzip decompression apparently never checked for ...Manuel Novoa III
2005-02-11Takeharu KATO writes:Eric Andersen
2004-12-17Minor in-passing crapectomy.Rob Landley
2004-11-16Don't document compiler warnings. _FIX_ compiler warnings.Rob Landley
2004-10-13Make certain clients of bb_make_directory default to honoringEric Andersen
2004-10-08egor duda writes:Eric Andersen