index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
unarchive.h
Age
Commit message (
Expand
)
Author
2009-08-28
rpm2cpio: handle unseekable input correctly
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
tar: support for tar --numeric-owner. By Natanael Copa.
Denis Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2008-11-01
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-11
fix compile failures resulting from last few commits
Denis Vlasenko
2008-07-10
dpkg_deb: slight code shrink
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-06-28
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-14
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-04
unzip: do not try to read entire compressed stream at once (it can be huge)
Denis Vlasenko
2007-11-12
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-10-05
gunzip: support concatenated gz files.
Denis Vlasenko
2007-09-05
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-06-20
do not do utime() on links, it acts on link targets, and we don't want that.
Denis Vlasenko
2007-06-08
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-03-07
bunzip2/gunzip/uncompress/unlzma: merge into common code -
Denis Vlasenko
2007-01-05
do not expose internal state of [g]zip unpacker.
Denis Vlasenko
2007-01-03
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2006-12-22
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
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
[next]