busybox/archival/libunarchive
2003-02-09 12:00:17 +00:00
..
archive_copy_file.c Allow short reads as we are looping anyway. 2002-11-15 21:58:30 +00:00
archive_xread_all_eof.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
archive_xread_all.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
archive_xread_char.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
archive_xread.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
check_header_gzip.c Use xread_char to save a few bytes, fix indenting of comments 2002-11-03 10:57:25 +00:00
data_align.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
data_extract_all.c Fix long standing bug with old gnu tar files, add a check so tar will 2003-01-28 01:45:48 +00:00
data_extract_to_buffer.c Terminate the buffer with a '\0' 2002-11-06 22:31:45 +00:00
data_extract_to_stdout.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
data_skip.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
decompress_bunzip2.c Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files 2002-11-05 02:56:57 +00:00
decompress_uncompress.c Style 2002-11-28 09:09:47 +00:00
decompress_unzip.c Woops, my gunzip fix broke unzip, these cant be static 2003-02-09 12:00:17 +00:00
filter_accept_all.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
filter_accept_list_reassign.c Minor cleanups 2002-11-13 00:24:20 +00:00
filter_accept_list.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
filter_accept_reject_list.c enable .tar.bz2 for dpkg-deb 2002-11-05 01:52:23 +00:00
find_list_entry.c Find a string in a list 2002-10-19 05:10:51 +00:00
get_header_ar.c Change filter paramaters, filters can be more powefull now 2002-11-04 23:47:31 +00:00
get_header_cpio.c A cleaner cleanup that avoids passing an off_t to scanf 2002-12-11 21:45:08 +00:00
get_header_tar_bz2.c Minor cleanups 2002-11-13 00:24:20 +00:00
get_header_tar_gz.c Use read_gz, remove fork() woohoo! 2002-11-19 08:22:03 +00:00
get_header_tar.c Fix long standing bug with old gnu tar files, add a check so tar will 2003-01-28 01:45:48 +00:00
header_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_skip.c New common unarchive code. 2002-09-25 02:47:48 +00:00
header_verbose_list.c New common unarchive code. 2002-09-25 02:47:48 +00:00
init_handle.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in Fix endian probelm on PPC, i had different types for an extern variable. 2003-02-09 04:46:34 +00:00
seek_by_char.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
seek_by_jump.c #ifdef, not just #if... grrr 2002-11-08 08:07:38 +00:00
uncompress.c Style 2002-11-28 09:09:47 +00:00
unpack_ar_archive.c Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 2002-11-03 14:05:15 +00:00
unzip.c Woops, my gunzip fix broke unzip, these cant be static 2003-02-09 12:00:17 +00:00