aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_extract.c
AgeCommit message (Expand)Author
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2016-10-31libopkg: add Installed-Size field to status fileAlejandro del Castillo
2016-09-08libopkg: Modify error messages to be compression-agnosticAndrew Shadura
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-01pkg_extract: Separate libarchive interface into opkg_archive.cPaul Barker
2014-04-01pkg_extract: Add glue layerPaul Barker
2014-04-01pkg_extract: Low level functions shouldn't deal with pkg_t objectsPaul Barker
2014-03-13pkg_extract: Canonicalise path before strcmp in find_inner()Paul Barker
2014-03-13pkg_extract: Silence unused parameter warningsPaul Barker
2014-03-13pkg_extract: Refactor copy_to_stream()Paul Barker
2014-03-13pkg_extract: Improve error handling in copy_to_stream()Paul Barker
2014-03-13pkg_extract: Improve error handling in extract_paths_to_stream()Paul Barker
2014-03-13pkg_extract: Improve error handling in extract_file_to_stream()Paul Barker
2014-03-13pkg_extract: Whitespace tidyupPaul Barker
2014-03-13pkg_extract: Refactor extract_all()Paul Barker
2014-03-13pkg_extract: Improve error handling in extract_all()Paul Barker
2014-03-13pkg_extract: Refactor archive header readingPaul Barker
2014-03-13pkg_extract: Refactor extract_outer()Paul Barker
2014-03-13pkg_extract: Improve error handling in extract_outer()Paul Barker
2014-03-13pkg_extract: Fix double report of libarchive errorPaul Barker
2014-02-24pkg_extract: Ignore owner/perm/time when extracting control filesPaul Barker
2014-02-24pkg_extract: Refuse to extract empty paths in transform_dest_pathPaul Barker
2014-02-24pkg_extract: Fix path matching in extract_file_to_streamPaul Barker
2014-02-24pkg_extract: Canonicalise path before strcmp in extract_file_to_streamPaul Barker
2014-02-23pkg_extract: Refactor path transformationsPaul Barker
2014-02-23pkg_extract, file_util: Support only gzip compressionPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2014-02-05pkg_extract.c: Convert to use libarchivePaul Barker
2010-08-24Accept a leading "./" for the control file name, but don't mandate it.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-27Add error checking to deb_extract(), unarchive(), extract_archive(). et al.graham.gower
2009-11-27Name it after what it does: s/extract_to_stdout/extract_to_stream/graham.gower
2009-11-24There is no need to use a buffer at all.graham.gower
2009-11-22Add some error checking on fputs.graham.gower
2009-11-17Remove unused function.graham.gower
2009-03-26Due to deb_extract's defect that I cannot tell if an extraction isticktock35
2009-03-26reduce a big memory leakticktock35
2008-12-18using list_head to handle the listticktock35
2008-12-15opkg: balance the installed_files reference countticktock35
2008-12-15opkg: 's/itsy/opkg/'ticktock35
2008-12-15opkg: remove opkg.h in preperation for new APIticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35