You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a "universal" binary that combines mkdwarfs, dwarfsck, dwarfsextract and dwarfs in a single binary. This binary can be used either through symbolic links with the proper names of the tool, or by passing --tool=<name> as the first argument on the command line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features
mkdwarfs
,dwarfsck
,dwarfsextract
anddwarfs
in a single binary. This binary can be used either through symbolic links with the proper names of the tool, or by passing--tool=<name>
as the first argument on the command line.mkdwarfs
.dwarfs
anddwarfsextract
now have options to enable performance monitoring. This can give insight into the latency of various file system operations.read()
latency for very fragmented files.Bugfixes
folly::hardware_concurrency()
. Fixes github std thread hardware_concurrency() should not be used #130.ARCHIVE_FAILED
status from libarchive, which could be triggered by trying to write long path names to old archive formats.Documentation
Testing
tar
anddiff
binaries.Other
This discussion was created from the release dwarfs-0.7.0-RC5.
Beta Was this translation helpful? Give feedback.
All reactions