Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath | 2004-02-21 | 1 | -1/+1 |
| | | | | it seemed like a good idea at the time. | ||||
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 1 | -14/+2 |
| | | | | | | | 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. | ||||
* | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath | 2003-11-14 | 1 | -4/+23 |
| | |||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -0/+25 |
descriptors, support tar -j |