pscan: size optimization (Tito <farmatito@tiscali.it>)
[oweals/busybox.git] / include / unarchive.h
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