• 1.7.6 1ce643b0c8

    minitar 1.7.6 Stable

    apio released this 2023-12-12 22:31:45 +00:00 | 0 commits to main since this release

    Fixes:

    • Stop leaking memory and opened files in the pack example
    • Correct README after moving API docs to API.md
    Downloads
  • 1.7.5 7ef1c80fb6

    minitar 1.7.5 Stable

    apio released this 2023-06-18 18:54:56 +00:00 | 3 commits to main since this release

    Fixes:

    • Don't create . or .. in the untar example
    Downloads
  • 1.7.4 cd0c5df5f5

    minitar 1.7.4 Stable

    apio released this 2023-05-27 18:04:24 +00:00 | 5 commits to main since this release

    Fixes:

    • Add support for my own OS to examples
    • Make the untar example create parent directories for all entry types
    Downloads
  • 1.7.3 702348a365

    minitar 1.7.3 Stable

    apio released this 2023-02-25 19:32:04 +00:00 | 8 commits to main since this release

    Fixes:

    • Make the untar example create parent directories if they don't exist (like mkdir -p)
    Downloads
  • 1.7.2 a6d38efc7d

    minitar 1.7.2 Stable

    apio released this 2023-02-15 18:26:28 +00:00 | 12 commits to main since this release

    AKA 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
  • 1.7.1 01d3c27d41

    minitar 1.7.1 Stable

    apio released this 2023-02-06 21:43:43 +00:00 | 17 commits to main since this release

    Fixes:

    • 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
  • 1.7.0 873f056cc3

    minitar 1.7.0 Stable

    apio released this 2023-02-04 18:42:59 +00:00 | 23 commits to main since this release

    New features:

    • Add support for writing to archives
    Downloads
  • 1.6.1 95700b6916

    minitar 1.6.1 Stable

    apio released this 2023-01-29 21:23:22 +00:00 | 30 commits to main since this release

    Patch release to add updated documentation for 1.6.0.

    Downloads
  • 1.6.0 e96f7127bf

    minitar 1.6.0 Stable

    apio released this 2023-01-29 21:10:53 +00:00 | 32 commits to main since this release

    New features:

    • Add support for block and character devices
    • Add support for FIFOs
    • Add support for hard links

    Fixes:

    • Deprecate MINITAR_IGNORE_UNSUPPORTED_TYPES
    Downloads
  • 1.5.0 ce0db53a90

    minitar 1.5.0 Stable

    apio released this 2023-01-26 21:16:35 +00:00 | 38 commits to main since this release

    New 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