aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2000-11-14Grammer fix. Changed "longer then" to "longer than". Fix thanks to JimEric Andersen
2000-11-08Move flush_outbuf to the file in which it is used, and by doing so fix aMatt Kraai
2000-11-08Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others IMatt Kraai
2000-11-07Cleanup of duplicated symbols -- found by compiling withEric Andersen
2000-10-23Fix error messages.Matt Kraai
2000-10-09Fix a thinko. Patch from Justus Pendleton <justus@acm.org>Eric Andersen
2000-09-29General cleanup of comments, defines, includes, and global variables, removed...Glenn L McGrath
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-24Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingEric Andersen
2000-09-23Fix an obscure option parsing bug.Eric Andersen
2000-09-22Clean up error messages.Matt Kraai
2000-09-19Reverted my conversion of tar to getopt to ensure tar canEric Andersen
2000-09-18Remove definition of basename.Glenn L McGrath
2000-09-15Updated stdin/stdout treatment to match that of gnu tar.Matt Kraai
2000-09-15Reorganize listing code.Matt Kraai
2000-09-15Allow non-verbose listing to work.Matt Kraai
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-09-11Fix .deb unpack and experimental TAR supportGlenn L McGrath
2000-09-11Simplify a few little things, and merge in a patch fromEric Andersen
2000-09-09remove some printf statements i forgot aboutGlenn L McGrath
2000-09-09Implemented new ar functionality unique to busybox ar (i think), the -RGlenn L McGrath
2000-09-09Changed getopt so that options can be grouped together, the sourceGlenn L McGrath
2000-09-09Fix permisionsGlenn L McGrath
2000-09-09Now supports GNU style long filenames.Glenn L McGrath
2000-09-04Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai
2000-09-04Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai
2000-09-01Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen
2000-09-01Argh. I *will* compile before checking in.Matt Kraai
2000-09-01Don't unlink files if we are extracting to stdout.Matt Kraai
2000-09-01Correct the stdin/stdout behavior when no args are provided.Eric Andersen
2000-09-01Sigh. Seems I screwed up last time. This fixed detectingEric Andersen
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-11Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com>Eric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-08-02Merge in two patches from Dave Cinege:Eric Andersen
2000-07-28Fix from Robert Kaiser for stdin behavior.Eric Andersen
2000-07-21Fixed stdin/stdout paths so things likeEric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-12Always report the applet name when doing error reporting.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-06* Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen
2000-07-06a few minor cleanups.Eric Andersen
2000-07-05Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toEric Andersen
2000-06-28* Fixed a _horrible_ bug where 'tar -tvf' could unlinkEric Andersen
2000-06-26readlink(2) does not NULL terminate the buffer it reads in, but tar expected itEric Andersen
2000-06-21'tar --help' wasn't working. Fixed it.Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-16Update to ar.c from Glenn McGrath. His comments follow:Eric Andersen
2000-06-09* Fixed a small bug that could cause tar to emit warning messagesEric Andersen