-
minitar 1.7.6 Stable
released this
2023-12-12 22:31:45 +00:00 | 0 commits to main since this releaseFixes:
- Stop leaking memory and opened files in the pack example
- Correct README after moving API docs to API.md
Downloads
-
minitar 1.7.5 Stable
released this
2023-06-18 18:54:56 +00:00 | 3 commits to main since this releaseFixes:
- Don't create . or .. in the untar example
Downloads
-
minitar 1.7.4 Stable
released this
2023-05-27 18:04:24 +00:00 | 5 commits to main since this releaseFixes:
- Add support for my own OS to examples
- Make the untar example create parent directories for all entry types
Downloads
-
minitar 1.7.3 Stable
released this
2023-02-25 19:32:04 +00:00 | 8 commits to main since this releaseFixes:
- Make the untar example create parent directories if they don't exist (like mkdir -p)
Downloads
-
minitar 1.7.2 Stable
released this
2023-02-15 18:26:28 +00:00 | 12 commits to main since this releaseAKA the Windows compatibility update, I guess.
Fixes:
- Shorten the 'name' field in minitar_entry_metadata
- Make the 'list' example show more metadata
- Cast time_t to a known type for snprintf()
- Check for
_WIN32
instead of_MSC_VER
Downloads
-
minitar 1.7.1 Stable
released this
2023-02-06 21:43:43 +00:00 | 17 commits to main since this releaseFixes:
- Handle malloc errors properly in pack.c
- Do not define metadata twice in examples/pack.c
- Do not #include <sys/types.h> on Windows
Downloads
-
minitar 1.7.0 Stable
released this
2023-02-04 18:42:59 +00:00 | 23 commits to main since this releaseNew features:
- Add support for writing to archives
Downloads
-
minitar 1.6.1 Stable
released this
2023-01-29 21:23:22 +00:00 | 30 commits to main since this releasePatch release to add updated documentation for 1.6.0.
Downloads
-
minitar 1.6.0 Stable
released this
2023-01-29 21:10:53 +00:00 | 32 commits to main since this releaseNew features:
- Add support for block and character devices
- Add support for FIFOs
- Add support for hard links
Fixes:
- Deprecate MINITAR_IGNORE_UNSUPPORTED_TYPES
Downloads
-
minitar 1.5.0 Stable
released this
2023-01-26 21:16:35 +00:00 | 38 commits to main since this releaseNew features:
- Example programs in the examples/ subdirectory
- Symlink support
Fixes:
- Use memcpy() in minitar_strlcpy()
- Skip the padding field when calculating header checksums
- Make minitar_read_contents() take a const pointer to entry
- Include stddef.h in minitar.h to make sure we have size_t
Downloads