summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Use microsecond precision for last modification timeGaël Bonithon2021-12-211-1/+1
* Fix compilation warningsGaël Bonithon2021-11-101-7/+6
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-10/+8
* Make Cleanup() take an array of base URIs instead of just one.Jannis Pohlmann2011-02-131-5/+5
* Report unsupported flavors back to clients via an error signal.Jannis Pohlmann2010-01-071-1/+4
* Rename the delete member of TumblerCache to do_delete (for C++).Jannis Pohlmann2009-10-271-2/+2
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-5/+45
* Switch to a plugin API that only allows one cache backend at a time.Jannis Pohlmann2009-10-261-0/+28
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-13/+16
* No thumbnails for thumbnails. Allow Unqueue in the middle of requests.Jannis Pohlmann2009-06-121-0/+13
* Implement Cleanup, Copy, Move and Delete in cache plugin and service.Jannis Pohlmann2009-06-091-1/+59
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-0/+63