summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Replace GTimeVal with gint64 epoch timeYongha Hwang2022-02-281-3/+3
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-151-18/+0
* xfconf-cache: Fix access to freed data (#16)cryptogopher2020-11-061-20/+30
* Add support for GObject introspection and valaOlivier Duchateau2019-06-241-7/+10
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-151-1/+1
* Fix a path in xfconf_cache_set where the cache mutex isn't locked.Ali Abdallah2017-08-291-0/+1
* When multiple calls are made for the same property, it's possible that xfconf...Stefan Berzl2017-08-291-3/+14
* Don't free up GValue as its ownership is taken by a cache item.Ali Abdallah2017-06-231-8/+7
* Fix many issues with libxfconf.Ali Abdallah2016-05-271-50/+118
* Fix a couple of memory leaks, due to g_variant conversion floatingAli Abdallah2016-04-251-24/+29
* Use gvalue<->gvariant conversion functions from the commonAli Abdallah2016-04-241-87/+8
* Move the gdbus generated code to the common directoryAli Abdallah2016-04-211-1/+1
* Port xfconf_channel_get_properties to gdbus andAli Abdallah2016-04-211-4/+4
* Port the call 'set_property' to gdbus.Ali Abdallah2016-04-211-46/+125
* Port xfconf_channel_get_arrayv to gdbus. Now the function worksAli Abdallah2016-02-151-22/+20
* Port some cache lookup function of libxfconf to gdbus.Ali Abdallah2016-02-041-19/+14
* Replace the DBusGProxy signals handler with theirAli Abdallah2015-11-021-67/+83
* Use new glib 2.32 mutex api.Nick Schermer2012-11-071-27/+43
* Updates for release.xfconf-4.10.0Nick Schermer2012-04-281-4/+2
* Don't emit property-changed on cancelled calls.Nick Schermer2012-04-221-0/+7
* Fix double free crash (bug #8169).Olivier Fourdan2011-12-201-4/+4
* Cleanup includes.Nick Schermer2011-05-261-3/+3
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-8/+9
* The last used timestamp is not used yet, disable it.Nick Schermer2010-02-101-0/+8
* Don't look for existing keys during prefetch.Nick Schermer2010-02-101-11/+6
* Steal values from the hash table on prefetch.Nick Schermer2010-02-101-29/+36
* Mark the signal name as a static string.Nick Schermer2010-02-091-2/+2
* Disable the max-age and max-entries cache props.Nick Schermer2010-02-091-5/+14
* Don't use cache singletons.Nick Schermer2010-02-091-44/+4
* Destroy hash table after prefetching the cache.Nick Schermer2010-02-081-0/+1
* Only print debug messages when compiled with debugging.Nick Schermer2010-01-251-0/+4
* Fix ansi compiler warning.Nick Schermer2010-01-201-4/+6
* Fix typo in comment.Nick Schermer2009-12-291-1/+1
* Wait for pending calls in the cache.Nick Schermer2009-12-291-9/+43
* Fix segfault triggered by object-bindings test.Nick Schermer2009-12-261-1/+4
* Fix double free.Nick Schermer2009-12-261-2/+1
* Make 2 critical warnings debug output.Nick Schermer2009-12-261-2/+2
* pass correct parameters to XfconfCache::property-changed signalBrian J. Tarricone2009-09-181-2/+2
* make xfconf_cache_reset() syncBrian J. Tarricone2009-09-181-2/+74
* pass correct key to g_tree_remove()Brian J. Tarricone2009-09-181-1/+1
* emit proper arguments on XfconfCache::property-changed signal (bug 5734)Brian J. Tarricone2009-09-041-4/+3
* fix detection of channel/property not found error when setting propsBrian J. Tarricone2009-08-231-3/+18
* fix crash; g_propagate_error() doesn't copy the src errorBrian J. Tarricone2009-08-231-1/+0
* fix a possible reentrancy issue.Brian Tarricone2009-07-291-4/+6
* add transparent property prefetching and cachingBrian Tarricone2009-07-291-0/+844