summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_db.c
Commit message (Expand)AuthorAgeFilesLines
* db: Fix leak of OsinfoInstallScriptList *Victor Toso2022-02-151-0/+1
* osinfo: add API for resolving multiple tree matchesDaniel P. Berrangé2022-02-041-0/+36
* osinfo: add API for resolving multiple media matchesDaniel P. Berrangé2022-02-041-0/+36
* osinfo: allow tree matching code to report multiple entriesDaniel P. Berrangé2022-02-041-11/+59
* osinfo: allow media matching code to report multiple entriesDaniel P. Berrangé2022-02-041-12/+61
* guests: use a OsinfoTreeList when detecting tree matchesDaniel P. Berrangé2022-02-041-17/+15
* osinfo: don't set the 'os' property on matched treeDaniel P. Berrangé2022-02-041-1/+0
* guests: use a OsinfoMediaList when detecting media matchesDaniel P. Berrangé2022-02-041-13/+20
* osinfo: refactor tree guessing internal helperDaniel P. Berrangé2022-02-041-13/+23
* osinfo: refactor media guessing internal helperDaniel P. Berrangé2022-02-041-13/+23
* osinfo: pull tree matching logic into public APIDaniel P. Berrangé2022-02-041-25/+1
* osinfo: pull media matching logic into public APIDaniel P. Berrangé2022-02-041-31/+1
* osinfo: add missing line break between methodsDaniel P. Berrangé2022-02-041-0/+1
* Fix misspellingsRafael Fontenelle2020-07-281-1/+1
* db: Remove useless osinfo_db_finalize() declarationFabiano Fidêncio2020-04-131-2/+0
* Use G_DEFINE_*_WITH_PRIVATEFabiano Fidêncio2020-04-131-7/+3
* Use OSINFO_DECLARE_TYPE* macrosFabiano Fidêncio2020-04-131-2/+2
* Enforce '-Wdeclaration-after-statement'Fabiano Fidêncio2020-04-131-8/+25
* Update Copyright yearFabiano Fidêncio2020-04-131-1/+1
* Remove AuthorsFabiano Fidêncio2020-04-131-4/+0
* db: Match "rolling" distros only as a fallbackFabiano Fidêncio2020-03-311-0/+6
* db: Remove useless /** PUBLIC METHODS */ commentFabiano Fidêncio2020-01-031-3/+0
* db: Take the media's volume size into account when sorting the mediasFabiano Fidêncio2019-11-081-2/+12
* Don't include config.hFabiano Fidêncio2019-09-251-2/+0
* Add "Since: 1.6.0" to the documentationFabiano Fidêncio2019-07-161-0/+2
* Add "Since: 0.2.3" to the documentationFabiano Fidêncio2019-07-161-0/+7
* Add "Since: 0.2.0" to the documentationFabiano Fidêncio2019-07-161-0/+5
* db: deprecate osinfo_db_guess_os_from_tree()Fabiano Fidêncio2019-07-021-16/+25
* db: Add identify_tree() APIFabiano Fidêncio2019-07-021-0/+105
* db: Avoid dereference of null pointerFabiano Fidêncio2019-05-221-4/+6
* db: Set the os to the detected treeFabiano Fidêncio2019-04-121-1/+3
* db: Deal with "all" media architectureFabiano Fidêncio2019-04-031-15/+41
* db: Deal with "all" tree architecturesFabiano Fidêncio2019-04-031-28/+52
* db: Rename os_* to os_treeinfo_* in guess_os_from_tree()Fabiano Fidêncio2019-04-031-12/+12
* db: Rename tree to treeinfo in guess_os_from_tree()Fabiano Fidêncio2019-04-031-12/+12
* Remove emacs 'Local variables' annotationsCole Robinson2019-03-071-7/+0
* db: Add missing attributes to fill_media()Fabiano Fidêncio2019-03-011-0/+20
* db: improve _guess_os_from_media() checksFabiano Fidêncio2019-01-151-0/+7
* db: improve _guess_os_from_tree() checksFabiano Fidêncio2018-12-101-4/+12
* Revert "db: Force anchored patterns when matching regex"Fabiano Fidêncio2018-10-081-1/+1
* db: Force anchored patterns when matching regexFabiano Fidêncio2018-09-111-1/+1
* Add 'eject-after-install' parameter to OsinfoMediaFabiano Fidêncio2017-04-211-1/+8
* db: Fix valgrind issues with language detectionChristophe Fergeau2015-11-061-17/+14
* db: Fix leak of 'variants' GListChristophe Fergeau2015-11-051-0/+1
* db: Use volume-size info for detectionZeeshan Ali (Khattak)2015-03-171-1/+8
* osinfo: fix spacing to satisfy sc_bracket_spacing_checkGiuseppe Scrivano2014-06-041-24/+24
* media: Add variant info API/XMLZeeshan Ali (Khattak)2013-11-291-1/+7
* Remove FSF address from source file headersChristophe Fergeau2013-03-121-2/+2
* Remove unused 'priv' variable from _init methodsChristophe Fergeau2013-01-311-3/+1
* db: _identify_media() should also set media IDZeeshan Ali (Khattak)2012-12-291-3/+7