touch: implement -t TIME (needed for testsuite)
[oweals/busybox.git] / include / unarchive.h
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-21 Denis Vlasenkotar: support for tar --numeric-owner. By Natanael Copa.
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-11 Denis Vlasenkofix compile failures resulting from last few commits
2008-07-10 Denis Vlasenkodpkg_deb: slight code shrink
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-14 Denis Vlasenkotar: real support for -p. +200 if selected.
2008-02-04 Denis Vlasenkounzip: do not try to read entire compressed stream...
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-04-02 Bernhard Reutner... - typo: s/compenent/component/g
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-07-20 Paul Foxapplying fixes from:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathRemove unused function
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-10-29 Glenn L McGrathUse the return value from uncompress_bunzip, fix some...
2003-08-28 Glenn L McGrathDont unlink when testing !
2002-12-10 Glenn L McGrathrpm applet by Laurence Anderson
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-19 Glenn L McGrathHeaders for the read_gz changes
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-05 Glenn L McGrathenable .tar.bz2 for dpkg-deb
2002-11-04 Glenn L McGrathChange filter paramaters, filters can be more powefull now
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-10-27 Glenn L McGrathinclude unistd which provides off_t for the header...
2001-10-25 Glenn L McGrathlibunarchive, and recovery from my previous commit