summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-registry.c
Commit message (Expand)AuthorAgeFilesLines
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-6/+7
* Debug: Add some config-file-related messagesGaël Bonithon2021-12-261-3/+11
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-261-29/+0
* Debug: Convert dump functions to `GString, g_debug()`Gaël Bonithon2021-12-261-5/+12
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-6/+6
* Fix some priority issuesGaël Bonithon2021-12-121-7/+2
* Fix compilation warningsGaël Bonithon2021-11-101-11/+5
* Check for sparse video files only on plugin side.Ali Abdallah2018-10-211-56/+26
* Test sparse files only on regular onesAli Abdallah2018-09-121-6/+7
* Added stat check to try to skip sparse files.Ali Abdallah2018-09-081-1/+31
* Revert "Extra debug check."Nick Schermer2013-05-051-2/+0
* Extra debug check.Nick Schermer2013-05-051-0/+2
* Put thread lock outside loop.Nick Schermer2013-05-051-4/+4
* Don't recalculate the length of the array.Nick Schermer2013-05-051-2/+2
* Add some additional debug checks.Nick Schermer2013-05-041-2/+10
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-271-15/+66
* Work with an array to store the strings.Nick Schermer2012-12-071-5/+8
* Don't use GString for a simple concat.Nick Schermer2012-12-071-8/+3
* Make registry dump a bit smaller.Nick Schermer2012-12-071-40/+14
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-21/+22
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-4/+4
* Visit thumbnailers only once when updating the supported URIs/types.Jannis Pohlmann2010-02-251-0/+20
* Support specialized thumbnailers and overrides files properly.Jannis Pohlmann2009-11-161-75/+122
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-3/+0
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-22/+14
* Remove unused function declaration.Jannis Pohlmann2009-10-211-1/+0
* Update cache with tumbler_registry_update_supported() only when needed.Jannis Pohlmann2009-10-211-142/+136
* Cache supported URI schemes and MIME types in the registry.Jannis Pohlmann2009-10-081-41/+230
* Fix reference counting leak spotted by Philip Van Hoof.Jannis Pohlmann2009-10-051-4/+0
* Fix two memory leaks. Cleanup indentations.Jannis Pohlmann2009-09-121-2/+1
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-75/+37
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-3/+7
* Always pass the length along with TumblerThumbnailer arrays.Jannis Pohlmann2009-06-051-2/+6
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-211-0/+493