Move the warning msg after features.h gets pulled in.
[oweals/busybox.git] / archival /
2001-03-15 Mark WhitleyIf only BB_DPKG was enabled in Config.h, busybox would...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric Andersenfix a few mallocs to be xmallocs.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathCloser integration with dpkg-deb and other busybox...
2001-02-12 Glenn L McGrathNew option 'list' produces output that can be used...
2001-02-11 Glenn L McGrathNew function, deb-extract to be used by dpkg, code...
2001-02-11 Glenn L McGrathConsmetic changes
2001-02-11 Glenn L McGrathMore style changes
2001-02-11 Glenn L McGrathStyle changes; use get_line_from_file from utilities
2001-02-10 Glenn L McGrathUse copy_file from utilty.c, remove some char defines
2001-02-10 Glenn L McGrathBug fix, rename status file, cleanups
2001-02-10 Glenn L McGrathReplace status defines with const int to conform to...
2001-02-10 Glenn L McGrathInitial import
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Matt KraaiUse getopt (or getopt_long).
2001-01-22 Matt KraaiFixed listed files to extract to be more like GNU....
2001-01-20 Glenn L McGrathClose files before exit
2001-01-20 Glenn L McGrathClose unused pipe handle before fork (for tar -z).
2001-01-13 Matt KraaiFix ownership of extracted directories.
2001-01-03 Matt KraaiBehave like GNU tar when matching excluded files.
2001-01-03 Glenn L McGrathFix warning for unused variable
2001-01-02 Glenn L McGrathreally add dpkg-deb.c this time
2001-01-02 Glenn L McGrathadd dpkg-deb command
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-19 Matt KraaiBe sure to read from the given path, not the one used...
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-15 Glenn L McGrathRewrite, fix a bug with multiple long filenames, simpli...
2000-12-13 Eric AndersenAdd GNU compatibile gzip -d
2000-12-13 Eric AndersenPatch from Matt Kraai:
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-10 Glenn L McGrathIntroduce new function gunzip_init()
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Eric AndersenPatch from Jim Gleason <jimg@lineo.com> to fix tar...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-04 Eric AndersenPatch to add in the -X option and fix the --exclude...
2000-12-01 Eric AndersenMake tar shutup on compile
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-30 Matt KraaiNote an error if we are unable to list/extract specifie...
2000-11-18 Matt KraaiCheck for archive errors even for files we aren't extra...
2000-11-14 Eric AndersenGrammer fix. Changed "longer then" to "longer than...
2000-11-08 Matt KraaiMove flush_outbuf to the file in which it is used,...
2000-11-08 Matt KraaiFix some bugs reported by Jim Gleason <jimg@lineo.com...
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-23 Matt KraaiFix error messages.
2000-10-09 Eric AndersenFix a thinko. Patch from Justus Pendleton <justus...
2000-09-29 Glenn L McGrathGeneral cleanup of comments, defines, includes, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-24 Eric AndersenFix bug#1043 -- hanlde long filenames and links (in...
2000-09-23 Eric AndersenFix an obscure option parsing bug.
2000-09-22 Matt KraaiClean up error messages.
2000-09-19 Eric AndersenReverted my conversion of tar to getopt to ensure tar can
2000-09-18 Glenn L McGrathRemove definition of basename.
2000-09-15 Matt KraaiUpdated stdin/stdout treatment to match that of gnu...
2000-09-15 Matt KraaiReorganize listing code.
2000-09-15 Matt KraaiAllow non-verbose listing to work.
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathFix .deb unpack and experimental TAR support
2000-09-11 Eric AndersenSimplify a few little things, and merge in a patch...
2000-09-09 Glenn L McGrathremove some printf statements i forgot about
2000-09-09 Glenn L McGrathImplemented new ar functionality unique to busybox...
2000-09-09 Glenn L McGrathChanged getopt so that options can be grouped together...
2000-09-09 Glenn L McGrathFix permisions
2000-09-09 Glenn L McGrathNow supports GNU style long filenames.
2000-09-04 Matt KraaiAllow compilation when not using BB_FEATURE_TAR_EXCLUDE...
2000-09-04 Matt KraaiAllow selective extraction and listing of files. And...
2000-09-01 Eric AndersenFixed a stupid thinko preventing zcat from doing its...
2000-09-01 Matt KraaiArgh. I *will* compile before checking in.
2000-09-01 Matt KraaiDon't unlink files if we are extracting to stdout.
2000-09-01 Eric AndersenCorrect the stdin/stdout behavior when no args are...
2000-09-01 Eric AndersenSigh. Seems I screwed up last time. This fixed detecting
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-11 Eric AndersenFix to make 'ar xv' work, thanks to Kent Robotti <robot...
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-28 Eric AndersenFix from Robert Kaiser for stdin behavior.
2000-07-21 Eric AndersenFixed stdin/stdout paths so things like
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-06 Eric Andersen* Fixed tar creation support when reading from stdin...
2000-07-06 Eric Andersena few minor cleanups.
2000-07-05 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-06-28 Eric Andersen* Fixed a _horrible_ bug where 'tar -tvf' could unlink
2000-06-26 Eric Andersenreadlink(2) does not NULL terminate the buffer it reads...
2000-06-21 Eric Andersen'tar --help' wasn't working. Fixed it.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Eric AndersenUpdate to ar.c from Glenn McGrath. His comments follow:
2000-06-09 Eric Andersen* Fixed a small bug that could cause tar to emit warnin...
next