aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
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
2004-10-07Make it more apparent that archive creation is not supportedEric Andersen
2004-08-28Fixup some warningsEric Andersen
2004-08-26Tito writes:Eric Andersen
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen
2004-07-21Fixup -T (--files-from) option, works for non-directories nowGlenn L McGrath
2004-06-06Update reference for zip formatGlenn L McGrath
2004-05-05Steve Grubb writes:Eric Andersen
2004-04-29Fix symlink handling and small memory leakGlenn L McGrath
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-09Add a comment explaining why we have to check for an extra \nGlenn L McGrath
2004-04-05rename uncompress.c to decompress_uncompress.cEric Andersen
2004-03-27Add missing include filesEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-25Fix option handling, -i or -t must be given, if both ignore the -t.Glenn L McGrath
2004-02-21Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath
2004-02-20Fix up hard linksGlenn L McGrath
2004-02-20A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath
2004-02-19Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath
2004-02-17Remove debuggingGlenn L McGrath
2004-02-17Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath
2004-01-30s/u_int/uint/gEric Andersen
2004-01-25Add the -h, --dereference option for archive creation.Glenn L McGrath
2004-01-17Patch from Arthur Othieno, clarify common options between dpkg and dpkg-debGlenn L McGrath
2004-01-07Use bb_getopt_ulflags, save 100 bytes and strict argument checking.Glenn L McGrath
2004-01-05Use bb_getopt_ulflags, save 150 bytes.Glenn L McGrath
2004-01-05Use bb_getopt_ulflags, simplify some logic, saves some bytes.Glenn L McGrath
2004-01-04Fix usage with libraries, skip symbol table.Glenn L McGrath
2004-01-04Use bb_getopt_ulflags, saves some space, better argument checking.Glenn L McGrath
2003-12-26Isolate code better for unused options, config option to enable longGlenn L McGrath
2003-12-22Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath
2003-12-21Don't hose up perms for files that happen to have symlinksEric Andersen
2003-12-05Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath
2003-11-28Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath
2003-11-27Fix tar hard linksGlenn L McGrath
2003-11-26Important bugfixes from Ian Campbell.Glenn L McGrath