summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-package.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-2/+2
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Use as_utils_vercmp_full internallyKalev Lember2019-01-041-2/+2
* Don't include the path component in the name when parsing the package filenameRichard Hughes2018-03-271-5/+2
* Revert "trivial: Correctly truncate existing logfiles"Richard Hughes2017-01-041-81/+34
* trivial: Correctly truncate existing logfilesRichard Hughes2017-01-041-3/+8
* trivial: Fix a critical warning in the self testsRichard Hughes2017-01-041-0/+4
* Write log files in a better wayRichard Hughes2017-01-041-34/+72
* trivial: Write debug statements into the logsRichard Hughes2017-01-041-2/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-3/+3
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-12/+0
* Fix AppStream generation when using duplicate .deb packagesRichard Hughes2015-12-281-2/+64
* 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-4/+4
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* Fix a crash when more than one thread tries to ensure the same packageRichard Hughes2015-02-041-4/+18
* Guess the NEVRA from the filename if possibleRichard Hughes2015-02-021-0/+52
* trivial: Add asb_package_get_version()Richard Hughes2015-02-021-0/+17
* Only open the package when requiredRichard Hughes2015-02-021-4/+19
* Clear the dep list and the file list if we've finished with the packageRichard Hughes2015-02-021-0/+21
* Close the packages after they have been processedRichard Hughes2015-02-021-0/+40
* trivial: Do not allocate 1k of log space for each package at startupRichard Hughes2015-02-021-1/+1
* trivial: Do not ensure if there is nothing left to doRichard Hughes2015-02-021-0/+4
* Add the extra child deps to the main packageRichard Hughes2015-01-301-12/+12
* trivial: Add asb_package_get_kind()Richard Hughes2015-01-231-0/+34
* Add the VCS information to the AppStream metadataRichard Hughes2014-12-171-0/+38
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* Add some locking when outputting logs from multiple threadsRichard Hughes2014-10-151-0/+6
* trivial: Use a lowercase log index nameRichard Hughes2014-10-131-1/+1
* trivial: Don't put 2600 log files in the same directoryRichard Hughes2014-10-131-3/+7
* Flush the package log again after the metadata writeRichard Hughes2014-09-111-0/+6
* Only get the package data when requiredRichard Hughes2014-08-281-0/+44
* Include the architecture in the failed component IDRichard Hughes2014-08-211-0/+52
* trivial: Do not write a log if LogDir is not setRichard Hughes2014-08-121-1/+5
* Add support for <source_pkgname> which will be in AppStream 0.8Richard Hughes2014-07-291-7/+44
* Add asb_package_new()Richard Hughes2014-07-081-0/+20
* Add libappstream-builder from the createrepo_as projectRichard Hughes2014-06-171-0/+780