aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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'
2023-07-06Updated modules.Adam Harrison
2023-07-06Removed old mbedtls, replacing with submodule.Adam Harrison
2023-06-27Added in shallow cloning.Adam Harrison
2023-01-01Better diagnostics, made it so that we don't crash out if optional ↵Adam Harrison
dependencies are missing, and ensured that plugins without a path install correctly.
2022-12-31Updating things to work with 0.9.Adam Harrison
2022-11-29Put in microtar from rxi instead of libtar, because libtar isn't portable.remove-libarchiveAdam Harrison
2022-11-29Potentially got things working.Adam Harrison
2022-11-29Removed openssl, and curl, and added mbedded tls.curl-removalAdam Harrison
Almost fully removed curl, needs more testing. Fixed most issues, now trying to cross compile. Fix? Sigh.
2022-10-08Added in libarchive and liblzma.Adam
2022-09-13Added in curl, and differentiated between the different types of objects in ↵Adam
the manifest.
2022-09-13Sigh.Adam
2022-09-09Initial commit.Adam