index
:
delta/appstream-glib.git
0_1_X
0_2_X
0_3_X
0_4_X
0_5_X
0_6_X
0_7_X
ignatenko/patch1
main
master
wip/alex/compose
wip/fedora_maintainer_v2
wip/hughsie/AS_URL_KIND_DETAILS
wip/hughsie/AsRefString
wip/hughsie/AsRequire
wip/hughsie/AsReview
wip/hughsie/AsStoreCab
wip/hughsie/AsSuggest
wip/hughsie/LANG_C
wip/hughsie/LANG_C-2
wip/hughsie/agreement-localize
wip/hughsie/arm-fixes
wip/hughsie/debian
wip/hughsie/desktop-fixes
wip/hughsie/dotted-decimal
wip/hughsie/icons-in-metainfo
wip/hughsie/introspection-fixes
wip/hughsie/meson
wip/hughsie/new-style-id-fix
wip/hughsie/new-style-meson-args
wip/hughsie/nofirmware
wip/hughsie/permissions
wip/hughsie/pragma-once
wip/hughsie/privacy-gdpr
wip/hughsie/requires-hardware
wip/hughsie/rhel-72
wip/hughsie/runtime-version
wip/hughsie/save-writes
wip/hughsie/symbol-sanity
wip/hughsie/symlinks
wip/hughsie/tilde-all-powerful
wip/hughsie/travis
wip/hughsie/unique-id-hash
wip/hughsie/unique_id
wip/hughsie/win32
wip/hughsie/xdg-app
wip/hughsie/yml-icons
wip/jrocha/attribute-changes
wip/jrocha/fix-user-repos
wip/jrocha/monitor-missing-dirs
wip/kalev/Bsymbolic
wip/kalev/as-ref-string-destructor
wip/kalev/as-store-locking
wip/kalev/as-store-search-cache-ref
wip/kalev/bz1368378
wip/kalev/do-not-require-translation-tag
wip/kalev/gperf31
wip/kalev/mutex-init-twice
wip/kalev/my_pstrcmp
wip/kalev/rpmvercmp
wip/kalev/source-files-array
wip/kalev/spdx-+-tokenize
wip/kalev/veto-empty-onlyshowin
wip/mak/cpttypes
github.com: hughsie/appstream-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libappstream-glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
as-app: Properly initialize unique_id_mutex
Laurent Bigonville
2020-04-16
1
-0
/
+1
*
Support versioning on clang/macOS
Oleksii Samorukov
2020-01-17
2
-1
/
+8
*
Use internal uuid library in macOS
Oleksii Samorukov
2020-01-17
2
-0
/
+6
*
docs: Fix examples of AsNodeToXmlFlags using an invalid flag.
Robert Ancell
2020-01-17
2
-3
/
+3
*
trivial: Fix CI by moving 'future' back a bit
Richard Hughes
2020-01-06
1
-1
/
+1
*
as-app: properly initialize unique_id_mutex
Marc-Antoine Perennou
2019-12-03
1
-0
/
+1
*
Use _fullpath() instead of GetFullPathNameA().
Jehan
2019-11-25
1
-8
/
+5
*
Fix Win32 headers.
Jehan
2019-11-25
1
-1
/
+1
*
trivial: Add a new self test for ${id}/${locale}.qm translations
Kalev Lember
2019-11-14
1
-0
/
+38
*
Support ${id}/${locale}.qm in addition to ${id}_${locale}.qm
Kalev Lember
2019-11-14
1
-2
/
+39
*
trivial: Move a check earlier so that we exit the correct loop
Kalev Lember
2019-11-14
1
-5
/
+5
*
as-app: add "icon-theme" as recognised component type
Fabio Valentini
2019-11-01
2
-0
/
+4
*
trivial: Mark an internal function as static
Richard Hughes
2019-10-04
1
-1
/
+1
*
as-content-rating: Make default values match OARS semantics
Philip Withnall
2019-10-02
2
-30
/
+106
*
Allow parsing desktop files using as_app_parse_data()
Richard Hughes
2019-09-30
3
-51
/
+80
*
Update list of allowed metadata licences
scx
2019-09-19
1
-1
/
+11
*
Log expected and actual screenshot dimensions when failing
Tobias Mueller
2019-09-13
1
-6
/
+6
*
Offset future checks by UTC+14
Peter Hutterer
2019-08-27
1
-1
/
+2
*
Do not preserve restrictive permissions when installing AppStream files
Richard Hughes
2019-08-07
2
-3
/
+2
*
Support loading YAML from as_store_from_bytes
Robert Ancell
2019-08-05
1
-21
/
+69
*
Do not allow forward or backwards slashes in <id> values
Richard Hughes
2019-06-10
1
-0
/
+5
*
Do not require <translation> for validation unless strict
Kalev Lember
2019-05-17
2
-8
/
+4
*
Do not require <update_contact> for validation unless strict
Richard Hughes
2019-05-14
2
-8
/
+4
*
add UPL short name to SPDX conversion
Salman Siddiqui
2019-04-09
1
-0
/
+1
*
Update the SPDX license list to v3.5
Richard Hughes
2019-04-09
1
-25
/
+44
*
trivial: Fix some typos spotted using codespell
Richard Hughes
2019-04-08
11
-16
/
+16
*
Only require <release> for validate, but not validate-relax
Kalev Lember
2019-03-29
1
-4
/
+7
*
Allow building on Windows
Jehan
2019-03-26
11
-33
/
+115
*
Modernize the validation requirements
Richard Hughes
2019-03-20
2
-46
/
+137
*
Fix build of libappstream-glib clients
Jürg Billeter
2019-02-10
31
-31
/
+31
*
Use '#pragma once' to avoid a lot of boilerplate
Richard Hughes
2019-02-09
52
-261
/
+101
*
Use the SPDX-License-Identifier in all source files
Richard Hughes
2019-02-09
89
-1335
/
+89
*
Do not overwrite the project group using heuristics if already set
Richard Hughes
2019-02-06
1
-8
/
+14
*
Use rpmvercmp instead of internal vercmp when built with rpm support
Kalev Lember
2019-02-06
2
-0
/
+12
*
utils: trivial: Split out an internal function
Kalev Lember
2019-02-06
1
-33
/
+40
*
libappstream-glib/meson.build: pass -DAS_COMPILATION to gir compiler
maxice8
2019-02-04
1
-0
/
+3
*
Add support for CONTACT URLs
Robert Ancell
2019-01-31
2
-0
/
+6
*
tests: Add test for OARS → CSM mappings
Philip Withnall
2019-01-23
1
-0
/
+36
*
as-content-rating: Add a helper function to get OARS IDs
Philip Withnall
2019-01-23
2
-0
/
+25
*
as-content-rating: Move OARS → CSM mappings into static space
Philip Withnall
2019-01-23
1
-51
/
+51
*
as-content-rating: Make as_content_rating_attribute_to_csm_age() public
Philip Withnall
2019-01-23
2
-6
/
+9
*
as-content-rating: Restructure OARS → CSM mapping table
Philip Withnall
2019-01-23
1
-123
/
+68
*
as-content-rating: Add missing OARS → CSM mappings
Philip Withnall
2019-01-23
1
-0
/
+11
*
as-content-rating: Fix a typo in an OARS → CSM mapping
Philip Withnall
2019-01-23
1
-1
/
+1
*
as-content-rating: Add missing OARS → CSM mappings to fix round trips
Philip Withnall
2019-01-23
1
-0
/
+2
*
Add support for SOURCE URLs
Richard Hughes
2019-01-22
2
-0
/
+6
*
Add support for per-release URLs
Richard Hughes
2019-01-22
5
-1
/
+92
*
app: Add locking to unique id building
Kalev Lember
2019-01-04
1
-0
/
+7
*
Use as_utils_vercmp_full internally
Kalev Lember
2019-01-04
3
-8
/
+8
*
Add tests for as_util_vercmp_full()
Kalev Lember
2019-01-04
1
-0
/
+8
[next]