aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-05 04:55:58 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-05 04:55:58 +0000
commitb1a2d6dfe2f21c4f47ec19d934ae349b89f05688 (patch)
tree04c0232694e68ed2ba2f396ee0e56e754d84e260 /tests
parentee23d4e2d26d2ebc95282768471fd0b7bb3f44d3 (diff)
downloadbusybox-w32-b1a2d6dfe2f21c4f47ec19d934ae349b89f05688.tar.gz
busybox-w32-b1a2d6dfe2f21c4f47ec19d934ae349b89f05688.tar.bz2
busybox-w32-b1a2d6dfe2f21c4f47ec19d934ae349b89f05688.zip
Fix tar -j support
Use the old fork() method of tar compression support, rather than read_bz2.... - (*uncompress)(int in, int out) seems like a more natural interface for compression code. - it might improve performance by seperating the work into one cpu bound and one io bound process. - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in, int out) will normally be used by the standalone compression applet. There have been problems with this method so if you see a "Short read" error let me know. git-svn-id: svn://busybox.net/trunk/busybox@7800 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions