aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Berhnard Fischer to keep duplicate objects out of the library.Rob Landley2005-09-141-0/+1
* remove unrequired dependences"Vladimir N. Oleynik"2005-09-142-3/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-118-17/+9
* typo, thanks, Bernhard Fischer"Vladimir N. Oleynik"2005-09-061-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-053-9/+5
* Fix for bug 383: attempting to "tar c /" would error out because strippingRob Landley2005-09-011-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.Rob Landley2005-08-311-1/+1
* Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutRob Landley2005-08-301-48/+22
* Dirk Clemens pointed out how easy it is to support bzip2 compression, since weRob Landley2005-08-301-18/+15
* Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger2005-08-163-3/+3
* punt unused variableMike Frysinger2005-07-301-3/+0
* tell people to ignore the save_name warningMike Frysinger2005-07-301-0/+1
* rename the accept/reject names since accept overrides the accept() socket fun...Mike Frysinger2005-07-301-6/+6
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-272-2/+2
* applying fix for:Paul Fox2005-07-221-0/+2
* applying fixes from: Paul Fox2005-07-202-223/+414
* applying fix for:Paul Fox2005-07-201-0/+10
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-113-3/+3
* abort if user passes -r or if they dont pass anythingMike Frysinger2005-05-091-3/+8
* add comments about ignoring some warnings which are OKMike Frysinger2005-04-231-0/+8
* fix printf warningMike Frysinger2005-04-201-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-164-40/+41
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-162-8/+8
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlyManuel Novoa III2005-03-021-0/+1
* When filling the bit buffer, gzip decompression apparently never checked for ...Manuel Novoa III2005-03-011-1/+4
* Takeharu KATO writes:Eric Andersen2005-02-111-1/+1
* Minor in-passing crapectomy.Rob Landley2004-12-171-26/+6
* Don't document compiler warnings. _FIX_ compiler warnings.Rob Landley2004-11-161-12/+13
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+1
* egor duda writes:Eric Andersen2004-10-084-12/+24
* Make it more apparent that archive creation is not supportedEric Andersen2004-10-071-6/+10
* Fixup some warningsEric Andersen2004-08-282-0/+4
* Tito writes:Eric Andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-263-12/+9
* Fixup -T (--files-from) option, works for non-directories nowGlenn L McGrath2004-07-211-3/+6
* Update reference for zip formatGlenn L McGrath2004-06-061-1/+4
* Steve Grubb writes:Eric Andersen2004-05-051-2/+2
* Fix symlink handling and small memory leakGlenn L McGrath2004-04-291-0/+5
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-255-5/+5
* Larry Doolittle writes:Eric Andersen2004-04-148-44/+44
* Add a comment explaining why we have to check for an extra \nGlenn L McGrath2004-04-091-1/+3
* rename uncompress.c to decompress_uncompress.cEric Andersen2004-04-053-1279/+4
* Add missing include filesEric Andersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-278-17/+17
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1524-129/+129
* Fix option handling, -i or -t must be given, if both ignore the -t.Glenn L McGrath2004-02-251-39/+44
* Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath2004-02-211-1/+1
* Fix up hard linksGlenn L McGrath2004-02-201-3/+5
* A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath2004-02-201-11/+8
* Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath2004-02-191-9/+24