index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
unarchive.h
Age
Commit message (
Expand
)
Author
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-09-03
tar: revert older fix (non-portable), added new one.
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-04-02
- typo: s/compenent/component/g
Bernhard Reutner-Fischer
2006-01-20
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
Rob Landley
2005-10-27
Add --no-same-owner and --no-same-permissions options to tar.
Rob Landley
2005-07-20
applying fixes from:
Paul Fox
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-11-21
As we no longer use function pointers for read in common archiving code
Glenn L McGrath
2003-11-20
Remove unused function
Glenn L McGrath
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-10-29
Use the return value from uncompress_bunzip, fix some typo
Glenn L McGrath
2003-08-28
Dont unlink when testing !
Glenn L McGrath
2002-12-10
rpm applet by Laurence Anderson
Glenn L McGrath
2002-12-08
Move add_to_list from libunarchive to libbb so it can be of more general use ...
Glenn L McGrath
2002-11-19
Headers for the read_gz changes
Glenn L McGrath
2002-11-05
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...
Glenn L McGrath
2002-11-05
enable .tar.bz2 for dpkg-deb
Glenn L McGrath
2002-11-04
Change filter paramaters, filters can be more powefull now
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-11-03
Move data_extract_all_prefix to dpkg, its only used there.
Glenn L McGrath
2002-11-03
Move bunzip2 idecompression code to libunarchive
Glenn L McGrath
2002-10-19
Update dpkg to use new unarchive code
Glenn L McGrath
2002-10-19
Fix exclude/include problem
Glenn L McGrath
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath
2002-08-22
Run through indent, use /* */ style comments
Glenn L McGrath
2002-01-02
unzip applet by Laurence Anderson
Glenn L McGrath
2001-10-27
include unistd which provides off_t for the header and hence unarchive applets
Glenn L McGrath
2001-10-25
libunarchive, and recovery from my previous commit
Glenn L McGrath