Denis Vlasenko
|
e755e827f7
apply post 1.7.0 patches, set version to 1.7.1
|
17 years ago |
Denis Vlasenko
|
7510384107
do not do utime() on links, it acts on link targets, and we don't want that.
|
17 years ago |
Denis Vlasenko
|
c14d39e83a
rmp: add optional support for bz2 data. +50 bytes of code
|
17 years ago |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 years ago |
Denis Vlasenko
|
c6758a07c6
make compressed help code NOMMU- and NOFORK-friendly -
|
17 years ago |
Denis Vlasenko
|
ab9eef21a5
bunzip2/gunzip/uncompress/unlzma: merge into common code -
|
17 years ago |
Denis Vlasenko
|
cd42cb8df0
do not expose internal state of [g]zip unpacker.
|
18 years ago |
Denis Vlasenko
|
bb3d0fab3b
extern variable declaration in a .c file is heresy - fixing it
|
18 years ago |
Denis Vlasenko
|
714701c890
tar et al: die if bb_copyfd_size copies less than asked for.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
97a8dd3857
g[un]zip: add support for -v (verbose).
|
18 years ago |
Denis Vlasenko
|
314908da9e
tar: revert older fix (non-portable), added new one.
|
18 years ago |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Bernhard Reutner-Fischer
|
9457e70357
- typo: s/compenent/component/g
|
18 years ago |
Rob Landley
|
c1d69906a0
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
|
19 years ago |
Rob Landley
|
f3d6c94c7f
Add --no-same-owner and --no-same-permissions options to tar.
|
19 years ago |
Paul Fox
|
0840b76602
applying fixes from:
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
7ffe133864
As we no longer use function pointers for read in common archiving code
|
21 years ago |
Glenn L McGrath
|
2cd1eb16ad
Remove unused function
|
21 years ago |
Glenn L McGrath
|
5699b8525e
Move from read_gz to the pipe()+fork() method.
|
21 years ago |
Glenn L McGrath
|
f235d05773
Use the return value from uncompress_bunzip, fix some typo
|
21 years ago |
Glenn L McGrath
|
4cee66d5a8
Dont unlink when testing !
|
21 years ago |
Glenn L McGrath
|
b72a735a32
rpm applet by Laurence Anderson
|
22 years ago |
Glenn L McGrath
|
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
22 years ago |
Glenn L McGrath
|
efe7889086
Headers for the read_gz changes
|
22 years ago |
Glenn L McGrath
|
7f2a95319b
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files
|
22 years ago |
Glenn L McGrath
|
18bbca18ac
enable .tar.bz2 for dpkg-deb
|
22 years ago |
Glenn L McGrath
|
8e94098423
Change filter paramaters, filters can be more powefull now
|
22 years ago |