* testsuite/README: Document -v option.
[oweals/busybox.git] / archival /
2002-01-02 Matt Kraai* archival/dpkg.c (create_list): Use chomp.
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-20 Matt KraaiPerform clean up only if CONFIG_FEATURE_CLEAN_UP is...
2001-12-20 Matt KraaiWrite files when extracting an archive from standard...
2001-12-18 Eric AndersenThings like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where...
2001-12-06 Eric AndersenMore copyright and email addr cleanups
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-12-05 Glenn L McGrathSimplify unzip(), remove unused checks and unneccessary...
2001-12-05 Glenn L McGrathSimplify CRC table generation
2001-12-05 Glenn L McGrathFix some fegfaults and picket fence
2001-12-05 Glenn L McGrathFail gracefully if package depends on a virtual package.
2001-11-29 Glenn L McGrathgunzip was incorrectly reporting a failed crc and lengt...
2001-11-19 Matt KraaiFix opt type in dpkg (closes: #118975).
2001-11-18 Glenn L McGrathbzcat and bunzip -c support from Thomas Lundquist
2001-11-17 Eric AndersenMinor warning cleanups
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-11-12 Matt KraaiEliminate unused variable warnings.
2001-11-12 Matt KraaiUse fopen wrapper.
2001-11-10 Eric Andersenconfig.in features patch from Giulio Orsero <giulioo...
2001-11-03 Glenn L McGrathFix create list segfault
2001-10-27 Glenn L McGrathAttempt to fix libc compiling error regarding off_t
2001-10-27 Eric AndersenWrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_...
2001-10-25 Glenn L McGrathMenu entry for tar creation support
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-25 Glenn L McGrath*** empty log message ***
2001-10-24 Matt KraaiAdd CONFIG_FEATURE_TAR_EXCLUDE support.
2001-10-24 Eric AndersenFix variable name -- was stuck at the old RPMUNPACK...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-23 Glenn L McGrathAbort if scripts return value != 0
2001-10-18 Matt KraaiProcess extra empty lines correctly.
2001-10-18 Matt KraaiRemove xmalloc calls.
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-10-13 Glenn L McGrathReverse part of previous change.... i think it was...
2001-10-13 Glenn L McGrathMatch subdirectories of included/excluded files
2001-10-13 Glenn L McGrathSuperficial changes to make the exclude/include code...
2001-10-12 Matt KraaiFix tar segfault when include list is empty and exclude...
2001-10-06 Glenn L McGrathAnother part of Stafan's latest patch, when replacing...
2001-10-06 Glenn L McGrathstatus_package_num should refer to package not status.
2001-10-05 Glenn L McGrathInitial support for for bunzip2....
2001-10-05 Glenn L McGrathChange extraction/list code to use common unarchive...
2001-10-04 Glenn L McGrathFixes with help from Stefan, Typo in prerm script,...
2001-10-03 Glenn L McGrathExtract control.tar.gz and data.tar.gz unconditionally...
2001-09-29 Glenn L McGrathFix return status, picked up by Stefan
2001-09-22 Glenn L McGrathThe <package>.list file was prepending "./" to the...
2001-09-22 Glenn L McGrathDont free everytime getline() is used, fix from Stefan...
2001-09-21 Glenn L McGrathFix to make preinst run when required, from Stefan...
2001-09-21 Glenn L McGrathImplement dpkg -l option, from Stefan Soucek (slightly...
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-22 Eric AndersenPatch from Rodney Brown <RDBrown@mira.net>, shrinking...
2001-08-15 Glenn L McGrathFix version comparision bug
2001-07-30 Glenn L McGrathIf filename is a '-' then read from stdin to stdout
2001-07-19 Glenn L McGrathCleanup (most) memory leaks
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathUse the unofficial -C instead of -c to --configure...
2001-07-18 Glenn L McGrathMore feedback to user
2001-07-18 Glenn L McGrathBe more verbose when configureing package, minor changes
2001-07-18 Glenn L McGrathUse xfopen to abort on error to prevent segfaulting...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-14 Glenn L McGrathAllow the unarchive() extract_list variable to be NULL...
2001-07-14 Glenn L McGrathTolerate fields with no data, e.g. "Depends: "
2001-07-13 Glenn L McGrathTotal rewrite, uses hash tables for speed and low memor...
2001-07-13 Glenn L McGrathDont setvbuff in here, must be called just after stream...
2001-07-13 Glenn L McGrathCall setvbuf from here isntead of gz_open for compatabi...
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-07-11 Glenn L McGrathUnpack the filename not the package name
2001-07-10 Matt KraaiRead 20 512-byte blocks at a time (like GNU tar).
2001-07-07 Eric AndersenMinor update to include file ordering
2001-07-03 Matt KraaiRemove a redundant call to mkdir.
2001-07-02 Eric AndersenPatch from Aaron Lehmann <aaronl@vitelus.com> to scrub...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Tim Rikercomment cleanup
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Eric AndersenAdd in (and ignore) tar -p, since we preserver permissi...
2001-06-20 Eric Andersenit turs out, there was a nasty tar bug where bb tar...
2001-06-20 Glenn L McGrathInitialise in_file to stdin, so it wont crash if no...
2001-06-20 Glenn L McGrathChanged gz_open to ruturn a stream
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-04 Eric AndersenRevert the patch from Konstantin Boldyshev <konst@linux...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-22 Matt KraaiMake - read compressed data from stdin (thanks to Mariu...
2001-05-22 Matt KraaiCorrectly remove leading slashes upon extraction (thank...
2001-05-17 Matt KraaiRemove unused function. If necessary, we can use remov...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-13 Eric AndersenDo not ever change permissions on existing directories...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-07 Glenn L McGrathwoops, forgot the break statment
next