summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard W.M. Jones [Tue, 22 Oct 2013 12:03:55 +0000 (13:03 +0100)]
Move buf out of inner loop.
Since the buf pointer can be used by the stream across multiple
iterations of the loop.
Richard W.M. Jones [Tue, 22 Oct 2013 10:59:30 +0000 (11:59 +0100)]
Use posix_fadvise to tell the kernel how we use the output file.
Richard W.M. Jones [Tue, 22 Oct 2013 10:59:13 +0000 (11:59 +0100)]
debug: Print number of threads being used.
Richard W.M. Jones [Mon, 21 Oct 2013 15:16:27 +0000 (16:16 +0100)]
Disable debugging.
Richard W.M. Jones [Mon, 21 Oct 2013 13:40:01 +0000 (14:40 +0100)]
Add threading support.
Richard W.M. Jones [Mon, 21 Oct 2013 13:12:40 +0000 (14:12 +0100)]
Preserve sparseness of output file.
Richard W.M. Jones [Mon, 21 Oct 2013 12:59:16 +0000 (13:59 +0100)]
Single thread uncompress working, no sparse support.
Richard W.M. Jones [Mon, 21 Oct 2013 12:03:05 +0000 (13:03 +0100)]
Various fixes.
Richard W.M. Jones [Mon, 21 Oct 2013 11:44:08 +0000 (12:44 +0100)]
Autotools setup.
Richard W.M. Jones [Mon, 21 Oct 2013 11:42:01 +0000 (12:42 +0100)]
Convert nbdkit xzfile -> pxzcat.