2001-10-13 |
Glenn L McGrath | Superficial changes to make the exclude/include code... |
blob | commitdiff | raw |
2001-10-12 |
Matt Kraai | Fix tar segfault when include list is empty and exclude... |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Glenn L McGrath | Change extraction/list code to use common unarchive... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Matt Kraai | Canonicalize dirname(3) behavior. |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Glenn L McGrath | Move setvbuf calls from gz_open() to calling functions... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Matt Kraai | Read 20 512-byte blocks at a time (like GNU tar). |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Matt Kraai | Remove a redundant call to mkdir. |
blob | commitdiff | raw | diff to current |
2001-06-22 |
Tim Riker | comment cleanup |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Eric Andersen | Support tar -C, per bug #1176 |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Eric Andersen | Add in (and ignore) tar -p, since we preserver permissi... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Eric Andersen | it turs out, there was a nasty tar bug where bb tar... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Glenn L McGrath | Changed gz_open to ruturn a stream |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Eric Andersen | Revert the patch from Konstantin Boldyshev <konst@linux... |
blob | commitdiff | raw | diff to current |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Matt Kraai | Correctly remove leading slashes upon extraction (thank... |
blob | commitdiff | raw | diff to current |
2001-05-13 |
Eric Andersen | Do not ever change permissions on existing directories... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Eric Andersen | Per some comments from Lars Kellogg-Stedman <lars@larss... |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Matt Kraai | Skip headers with empty filenames, rather than stopping. |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Glenn L McGrath | Logic reversal for last_char_is |
blob | commitdiff | raw | diff to current |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | readTarFile changed from exter nto static |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | replace getOctal with strtol( , NULL, 8) |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | Move unzip, gz_open, gz_close to libbb |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Fixes from Robert Kaiser |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Remove cruft |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Remove tar_unzip_init() not needed any more, uses gz_op... |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Fix tar -z, calls gz_open now |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Gunzip changes broke tar -z support (woops) |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Matt Kraai | Use getopt (or getopt_long). |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Matt Kraai | Fixed listed files to extract to be more like GNU.... |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Glenn L McGrath | Close unused pipe handle before fork (for tar -z). |
blob | commitdiff | raw | diff to current |
2001-01-13 |
Matt Kraai | Fix ownership of extracted directories. |
blob | commitdiff | raw | diff to current |
2001-01-03 |
Matt Kraai | Behave like GNU tar when matching excluded files. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Glenn L McGrath | add dpkg-deb command |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Matt Kraai | Be sure to read from the given path, not the one used... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Matt Kraai | Fix tar handling of absolute paths and excluded directo... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Andersen | Patch from Matt Kraai: |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Andersen | Fix from Matt Kraai -- a better way to NULL terminate... |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Glenn L McGrath | Support for tar -z option for uncompressing only |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Eric Andersen | Patch from Jim Gleason <jimg@lineo.com> to fix tar... |
blob | commitdiff | raw | diff to current |
2000-12-04 |
Eric Andersen | Patch to add in the -X option and fix the --exclude... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Eric Andersen | Make tar shutup on compile |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Matt Kraai | Note an error if we are unable to list/extract specifie... |
blob | commitdiff | raw | diff to current |
2000-11-18 |
Matt Kraai | Check for archive errors even for files we aren't extra... |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Eric Andersen | Grammer fix. Changed "longer then" to "longer than... |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Matt Kraai | Fix some bugs reported by Jim Gleason <jimg@lineo.com... |
blob | commitdiff | raw | diff to current |
2000-10-09 |
Eric Andersen | Fix a thinko. Patch from Justus Pendleton <justus... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Eric Andersen | Fix bug#1043 -- hanlde long filenames and links (in... |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Eric Andersen | Fix an obscure option parsing bug. |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Eric Andersen | Reverted my conversion of tar to getopt to ensure tar can |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Matt Kraai | Updated stdin/stdout treatment to match that of gnu... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Matt Kraai | Reorganize listing code. |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Matt Kraai | Allow non-verbose listing to work. |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Matt Kraai | Allow compilation when not using BB_FEATURE_TAR_EXCLUDE... |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Matt Kraai | Allow selective extraction and listing of files. And... |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Matt Kraai | Argh. I *will* compile before checking in. |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Matt Kraai | Don't unlink files if we are extracting to stdout. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Eric Andersen | Merge in two patches from Dave Cinege: |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Eric Andersen | Fix from Robert Kaiser for stdin behavior. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-06 |
Eric Andersen | * Fixed tar creation support when reading from stdin... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Eric Andersen | * Fixed a _horrible_ bug where 'tar -tvf' could unlink |
blob | commitdiff | raw | diff to current |
2000-06-26 |
Eric Andersen | readlink(2) does not NULL terminate the buffer it reads... |
blob | commitdiff | raw | diff to current |
2000-06-21 |
Eric Andersen | 'tar --help' wasn't working. Fixed it. |
blob | commitdiff | raw | diff to current |
2000-06-09 |
Eric Andersen | * Fixed a small bug that could cause tar to emit warnin... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Eric Andersen | Fixed tar option parsing segfault, and make "tar xv... |
blob | commitdiff | raw | diff to current |
2000-05-20 |
Erik Andersen | First pass at fixing tar segfault, and more portability... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Erik Andersen | Fix tarball creation. In an attempt to accomodate... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
blob | commitdiff | raw | diff to current |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
blob | commitdiff | raw | diff to current |
2000-04-19 |
Erik Andersen | make ps accept (and ignore) all options (--help works... |
blob | commitdiff | raw | diff to current |
2000-04-14 |
Erik Andersen | Fix a tar bug: tar removed leading '/'s for symlink... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
blob | commitdiff | raw | diff to current |
2000-04-09 |
Erik Andersen | This makes tar work perfectly, and adds in "--exclude... |
blob | commitdiff | raw | diff to current |
2000-04-08 |
Erik Andersen | Fix tar checksum calculation bug. |
blob | commitdiff | raw | diff to current |
2000-04-08 |
Erik Andersen | Latest and greatest |
blob | commitdiff | raw | diff to current |
2000-04-07 |
Erik Andersen | Slightly better fringe case handling and GNU tar like... |
blob | commitdiff | raw | diff to current |
2000-04-05 |
Erik Andersen | Tar now works perfectly. It behaves much better now... |
blob | commitdiff | raw | diff to current |
2000-04-04 |
Erik Andersen | Update tar so creation of tarballs is much closer to... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Erik Andersen | Yet another installment in the ongoing tar saga |
blob | commitdiff | raw | diff to current |
2000-03-26 |
Erik Andersen | First stages of (re-)writing busybox's tar creation... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Erik Andersen | Latest and greatest |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Erik Andersen | The new tar for busybox is now done, and works just... |
blob | commitdiff | raw | diff to current |
next |