aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix support for globally disabling --long-options.vda2006-11-291-4/+3
* tar: fix misplaced --exclude long option definitionvda2006-11-271-4/+9
* small fixes:vda2006-11-261-1/+1
* tar: correctly skip (and warn about) pax headers.vda2006-11-261-1/+1
* tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can savevda2006-11-251-25/+98
* tar: small fix and small optimizationvda2006-11-251-10/+6
* tar: abort if tarring up file larger that 64Gbvda2006-11-251-42/+35
* tar: fix multiple -t and/or -v options handling.vda2006-11-241-36/+21
* tar: sanitize option handlingvda2006-11-241-123/+85
* tar: small fixes:vda2006-11-241-23/+23
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-6/+3
* tar: cry murder and bail out if file shrinks under us while we tar it upvda2006-11-241-2/+12
* header_verbose_list: stop truncating file size in listingvda2006-11-241-3/+3
* tar:vda2006-11-241-105/+127
* recursive_action: add depth paramvda2006-10-271-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-3/+3
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-1/+1
* small style fixesvda2006-10-121-1/+1
* correct largefile support, add comments about it.vda2006-10-081-1/+1
* attempt to regularize atoi mess.vda2006-10-081-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* bb_askpass: shorten static password buffer. 256 is way too large.vda2006-09-231-1/+1
* Cleanup headers and replace the zero padding with an even smaller version.landley2006-09-101-46/+10
* tar: fix "xopen with O_CREAT" warning, improve zero padding writevda2006-09-091-51/+67
* tar: revert older fix (non-portable), added new one.vda2006-09-031-1/+5
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-5/+5
* These should have been part of 15767 too.landley2006-08-031-3/+3
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-6/+6
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andlandley2006-06-251-7/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* - typo: s/derefernce/dereference/galdot2006-04-181-2/+3
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-4/+3
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-1/+1
* just whitespacetimr2006-01-251-7/+7
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-201-4/+20
* Bug 547: writing out the tar file header before we confirm we can actuallylandley2006-01-091-11/+14
* Bug 601: When we fork an archiver and feed stuff to it through a pipe, iflandley2005-12-161-3/+4
* - typo: s/sucess/success/galdot2005-12-121-1/+1
* reduce 3 warning if compile with -Wvodz2005-12-061-2/+5
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-271-35/+52
* The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,landley2005-10-161-2/+2
* Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),landley2005-10-161-188/+146
* llist must initialize, add loses ifdef, small indent correctionvodz2005-10-151-30/+33
* Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).landley2005-10-151-20/+24
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-6/+4
* new featured bb_opt_complementally, correct argc checkingvodz2005-10-121-14/+6
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-1/+1
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-6/+2
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-2/+2