summaryrefslogtreecommitdiffstats
path: root/lasso/registry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-3/+3
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-011-2/+4
* Improve safety by replacing all g_hash_table_destroy use by lasso_release_gha...Benjamin Dauvergne2010-04-221-5/+4
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-221-1/+1
* Update documentation of the registry moduleBenjamin Dauvergne2010-02-101-11/+16
* Core: in registry.c, change type cast to compile on amd64 platformBenjamin Dauvergne2010-01-041-4/+5
* Core: remove warning when lasso_registry_get_direct_mapping failsBenjamin Dauvergne2009-09-111-1/+2
* Core: Remove include of lasso.h in registry.hBenjamin Dauvergne2009-08-261-0/+1
* Fix bug in lasso_registry_destroy / shutdownBenjamin Dauvergne2009-05-071-1/+4
* Fix leak of mapping registryBenjamin Dauvergne2009-04-301-5/+31
* Fix build issues on amd64 / gcc 4.3Jerome Schneider2009-04-091-2/+2
* Add a new error code, with the REGISTRY prefix and use it in registry functionBenjamin Dauvergne2008-09-041-11/+17
* Add functional mappings and test code that goest with it.Benjamin Dauvergne2008-08-261-44/+187
* Add new module lasso_registry, to handle mapping from XML tag to GObjectBenjamin Dauvergne2008-08-261-0/+206