don't pass argc in getopt32, it's superfluous
[platform/upstream/busybox.git] / archival / tar.c
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-04 Denis Vlasenkoremove f words
2007-03-03 Denis Vlasenkotar: handle tarfiles with (broken) checksums a-la Sun.
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Denis Vlasenkofix tar t segfault (closes 1183)
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-12-17 Denis Vlasenkotar: report error if child dies while writing out the...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-12 Bernhard Reutner... - remove functions marked as LEGACY in SUSv3 and use...
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-27 Denis Vlasenkotar: fix misplaced --exclude long option definition
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-26 Denis Vlasenkotar: correctly skip (and warn about) pax headers.
2006-11-25 Denis Vlasenkotar: add support for FEATURE_TAR_GNU_EXTENSIONS so...
2006-11-25 Denis Vlasenkotar: small fix and small optimization
2006-11-25 Denis Vlasenkotar: abort if tarring up file larger that 64Gb
2006-11-24 Denis Vlasenkotar: fix multiple -t and/or -v options handling.
2006-11-24 Denis Vlasenkotar: sanitize option handling
2006-11-24 Denis Vlasenkotar: small fixes:
2006-11-24 Denis Vlasenkotar: cache [ug]id->username/groupname mappings. Cuts...
2006-11-24 Denis Vlasenkotar: cry murder and bail out if file shrinks under...
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-24 Denis Vlasenkotar:
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-10 Rob LandleyCleanup headers and replace the zero padding with an...
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-04-18 Bernhard Reutner... - typo: s/derefernce/dereference/g
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-09 Rob LandleyBug 547: writing out the tar file header before we...
2005-12-16 Rob LandleyBug 601: When we fork an archiver and feed stuff to...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-06 "Vladimir N. Oleynik"reduce 3 warning if compile with -W
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-10-16 Rob LandleyThe fact "tar tvjf thing.tbz" didn't work was due to...
2005-10-16 Rob LandleyWhitespace and curly bracket cleanup (our tabstop is...
2005-10-15 "Vladimir N. Oleynik"llist must initialize, add loses ifdef, small indent...
2005-10-15 Rob LandleyAdd --exclude option (to make uClibc-0.9.28 headers...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"new featured bb_opt_complementally, correct argc checking
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyFix for bug 383: attempting to "tar c /" would error...
2005-08-30 Rob LandleyDirk Clemens pointed out how easy it is to support...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-08-26 Eric AndersenTito writes:
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-21 Glenn L McGrathFixup -T (--files-from) option, works for non-directori...
2004-05-05 Eric AndersenSteve Grubb writes:
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-25 Glenn L McGrathAdd the -h, --dereference option for archive creation.
2003-12-26 Glenn L McGrathIsolate code better for unused options, config option...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathFix tar-handles-nested-exclude testcase
2003-11-20 Glenn L McGrathCheck at least one context is specified
2003-11-20 Glenn L McGrathCheck there are files to add the archive before removin...
2003-11-18 Glenn L McGrathtar -Z, uncompress support
2003-11-18 Glenn L McGrathMake unlink old files default behaviour and add a new...
2003-11-14 Glenn L McGrathCatch unsupported features
2003-10-02 Glenn L McGrathFix -C option when creating tar files.
next