2003-06-26 |
andersen | last_patch91 from vodz to convert tar to use bb_getopt_... |
blob | commitdiff |
2003-05-18 |
kraai | Handle -O preceding -x. |
blob | commitdiff | diff to current |
2003-04-26 |
bug1 | Always preserve date |
blob | commitdiff | diff to current |
2003-04-21 |
bug1 | unlink() an existing file, before opening it, simply... |
blob | commitdiff | diff to current |
2003-03-19 |
mjn3 | Major coreutils update. |
blob | commitdiff | diff to current |
2002-12-08 |
bug1 | Move add_to_list from libunarchive to libbb so it can... |
blob | commitdiff | diff to current |
2002-11-27 |
bug1 | Check that one and only one of the [cxt] options is... |
blob | commitdiff | diff to current |
2002-11-25 |
bug1 | Use vfork instead of fork, some more cleanup from Vladi... |
blob | commitdiff | diff to current |
2002-11-16 |
bug1 | Remove #defines around get_header_ptr, we allways need it. |
blob | commitdiff | diff to current |
2002-11-15 |
bug1 | Dont chdir untill after we open the archive |
blob | commitdiff | diff to current |
2002-11-13 |
bug1 | Minor cleanups |
blob | commitdiff | diff to current |
2002-11-08 |
bug1 | Fix reading from stdin (me), Fix tar segfault when... |
blob | commitdiff | diff to current |
2002-11-05 |
bug1 | Fail silently if a partial tar header is read as tar... |
blob | commitdiff | diff to current |
2002-11-03 |
bug1 | Abstract read and seek in unarchiving code, convert... |
blob | commitdiff | diff to current |
2002-10-26 |
andersen | A bugfix from Danny Lepage: |
blob | commitdiff | diff to current |
2002-10-19 |
bug1 | Fix exclude/include problem |
blob | commitdiff | diff to current |
2002-10-19 |
bug1 | Remove entries from the accept list as they are matched... |
blob | commitdiff | diff to current |
2002-10-19 |
bug1 | Dont use absolute pathname (dunno why i did that),... |
blob | commitdiff | diff to current |
2002-10-18 |
bug1 | Put bac kthe code that handles cases where a '-' wasnt... |
blob | commitdiff | diff to current |
2002-10-10 |
andersen | last_patch61 from vodz: |
blob | commitdiff | diff to current |
2002-10-06 |
bug1 | Fix segfault when testing if reaidng from stdin "-" |
blob | commitdiff | diff to current |
2002-09-30 |
andersen | Vodz' last_patch57: |
blob | commitdiff | diff to current |
2002-09-28 |
bug1 | Fix for using '-' as the filename when reading from... |
blob | commitdiff | diff to current |
2002-09-25 |
bug1 | New common unarchive code. |
blob | commitdiff | diff to current |
2002-08-22 |
bug1 | Run through indent, use /* */ style comments, change... |
blob | commitdiff | diff to current |
2002-08-21 |
aaronl | Tar inlining, #if 0 out unused function |
blob | commitdiff | diff to current |
2002-07-23 |
sandman | Added tar -cz support (creating gzipped tar files witho... |
blob | commitdiff | diff to current |
2002-04-13 |
andersen | Update some missing copyright notices |
blob | commitdiff | diff to current |
2002-02-15 |
bug1 | Parse the include list to writeTarFile rather than... |
blob | commitdiff | diff to current |
2002-02-13 |
bug1 | Fix condition that prevented creation of compressed... |
blob | commitdiff | diff to current |
2002-01-08 |
kraai | * archival/tar.c (tar_main): Remove unused variable. |
blob | commitdiff | diff to current |
2002-01-02 |
kraai | * archival/dpkg.c (create_list): Use chomp. |
blob | commitdiff | diff to current |
2001-12-20 |
kraai | Remove `== TRUE' tests and convert `!= TRUE' and `... |
blob | commitdiff | diff to current |
2001-12-20 |
kraai | Perform clean up only if CONFIG_FEATURE_CLEAN_UP is... |
blob | commitdiff | diff to current |
2001-12-20 |
kraai | Write files when extracting an archive from standard... |
blob | commitdiff | diff to current |
2001-12-18 |
andersen | Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where... |
blob | commitdiff | diff to current |
2001-11-17 |
andersen | Minor warning cleanups |
blob | commitdiff | diff to current |
2001-11-12 |
kraai | Eliminate unused variable warnings. |
blob | commitdiff | diff to current |
2001-10-27 |
andersen | Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_... |
blob | commitdiff | diff to current |
2001-10-25 |
bug1 | Recovering from my previous commit |
blob | commitdiff | diff to current |
2001-10-24 |
andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | diff to current |
2001-10-13 |
bug1 | unarchive function changed to support both exclude... |
blob | commitdiff | diff to current |
2001-10-13 |
bug1 | Reverse part of previous change.... i think it was... |
blob | commitdiff | diff to current |
2001-10-13 |
bug1 | Match subdirectories of included/excluded files |
blob | commitdiff | diff to current |
2001-10-13 |
bug1 | Superficial changes to make the exclude/include code... |
blob | commitdiff | diff to current |
2001-10-12 |
kraai | Fix tar segfault when include list is empty and exclude... |
blob | commitdiff | diff to current |
2001-10-05 |
bug1 | Change extraction/list code to use common unarchive... |
blob | commitdiff | diff to current |
2001-08-24 |
kraai | Canonicalize dirname(3) behavior. |
blob | commitdiff | diff to current |
2001-07-13 |
bug1 | Move setvbuf calls from gz_open() to calling functions... |
blob | commitdiff | diff to current |
2001-07-10 |
kraai | Read 20 512-byte blocks at a time (like GNU tar). |
blob | commitdiff | diff to current |
2001-07-03 |
kraai | Remove a redundant call to mkdir. |
blob | commitdiff | diff to current |
2001-06-22 |
timr | comment cleanup |
blob | commitdiff | diff to current |
2001-06-21 |
kraai | Rewrote mkdir (and touched lots of things in the process). |
blob | commitdiff | diff to current |
2001-06-21 |
andersen | Support tar -C, per bug #1176 |
blob | commitdiff | diff to current |
2001-06-21 |
andersen | Add in (and ignore) tar -p, since we preserver permissi... |
blob | commitdiff | diff to current |
2001-06-20 |
andersen | it turs out, there was a nasty tar bug where bb tar... |
blob | commitdiff | diff to current |
2001-06-20 |
bug1 | Changed gz_open to ruturn a stream |
blob | commitdiff | diff to current |
2001-06-04 |
andersen | Revert the patch from Konstantin Boldyshev <konst@linux... |
blob | commitdiff | diff to current |
2001-05-23 |
andersen | Patch from larry to fix some grammar errors. |
blob | commitdiff | diff to current |
2001-05-22 |
kraai | Correctly remove leading slashes upon extraction (thank... |
blob | commitdiff | diff to current |
2001-05-13 |
andersen | Do not ever change permissions on existing directories... |
blob | commitdiff | diff to current |
2001-05-07 |
andersen | Per some comments from Lars Kellogg-Stedman <lars@larss... |
blob | commitdiff | diff to current |
2001-05-01 |
kraai | Skip headers with empty filenames, rather than stopping. |
blob | commitdiff | diff to current |
2001-04-30 |
markw | Made new xreadlink function for libbb and changed apple... |
blob | commitdiff | diff to current |
2001-04-29 |
bug1 | Logic reversal for last_char_is |
blob | commitdiff | diff to current |
2001-04-26 |
andersen | Another nice cleanup from Larry. This adds a new last_... |
blob | commitdiff | diff to current |
2001-04-25 |
andersen | Move messages.c to libbb. Make each string in messages... |
blob | commitdiff | diff to current |
2001-04-11 |
bug1 | readTarFile changed from exter nto static |
blob | commitdiff | diff to current |
2001-04-11 |
bug1 | replace getOctal with strtol( , NULL, 8) |
blob | commitdiff | diff to current |
2001-04-11 |
bug1 | Move unzip, gz_open, gz_close to libbb |
blob | commitdiff | diff to current |
2001-03-28 |
bug1 | Fixes from Robert Kaiser |
blob | commitdiff | diff to current |
2001-03-28 |
bug1 | Remove cruft |
blob | commitdiff | diff to current |
2001-03-28 |
bug1 | Remove tar_unzip_init() not needed any more, uses gz_op... |
blob | commitdiff | diff to current |
2001-03-28 |
bug1 | Fix tar -z, calls gz_open now |
blob | commitdiff | diff to current |
2001-03-28 |
bug1 | Gunzip changes broke tar -z support (woops) |
blob | commitdiff | diff to current |
2001-03-09 |
andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
blob | commitdiff | diff to current |
2001-02-20 |
andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | diff to current |
2001-02-14 |
andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | diff to current |
2001-02-01 |
kraai | Fix wget error message and add (and use) chomp library... |
blob | commitdiff | diff to current |
2001-01-31 |
kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | diff to current |
2001-01-27 |
andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... |
blob | commitdiff | diff to current |
2001-01-27 |
andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | diff to current |
2001-01-23 |
markw | #define -> static const int. Also got rid of some big... |
blob | commitdiff | diff to current |
2001-01-22 |
kraai | Use getopt (or getopt_long). |
blob | commitdiff | diff to current |
2001-01-22 |
kraai | Fixed listed files to extract to be more like GNU.... |
blob | commitdiff | diff to current |
2001-01-20 |
bug1 | Close unused pipe handle before fork (for tar -z). |
blob | commitdiff | diff to current |
2001-01-13 |
kraai | Fix ownership of extracted directories. |
blob | commitdiff | diff to current |
2001-01-03 |
kraai | Behave like GNU tar when matching excluded files. |
blob | commitdiff | diff to current |
2001-01-02 |
bug1 | add dpkg-deb command |
blob | commitdiff | diff to current |
2000-12-19 |
kraai | Be sure to read from the given path, not the one used... |
blob | commitdiff | diff to current |
2000-12-19 |
kraai | Fix tar handling of absolute paths and excluded directo... |
blob | commitdiff | diff to current |
2000-12-18 |
kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | diff to current |
2000-12-13 |
andersen | Patch from Matt Kraai: |
blob | commitdiff | diff to current |
2000-12-13 |
andersen | Fix from Matt Kraai -- a better way to NULL terminate... |
blob | commitdiff | diff to current |
2000-12-10 |
bug1 | Support for tar -z option for uncompressing only |
blob | commitdiff | diff to current |
2000-12-07 |
markw | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | diff to current |
2000-12-07 |
andersen | Patch from Jim Gleason <jimg@lineo.com> to fix tar... |
blob | commitdiff | diff to current |
2000-12-04 |
andersen | Patch to add in the -X option and fix the --exclude... |
blob | commitdiff | diff to current |
2000-12-01 |
andersen | Make tar shutup on compile |
blob | commitdiff | diff to current |
2000-12-01 |
kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | diff to current |
next |