summaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_extract_to_buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+1
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
| | | | xlseek and fdlength() for the new mkswap.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* More size shrinkage.Rob Landley2006-05-291-14/+3
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Terminate the buffer with a '\0'Glenn L McGrath2002-11-061-3/+5
|
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-4/+19
| | | | descriptors, support tar -j
* Update dpkg to use new unarchive codeGlenn L McGrath2002-10-191-0/+11