Do What I Mean Extractor
Find a file
Armin Friedl 8249a2f017
All checks were successful
continuous-integration/drone/push Build is passing
archive_sys refactoring: ArchiveEntryView
Entries in libarchive archives are forward iterate only. Entries are owned by
the current archive. Reading the next header can hence invalidate the current
entry.

ArchiveEntrySys was replaced by ArchiveEntryView. ArchiveEntryView now only
guarantees a temporary view of the currently active archive entry.
2020-02-22 20:13:32 +01:00
doc Add documentation, archive_sys FFI 2020-02-22 13:49:27 +01:00
src archive_sys refactoring: ArchiveEntryView 2020-02-22 20:13:32 +01:00
.clang-format Init 2020-02-16 03:20:12 +01:00
.drone.yml Read archive spec 2020-02-18 04:48:09 +01:00
.gitignore Init 2020-02-16 03:20:12 +01:00
meson.build Add documentation, archive_sys FFI 2020-02-22 13:49:27 +01:00
README.md Add readme 2020-02-16 03:22:58 +01:00

Build Status

XWIM

Do What I Mean Extractor