Now, what was that logic block doing up there?
[oweals/busybox.git] / archival /
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...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-30 Eric AndersenFixed tar option parsing segfault, and make "tar xv...
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-28 Erik AndersenFix tarball creation. In an attempt to accomodate...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-19 Erik Andersenmake ps accept (and ignore) all options (--help works...
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-14 Erik AndersenFix a tar bug: tar removed leading '/'s for symlink...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-09 Erik AndersenThis makes tar work perfectly, and adds in "--exclude...
2000-04-08 Erik AndersenFix tar checksum calculation bug.
2000-04-08 Erik AndersenLatest and greatest
2000-04-07 Erik AndersenSlightly better fringe case handling and GNU tar like...
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
2000-04-04 Erik AndersenUpdate tar so creation of tarballs is much closer to...
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
2000-03-25 Erik AndersenLatest and greatest
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMore changes that are broken. It doesn't compile
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-19 Erik Andersenmore minor fixes
2000-02-18 Erik AndersenSome updates for the day,
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-27 Erik AndersencopyFile could call chmod on a symlink, changing the...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-23 Erik AndersenFix a bug where tar could change perms and ownership...
2000-01-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-16 Erik Andersentar creation support is now optional.
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-28 Erik AndersenFixed a bug where tar would not set the user and group...
1999-12-27 Erik Andersenchown(2) clears S_ISUID and S_ISGID, even when chown is
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-11-29 Eric AndersenFixed tar so uid/gud/permissions on extracted tarballs...
1999-11-19 Eric AndersenStuf
1999-11-18 Eric AndersenForgot this.
1999-11-16 Eric AndersenStuf
1999-11-13 Eric Andersenupdates for the day
1999-11-12 Eric AndersenLatest and greatest
1999-11-11 Eric AndersenStuff
1999-11-11 Eric AndersenStuf
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-10 Eric AndersenMaybe works now...
1999-11-09 Eric AndersenStuff
1999-11-06 Eric AndersenMinor stuf 0_33
1999-11-03 Eric AndersenMore init fixes. Fixed sync segfault.
next