aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive
AgeCommit message (Expand)Author
2006-02-20Bug 640: a filename of length exactly 100 could bleed into the next field onRob Landley
2006-02-20The gentoo security guys found another way to segfault busybox's decompressionRob Landley
2006-02-17Fix for an integer overflow bug that could cause a segfault on certainRob Landley
2006-02-17The tendency of vi to auto-indent can be really annoying at times.Rob Landley
2006-02-17More whitespace than you can possibly imagine...Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-30sort out yet more type issuesEric Andersen
2006-01-30fixup a few types to prevent gcc (rightfully) whining about mixingEric Andersen
2006-01-25just whitespaceTim Riker
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2006-01-20Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-10Don't return 0 when there's an error.Rob Landley
2005-12-29- silence warning about unused paramBernhard Reutner-Fischer
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-13- typo in makefile variable: s/archvial/archival/Bernhard Reutner-Fischer
2005-10-11There doesn't seem to be a standard header for makedev(), but this is close.Rob Landley
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer
2005-09-25Stop gcc4 from nit-picking about signedness of char *.Rob Landley
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-08-31Anand Avati hit an integer overflow problem in our unzip code.Rob Landley
2005-08-16Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger
2005-07-30punt unused variableMike Frysinger
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-20applying fixes from: Paul Fox
2005-07-20applying fix for:Paul Fox
2005-04-20fix printf warningMike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-03-01When filling the bit buffer, gzip decompression apparently never checked for ...Manuel Novoa III
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-08-28Fixup some warningsEric Andersen
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric 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-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