summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_entity.c
Commit message (Expand)AuthorAgeFilesLines
* entity: Check entity in osinfo_entity_clear_param()Fabiano Fidêncio2020-04-131-0/+2
* Group all GObjectClass override methodsFabiano Fidêncio2020-04-131-2/+1
* Use g_object_class_install_properties()Fabiano Fidêncio2020-04-131-11/+12
* Use G_DEFINE_*_WITH_PRIVATEFabiano Fidêncio2020-04-131-6/+3
* Enforce '-Wdeclaration-after-statement'Fabiano Fidêncio2020-04-131-10/+16
* Update Copyright yearFabiano Fidêncio2020-04-131-1/+1
* Remove AuthorsFabiano Fidêncio2020-04-131-4/+0
* Don't include config.hFabiano Fidêncio2019-09-251-2/+0
* Add "Since: 0.2.2" to the documentationFabiano Fidêncio2019-07-161-0/+30
* Add "Since: 0.2.1" to the documentationFabiano Fidêncio2019-07-161-0/+59
* Add "Since: 0.2.0" to the documentationFabiano Fidêncio2019-07-161-0/+25
* Remove emacs 'Local variables' annotationsCole Robinson2019-03-071-9/+0
* Use g_list_free_full where easily possiblePino Toscano2018-12-201-6/+1
* entity: Fix osinfo_entity_get_param_keys() leakChristophe Fergeau2016-07-011-1/+1
* entity: use g_hash_table_replace instead of remove+insertGiuseppe Scrivano2014-06-051-2/+1
* osinfo: fix spacing to satisfy sc_bracket_spacing_checkGiuseppe Scrivano2014-06-041-22/+22
* Remove FSF address from source file headersChristophe Fergeau2013-03-121-2/+2
* Remove unused 'priv' variable from _init methodsChristophe Fergeau2013-01-311-3/+1
* Osinfo:entity is no longer construct-onlyZeeshan Ali (Khattak)2012-12-291-1/+1
* docs: Fix typosFabiano Fidêncio2012-12-191-7/+7
* Use G_PARAM_STATIC_STRINGS everywhereChristophe Fergeau2012-12-131-3/+1
* Fix gint64 format string in osinfo_entity_set_param_int64Christophe Fergeau2012-11-281-1/+1
* entity: Fix osinfo_entity_get_param_value_int64_with_defaultChristophe Fergeau2012-11-231-12/+5
* entity: Use g_ascii_strtoll to parse int64 stringsChristophe Fergeau2012-11-231-1/+1
* Add a NULL checkZeeshan Ali (Khattak)2012-11-201-0/+1
* Add enum param getter/setter helpersZeeshan Ali (Khattak)2012-11-101-0/+39
* Translate all (potentially) user visible stringsZeeshan Ali (Khattak)2012-10-311-1/+2
* More type-specific entity value getters/settersZeeshan Ali (Khattak)2012-09-261-1/+53
* Add helper APIs to OsinfoEntity for boolean paramsDaniel P. Berrange2012-08-231-0/+13
* Add a dummy "ID" property for entitiesDaniel P. Berrange2012-03-131-1/+9
* Add <config.h> to all files & remove trailing blanksDaniel P. Berrange2012-02-241-1/+3
* Fix Red Hat copyright lineDaniel P. Berrange2012-02-241-1/+1
* Update to newer COPYING.LIB file with correct FSF addressDaniel P. Berrange2011-11-241-1/+1
* Consistent properties enum namingZeeshan Ali (Khattak)2011-10-201-6/+6
* Remove TAB characters (again)Daniel P. Berrange2011-04-191-9/+9
* Allow arbitrary custom xml attributes with an x- prefixDaniel P. Berrange2011-04-191-0/+24
* Add API docs for all public methodsDaniel P. Berrange2010-09-011-1/+82
* Remove 'self' as a parameter name.Daniel P. Berrange2010-09-011-30/+30
* Add emacs magic for indentation rulesDaniel P. Berrange2010-08-311-19/+26
* Ensure all GList return values are duplicatedDaniel P. Berrange2010-08-271-1/+3
* Lots of code fixes based on results from testsuiteDaniel P. Berrange2010-08-271-8/+11
* Add LGPLv2+ header to all source filesDaniel P. Berrange2010-08-251-0/+24
* Move filter matching code out of entity into filter objectDaniel P. Berrange2010-08-251-95/+4
* Remove osinfo common moduleDaniel P. Berrange2010-08-251-1/+1
* Remove all remaining Hypervisor/Os structs out of common codeDaniel P. Berrange2010-08-251-17/+0
* Make entity object fully privateDaniel P. Berrange2010-08-251-0/+9
* Convert entity property data into a GHashTable of GListsDaniel P. Berrange2010-08-251-63/+46
* Turn OS relationships into a GList structureDaniel P. Berrange2010-08-251-10/+16
* Turn filter matching functions into formal APIsDaniel P. Berrange2010-08-251-0/+85
* Remove 'db' property from entity object to avoid circular referenceDaniel P. Berrange2010-08-251-14/+0