This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
06ebc16461
busybox
/
archival
/
libunarchive
History
Denis Vlasenko
05efca90d2
tar: fix obscure case when name is "" and prefix is not ""
2008-04-29 04:12:58 +00:00
..
archive_xread_all_eof.c
data_align.c
random s/short/int/
2008-02-16 13:18:17 +00:00
data_extract_all.c
cpio: fix a bug where we do not extract zero-sized hardlinks
2008-04-05 02:44:30 +00:00
data_extract_to_buffer.c
tar et al: die if bb_copyfd_size copies less than asked for.
2006-12-22 00:21:07 +00:00
data_extract_to_stdout.c
delete tons of extra #includes
2007-05-31 22:42:12 +00:00
data_skip.c
use "glibc errno" trick not only for ash, but for entire busybox
2007-05-31 22:16:38 +00:00
decompress_bunzip2.c
bunzip: small code shrink and consmetics
2007-10-10 20:53:41 +00:00
decompress_uncompress.c
moved biggest stack buffers to malloc space, or made their size configurable
2007-06-10 15:08:44 +00:00
decompress_unlzma.c
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
2008-03-18 03:13:25 +00:00
decompress_unzip.c
filter_accept_all.c
filter_accept_list_reassign.c
filter_accept_list.c
filter_accept_reject_list.c
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
2008-03-17 08:32:26 +00:00
find_list_entry.c
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
2008-03-17 08:32:26 +00:00
get_header_ar.c
get_header_cpio.c
cpio: fix a bug where we do not extract zero-sized hardlinks
2008-04-05 02:44:30 +00:00
get_header_tar_bz2.c
open_transformer: do not duplicate "<program> -cf -"
2007-11-12 02:13:12 +00:00
get_header_tar_gz.c
get_header_tar_lzma.c
open_transformer: do not duplicate "<program> -cf -"
2007-11-12 02:13:12 +00:00
get_header_tar.c
tar: fix obscure case when name is "" and prefix is not ""
2008-04-29 04:12:58 +00:00
header_list.c
delete tons of extra #includes
2007-05-31 22:42:12 +00:00
header_skip.c
header_verbose_list.c
init_handle.c
Kbuild
open_transformer.c
tar: move vfork into separate function (smaller code)
2008-04-21 21:56:07 +00:00
seek_by_jump.c
cpio: fix a bug where we do not extract zero-sized hardlinks
2008-04-05 02:44:30 +00:00
seek_by_read.c
unpack_ar_archive.c