Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 1 | -2/+0 |
| | | | | | | | archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend. | ||||
* | Remove unused function | Glenn L McGrath | 2003-11-20 | 1 | -1/+0 |
| | |||||
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 1 | -12/+6 |
| | | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | ||||
* | Use the return value from uncompress_bunzip, fix some typo | Glenn L McGrath | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 1 | -0/+1 |
| | | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. | ||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -0/+1 |
| | |||||
* | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | 2002-12-08 | 1 | -10/+4 |
| | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | ||||
* | Headers for the read_gz changes | Glenn L McGrath | 2002-11-19 | 1 | -0/+5 |
| | |||||
* | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵ | Glenn L McGrath | 2002-11-05 | 1 | -0/+2 |
| | | | | junk (not sure why), add some missing files | ||||
* | enable .tar.bz2 for dpkg-deb | Glenn L McGrath | 2002-11-05 | 1 | -4/+7 |
| | |||||
* | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | 2002-11-04 | 1 | -4/+4 |
| | |||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -11/+21 |
| | | | | descriptors, support tar -j | ||||
* | Move data_extract_all_prefix to dpkg, its only used there. | Glenn L McGrath | 2002-11-03 | 1 | -1/+0 |
| | |||||
* | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath | 2002-11-03 | 1 | -0/+3 |
| | |||||
* | Update dpkg to use new unarchive code | Glenn L McGrath | 2002-10-19 | 1 | -1/+5 |
| | |||||
* | Fix exclude/include problem | Glenn L McGrath | 2002-10-19 | 1 | -1/+2 |
| | |||||
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 1 | -1/+1 |
| | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -32/+77 |
| | |||||
* | Run through indent, use /* */ style comments | Glenn L McGrath | 2002-08-22 | 1 | -12/+15 |
| | |||||
* | unzip applet by Laurence Anderson | Glenn L McGrath | 2002-01-02 | 1 | -0/+2 |
| | | | | ---------------------------------------------------------------------- | ||||
* | include unistd which provides off_t for the header and hence unarchive applets | Glenn L McGrath | 2001-10-27 | 1 | -1/+2 |
| | |||||
* | libunarchive, and recovery from my previous commit | Glenn L McGrath | 2001-10-25 | 1 | -0/+42 |