summaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fixup a few types to prevent gcc (rightfully) whining about mixingEric Andersen2006-01-301-4/+4
* just whitespaceTim Riker2006-01-254-19/+19
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley2006-01-205-0/+535
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-18/+16
* Don't return 0 when there's an error.Rob Landley2006-01-101-0/+2
* - silence warning about unused paramBernhard Reutner-Fischer2005-12-291-2/+1
* I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.Rob Landley2005-11-121-1/+1
* Add --no-same-owner and --no-same-permissions options to tar.Rob Landley2005-10-271-2/+6
* - typo in makefile variable: s/archvial/archival/Bernhard Reutner-Fischer2005-10-131-1/+1
* There doesn't seem to be a standard header for makedev(), but this is close.Rob Landley2005-10-111-0/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-2/+2
* Stop gcc4 from nit-picking about signedness of char *.Rob Landley2005-09-251-1/+2
* 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-111-1/+0
* typo, thanks, Bernhard Fischer"Vladimir N. Oleynik"2005-09-061-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.Rob Landley2005-08-311-1/+1
* Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger2005-08-161-1/+1
* punt unused variableMike Frysinger2005-07-301-3/+0
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* applying fixes from: Paul Fox2005-07-201-79/+81
* applying fix for:Paul Fox2005-07-201-0/+10
* fix printf warningMike Frysinger2005-04-201-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-162-7/+8
* When filling the bit buffer, gzip decompression apparently never checked for ...Manuel Novoa III2005-03-011-1/+4
* 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-082-6/+12
* Fixup some warningsEric Andersen2004-08-281-0/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-262-3/+4
* 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-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-145-22/+22
* 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-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1512-48/+48
* 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
* Remove debuggingGlenn L McGrath2004-02-171-2/+0
* Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath2004-02-171-12/+17
* Fix usage with libraries, skip symbol table.Glenn L McGrath2004-01-041-1/+1
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
* Fix tar hard linksGlenn L McGrath2003-11-272-5/+5
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-219-99/+7