summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-cache-service.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to choose an alternative service name prefixGaël Bonithon2022-01-091-3/+3
* Debug: Display data side-by-side when appropriateGaël Bonithon2021-12-291-8/+6
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-261-1/+24
* Fix a couple of compile warnings caused by return voidAli Abdallah2017-05-111-1/+1
* Port the caching service to gbus.Ali Abdallah2015-10-101-120/+160
* Send the cache operation replies after they are completed.Nick Schermer2013-07-281-15/+23
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-14/+14
* Simplify the race fix. Failed name ownership implies already running.Jannis Pohlmann2011-09-281-26/+2
* Fix ownership race conditions when started twice (bug #8001).Jannis Pohlmann2011-09-281-10/+22
* Quit tumbler after five minutes of inactivity.Jannis Pohlmann2011-02-131-5/+54
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-21/+29
* Make Cleanup() take an array of base URIs instead of just one.Jannis Pohlmann2011-02-131-6/+10
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-7/+1
* Switch to a plugin API that only allows one cache backend at a time.Jannis Pohlmann2009-10-261-28/+15
* Back to the org.freedesktop.thumbnails namespace. Use API versioning.Jannis Pohlmann2009-10-061-2/+2
* Chain constructed up to parent classes. Need to remember this.Jannis Pohlmann2009-10-051-0/+4
* Implement the font thumbnailer, reusing code from ThunarVFS.Jannis Pohlmann2009-09-301-2/+2
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-99/+61
* Fix service activation and a DBusGConnection refcount bug.Jannis Pohlmann2009-06-091-1/+1
* Implement Cleanup, Copy, Move and Delete in cache plugin and service.Jannis Pohlmann2009-06-091-3/+129
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-0/+419