summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix extracting relative symlinksFabian Vogt2022-03-091-44/+5
* builder: make directories as 0755 && umaskPavel Raiskup2021-05-041-1/+1
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Don't abort the build if pngquant failsRichard Hughes2018-03-011-2/+2
* Treat pngquant exit code of 98 (nothing done) as successRichard Hughes2018-02-211-1/+1
* Use pngquant to make the application icons take up less spaceRichard Hughes2017-11-141-0/+34
* Do not try to extract duplicate files in the icon theme packagesRichard Hughes2017-11-131-0/+5
* Only try to set the file permissions on regular filesRichard Hughes2017-11-031-1/+4
* trivial: Show a useful error message if decompressing a package failsRichard Hughes2017-11-031-1/+2
* Fix the inode mode to be sane on extracted filesRichard Hughes2017-10-201-0/+1
* libappstream-builder/utils: Drop an unreachable branchPhilip Withnall2017-08-201-4/+0
* Resolve relative symlinks when extracting archivesKalev Lember2016-12-201-11/+43
* trivial: Let g_build_filename take care of removing duplicate slashesKalev Lember2016-12-201-2/+0
* trivial: Remove a tiny compiler warningRichard Hughes2016-12-071-1/+0
* trivial: Do not leak the entry if the file cannot be readRichard Hughes2016-11-091-2/+4
* Check the return value of the stat callRichard Hughes2016-11-091-1/+2
* Be more careful choosing warning flagsRichard Hughes2016-07-251-1/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-1/+1
* Merge pull request #116 from StefanBruens/make_archive_creation_deterministicIgor Gnatenko2016-07-081-1/+1
|\
| * Correct disabling of timestamps for gzipStefanBruens2016-07-081-1/+1
* | trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-25/+0
* | Fix g_ptr_array_sort usewip/kalev/my_pstrcmpKalev Lember2016-05-261-1/+7
|/
* Omit timestamp from gzip compressed filesStefan Brüns2016-05-021-1/+3
* Sort archive contents by name for repeatable resultsStefan Brüns2016-05-021-0/+3
* Add as_utils_string_replace()Richard Hughes2016-03-031-29/+0
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-18/+18
* Remove --extra-appstream from the builderRichard Hughes2015-04-011-67/+0
* Teach asb_utils_write_archive() how to write other archive formatsRichard Hughes2015-03-251-1/+6
* trivial: Remove some dead code spotted by clangRichard Hughes2015-03-111-2/+0
* Use archive_read_open_filename() to reduce the peak RSS at the expense of speedRichard Hughes2015-02-011-9/+2
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* Fix FTBFS on GNU/HurdMatthias Klumpp2014-11-041-7/+9
* Fix extraction of hardlinksRichard Hughes2014-10-301-29/+82
* trivial: Split out asb_utils_sanitise_path() as a helperRichard Hughes2014-10-301-7/+21
* trivial: Add some protection in asb_glob_value_search()Richard Hughes2014-10-301-0/+3
* Do not create a hardlink when the target does not existRichard Hughes2014-10-301-0/+4
* trivial: Do not write an icon tarball if it would be emptyRichard Hughes2014-10-011-0/+2
* Recursively add files when using asb_utils_write_archive_dir()Richard Hughes2014-09-261-13/+42
* trivial: Fix regression when writing hardlinksRichard Hughes2014-09-251-5/+1
* Correctly write symlinks when extracting packagesRichard Hughes2014-09-241-2/+44
* Decompress the destination file if soft or hardlinkedRichard Hughes2014-09-231-2/+14
* trivial: Set the source on extra AppStream filesRichard Hughes2014-08-261-0/+1
* Add a new kudo for high contrast iconsRichard Hughes2014-08-201-1/+1
* Store vetos in the XML itselfRichard Hughes2014-08-181-1/+1
* Check the locale more carefullyRichard Hughes2014-08-181-1/+1
* trivial: post branch version bumpRichard Hughes2014-08-181-1/+1
* Do not write the builder-id in the cache-idRichard Hughes2014-08-151-7/+18
* Add asb_utils_ensure_exists()Richard Hughes2014-08-141-10/+28
* trivial: Use _cleanup_ in more placesRichard Hughes2014-08-121-50/+21