Searched hist:dc46be1cbfda761f2ede7230effeb09a897c1fe5 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libarchive/ |
H A D | Makefile | diff dc46be1cbfda761f2ede7230effeb09a897c1fe5 Sun Nov 26 20:00:50 CET 2006 Tim Kientzle <kientzle@FreeBSD.org> Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). * If write block size is zero, don't block at all. This supports the unusual requirement of applications that need "no-delay" writes. * Expose _write_finish_entry() to give such applications more control over write boundaries. (Normal applications do not need this, as entries are completed automatically.) * Correct the type of write callbacks; this is a minor API change that does not affect the ABI. * Correct the error handling in _write_next_header() around completing the previous entry. * Correct the documentation for block-size markers: Remove docs for the long-defunct _read_set_block_size(); document all of the write block size manipulators.
MFC after: 14 days diff dc46be1cbfda761f2ede7230effeb09a897c1fe5 Sun Nov 26 20:00:50 CET 2006 Tim Kientzle <kientzle@FreeBSD.org> Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). * If write block size is zero, don't block at all. This supports the unusual requirement of applications that need "no-delay" writes. * Expose _write_finish_entry() to give such applications more control over write boundaries. (Normal applications do not need this, as entries are completed automatically.) * Correct the type of write callbacks; this is a minor API change that does not affect the ABI. * Correct the error handling in _write_next_header() around completing the previous entry. * Correct the documentation for block-size markers: Remove docs for the long-defunct _read_set_block_size(); document all of the write block size manipulators.
MFC after: 14 days
|