lp://staging/~charlesk/keeper/wtf
- Get this branch:
- bzr branch lp://staging/~charlesk/keeper/wtf
Branch merges
- unity-api-1-bot: Approve (continuous-integration)
- Unity API Team: Pending requested
-
Diff: 513 lines (+260/-117)2 files modifiedsrc/tar/tar-creator.cpp (+123/-64)
tests/unit/tar/tar-creator-test.cpp (+137/-53)
Branch information
Recent revisions
- 120. By Charles Kerr
-
in TarCreator:
:Impl:: step(), fix looping bug that caused too much data to be read in a single pass - 119. By Charles Kerr
-
in TarCreator::Impl add wrapped_
archive_ write_close( ), a helper that calls archive_ write_close( ) and handles return values like ARCHIVE_RETRY and ARCHIVE_WARN - 118. By Charles Kerr
-
in TarCreator::Impl add wrapped_
archive_ write_data( ), a helper that calls archive_ write_data( ) and handles return values like ARCHIVE_RETRY and ARCHIVE_WARN - 117. By Charles Kerr
-
in TarCreator::Impl add wrapped_
archive_ write_header( ), a helper that calls archive_ write_header( ) and handles return values like ARCHIVE_RETRY and ARCHIVE_WARN - 116. By Charles Kerr
-
in TarCreator:
:Impl:: step(), clear the step_archive_ smart_ptr after the last step is done - 115. By Charles Kerr
-
in tar-creator, reintroduce wrapped_
archive_ write_new( ), which is a convenience function that wraps archive_write_new() in a shared_ptr
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/keeper