summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_loader.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Fix leak in osinfo_loader_find_files()Christophe Fergeau2018-04-101-1/+1
* loader: process files in alphabetical orderDaniel P. Berrangé2018-03-181-0/+20
* Fix error propagation in DB loaderDaniel P. Berrange2017-04-271-7/+2
* Add 'eject-after-install' parameter to OsinfoMediaFabiano Fidêncio2017-04-211-0/+9
* loader: Fix typo in error messageGuido Günther2016-11-061-1/+1
* loader: update to comply with new database install locationDaniel P. Berrange2016-08-101-12/+72
* loader: re-add support for loading files explicitlyDaniel P. Berrange2015-10-221-41/+78
* loader: remove leading / from relative pathDaniel P. Berrange2015-10-221-2/+2
* loader: don't return NULL from a void methodDaniel P. Berrange2015-10-201-2/+2
* loader: implement new semantics for entity overridingDaniel P. Berrange2015-10-201-40/+235
* loader: skip leading whitespace in USB/PCI ids stringsDaniel P. Berrange2015-10-201-1/+3
* loader: sanity check entity filenames when loadingDaniel P. Berrange2015-10-201-8/+93
* loader: rework handling of pci.ids and usb.idsDaniel P. Berrange2015-10-201-33/+81
* loader: rewrite loader to separate file enumeration from loadingDaniel P. Berrange2015-10-201-83/+69
* loader: re-arrange code for loading list of directoriesDaniel P. Berrange2015-10-201-55/+73
* loader: pull out code for building database pathsDaniel P. Berrange2015-10-201-20/+34
* data: change PCI and USB device ID URIsDaniel P. Berrange2015-10-201-4/+4
* loader: identify referenced but not defined entitiesDaniel P. Berrange2015-10-071-1/+26
* loader: fix memory leaks when loading dataDaniel P. Berrange2015-10-071-0/+3
* schema: Allow volume-size attribute for ISO9660 mediaZeeshan Ali (Khattak)2015-03-171-1/+3
* install-script: Add needs-internet paramLasse Schuirmann2014-08-111-0/+1
* osinfo_loader: avoid multiple calls to OSINFO_ENTITYGiuseppe Scrivano2014-06-051-5/+6
* osinfo_loader: do not use xpath to read localized stringsGiuseppe Scrivano2014-06-051-11/+15
* osinfo_loader: replace some xpath queries with direct data accessGiuseppe Scrivano2014-06-051-97/+32
* osinfo_loader: introduce a compiled xpaths cacheGiuseppe Scrivano2014-06-051-37/+87
* osinfo: fix spacing to satisfy sc_bracket_spacing_checkGiuseppe Scrivano2014-06-041-54/+54
* osinfo_loader: don't wrap return value with parenthesesGiuseppe Scrivano2014-06-041-4/+4
* installer: Add get_injection_methods()Giuseppe Scrivano2014-03-061-2/+21
* media: Add variant info API/XMLZeeshan Ali (Khattak)2013-11-291-2/+16
* os: Add variant info API/XMLZeeshan Ali (Khattak)2013-11-291-0/+41
* Add release status info to OS entriesZeeshan Ali (Khattak)2013-11-261-0/+1
* Fix warnings in OsinfoLoader boolean supportChristophe Fergeau2013-11-131-3/+3
* Teach osinfo_loader_entity() how to parse booleansChristophe Fergeau2013-11-131-3/+53
* Add type info to osinfo_loader_entity() 'key' argumentChristophe Fergeau2013-11-131-77/+103
* Allow to pass a NULL 'keys' argument to osinfo_loader_entity()Christophe Fergeau2013-11-061-9/+3
* Use g_getenv() instead of getenv()Christophe Fergeau2013-03-291-1/+1
* Fix a few string leaksChristophe Fergeau2013-03-291-1/+3
* installer: API to query device driver signing requirementZeeshan Ali (Khattak)2013-03-151-0/+2
* API to query signed status of device driversZeeshan Ali (Khattak)2013-03-151-0/+8
* Don't ignore vendor/device name in pci/usb id parserChristophe Fergeau2013-03-141-2/+6
* Remove FSF address from source file headersChristophe Fergeau2013-03-121-2/+2
* Use gnulib's ignore-value.h to silence gccChristophe Fergeau2013-02-111-13/+6
* Remove unused 'priv' variable from _init methodsChristophe Fergeau2013-01-311-3/+1
* loader: Parse OsinfoInstallConfigParam::value-map from XMLChristophe Fergeau2012-12-201-0/+7
* loader: Read media language informationChristophe Fergeau2012-12-131-4/+27
* loader: Load datamapsChristophe Fergeau2012-12-131-1/+68
* loader: Don't harcode '+ 9' in tree loadingChristophe Fergeau2012-12-131-4/+4
* loader: Use symbolic names in osinfo_loader_install_config_paramsChristophe Fergeau2012-12-101-2/+2
* Fix osinfo_loader_root commentChristophe Fergeau2012-12-071-1/+2
* loader: Fix one newly introduced leakChristophe Fergeau2012-12-071-1/+3