aboutsummaryrefslogtreecommitdiff
path: root/lib/microtar
AgeCommit message (Collapse)Author
2024-10-14Small changes to microtar, fixed some issues with the long names in the ↵Adam Harrison
extract code.
2024-02-25Changed bzero to memset, in order to eliminate warnings on windows.Adam Harrison
2024-02-25hopefully fixed the memory leak (#83)Gaspartcho
2024-02-23Update extract: .tgz and +100 char name support (#73)Gaspartcho
* added tar support * fixed small mistake * added support for utar + removed microtar as submodule * will finish this tomorow * added support for gnu and other * re-done all small changes * fixed pax format (hopefully) * added a r to 'curent_read'
2022-11-29Put in microtar from rxi instead of libtar, because libtar isn't portable.remove-libarchiveAdam Harrison