aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dont use absolute pathname (dunno why i did that), fix tar filename/stdin pro...bug12002-10-191-16/+25
* Put bac kthe code that handles cases where a '-' wasnt specified prior to the...bug12002-10-181-0/+8
* last_patch61 from vodz:andersen2002-10-101-6/+6
* Fix segfault when testing if reaidng from stdin "-"bug12002-10-061-1/+3
* Vodz' last_patch57:andersen2002-09-301-5/+3
* Fix for using '-' as the filename when reading from stdinbug12002-09-281-9/+7
* New common unarchive code.bug12002-09-251-136/+107
* Run through indent, use /* */ style comments, change extern to staticbug12002-08-221-286/+260
* Tar inlining, #if 0 out unused functionaaronl2002-08-211-5/+7
* Added tar -cz support (creating gzipped tar files without a gzip pipe)sandman2002-07-231-25/+94
* Update some missing copyright noticesandersen2002-04-131-1/+1
* Parse the include list to writeTarFile rather than argv, fixes a bug where ta...bug12002-02-151-2/+1
* Fix condition that prevented creation of compressed filesbug12002-02-131-1/+1
* * archival/tar.c (tar_main): Remove unused variable.kraai2002-01-081-4/+0
* * archival/dpkg.c (create_list): Use chomp.kraai2002-01-021-5/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-4/+4
* Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.kraai2001-12-201-0/+2
* Write files when extracting an archive from standard input.kraai2001-12-201-16/+8
* Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the outputandersen2001-12-181-1/+5
* Minor warning cleanupsandersen2001-11-171-0/+2
* Eliminate unused variable warnings.kraai2001-11-121-0/+2
* Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE blockandersen2001-10-271-0/+2
* Recovering from my previous commitbug12001-10-251-0/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-16/+16
* unarchive function changed to support both exclude and include lists, applets...bug12001-10-131-27/+4
* Reverse part of previous change.... i think it was the wrong approach... im lostbug12001-10-131-5/+1
* Match subdirectories of included/excluded filesbug12001-10-131-12/+17
* Superficial changes to make the exclude/include code easier to understandbug12001-10-131-22/+34
* Fix tar segfault when include list is empty and exclude list is not.kraai2001-10-121-3/+6
* Change extraction/list code to use common unarchive code.bug12001-10-051-711/+313
* Canonicalize dirname(3) behavior.kraai2001-08-241-2/+4
* Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...bug12001-07-131-0/+4
* Read 20 512-byte blocks at a time (like GNU tar).kraai2001-07-101-3/+3
* Remove a redundant call to mkdir.kraai2001-07-031-9/+1
* comment cleanuptimr2001-06-221-1/+1
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-211-3/+4
* Support tar -C, per bug #1176andersen2001-06-211-2/+12
* Add in (and ignore) tar -p, since we preserver permissions automatically.andersen2001-06-211-3/+5
* it turs out, there was a nasty tar bug where bb tar would create leading dirsandersen2001-06-201-8/+0
* Changed gz_open to ruturn a streambug12001-06-201-1/+1
* Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to neverandersen2001-06-041-7/+2
* Patch from larry to fix some grammar errors.andersen2001-05-231-6/+6
* Correctly remove leading slashes upon extraction (thanks to Marius Groeger).kraai2001-05-221-1/+1
* Do not ever change permissions on existing directories, onlyandersen2001-05-131-2/+6
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,andersen2001-05-071-0/+2
* Skip headers with empty filenames, rather than stopping.kraai2001-05-011-1/+1
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-9/+3
* Logic reversal for last_char_isbug12001-04-291-1/+1
* Another nice cleanup from Larry. This adds a new last_char_is() function andandersen2001-04-261-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-4/+0