summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_db.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: Fix typosFabiano FidĂȘncio2012-12-191-5/+5
* db: Fix gtk-doc name of 2 function for proper introspectionChristophe Fergeau2012-12-171-1/+1
* Set language in osinfo_db_identify_mediaChristophe Fergeau2012-12-131-2/+90
* Deprecate osinfo_db_guess_os_from_mediaChristophe Fergeau2012-12-131-15/+24
* Add osinfo_db_identify_mediaChristophe Fergeau2012-12-131-0/+71
* loader: Load datamapsChristophe Fergeau2012-12-131-0/+51
* Use new osinfo_list_new_* helpers everywhereChristophe Fergeau2012-12-071-5/+20
* Translate all (potentially) user visible stringsZeeshan Ali (Khattak)2012-10-311-0/+1
* Fix missing ":" at commentsFabiano FidĂȘncio2012-08-231-2/+2
* Associate install scripts with operating systemsDaniel P. Berrange2012-08-231-0/+48
* Add <config.h> to all files & remove trailing blanksDaniel P. Berrange2012-02-241-0/+2
* Fix Red Hat copyright lineDaniel P. Berrange2012-02-241-1/+1
* Add support for install tree metadataDaniel P. Berrange2012-02-231-0/+71
* Fix regex matching for OS mediaDaniel P. Berrange2012-02-231-8/+8
* Also extract application ID from ISO PVDDaniel P. Berrange2012-02-211-1/+6
* Match substring regex in the endZeeshan Ali (Khattak)2012-02-071-0/+20
* Correct pattern matching logicZeeshan Ali (Khattak)2011-11-241-2/+3
* Return matched OS mediaZeeshan Ali (Khattak)2011-11-241-1/+7
* Update to newer COPYING.LIB file with correct FSF addressDaniel P. Berrange2011-11-241-1/+1
* Media ID strings are now regular expressionsZeeshan Ali (Khattak)2011-09-231-6/+5
* Replace OsinfoDb.guess_os_from_location() by guess_os_from_media()Zeeshan Ali (Khattak)2011-08-231-20/+5
* Add osinfo_media_new_from_location()Zeeshan Ali (Khattak)2011-08-231-130/+18
* Add osinfo_db_guess_os_from_location()Zeeshan Ali (Khattak)2011-08-231-1/+190
* Remove TAB characters (again)Daniel P. Berrange2011-04-191-7/+7
* Introduce a OsinfoDeployment objectDaniel P. Berrange2010-09-021-2/+110
* Introduce a new OsinfoProduct abstract classDaniel P. Berrange2010-09-021-10/+35
* Rename 'OsinfoHypervisor' to 'OsinfoPlatform'Daniel P. Berrange2010-09-021-21/+21
* Remove list iterator & add API to retrieve a GListDaniel P. Berrange2010-09-011-17/+17
* Add API docs for all public methodsDaniel P. Berrange2010-09-011-4/+114
* Remove 'self' as a parameter name.Daniel P. Berrange2010-09-011-48/+48
* Add emacs magic for indentation rulesDaniel P. Berrange2010-08-311-0/+7
* Avoid directly exposing internal lists in OsinfoDbDaniel P. Berrange2010-08-311-3/+31
* Ensure all GList return values are duplicatedDaniel P. Berrange2010-08-271-3/+6
* Pull XML loader into a separate classDaniel P. Berrange2010-08-271-89/+2
* Lots of code fixes based on results from testsuiteDaniel P. Berrange2010-08-271-33/+14
* Add LGPLv2+ header to all source filesDaniel P. Berrange2010-08-251-0/+24
* Remove osinfo common moduleDaniel P. Berrange2010-08-251-2/+2
* Remove all remaining Hypervisor/Os structs out of common codeDaniel P. Berrange2010-08-251-0/+6
* Convert entity property data into a GHashTable of GListsDaniel P. Berrange2010-08-251-15/+11
* Turn OS relationships into a GList structureDaniel P. Berrange2010-08-251-4/+5
* Pass a GError all the way through the XML parserDaniel P. Berrange2010-08-251-10/+5