aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_archive.c
AgeCommit message (Expand)Author
2023-12-12libopkg: Use libgen.h to provide basename APIKhem Raj
2023-07-12Add options to enable support for acl and xattrMaciej Liszewski
2021-11-18opkg_archive: output libarchive's errno wherever we output a stringBrenda Streiff
2021-09-22libopkg: Add support for zstandard compressionHenry Kleynhans
2019-11-20open_inner: add support for empty payloadsAlejandro del Castillo
2019-11-20opkg_archive.c: avoid double free on uncompress errorAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-11-19libopkg: add support for lz4 compressionAlejandro del Castillo
2018-11-15Ensure octal mode values are always printed with a 0 prefix.Michael Hansen
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-12-12gz_write_archive: addAlejandro del Castillo
2017-02-23opkg_install: Allow packages to provide the same symlink if it is identicalMichael Hansen
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2016-12-16open_outer: add gzip supportFlorin Gherendi
2016-11-02ar_open_pkg_data_archive: do not overwrite existing directory permissionsAlejandro del Castillo
2016-10-31libopkg: add Installed-Size field to status fileAlejandro del Castillo
2016-09-08libopkg: Add support for xz and bzip2 compression.Andrew Shadura
2015-09-21opkg_archive: show path for warning when extracting archive entryJonathan Liu
2015-08-31opkg_archive: add support for empty compressed filesAlejandro del Castillo
2015-08-10opkg/libopkg: Added config-file option to ignore UIDsNick Clark
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-30Respect config.hPaul Barker
2014-04-01opkg_archive: Add functions required by file_decompressPaul Barker
2014-04-01pkg_extract: Separate libarchive interface into opkg_archive.cPaul Barker