summaryrefslogtreecommitdiff
path: root/tumblerd
Commit message (Expand)AuthorAgeFilesLines
...
* On some systems $XDG_DATA_HOME can have duplicated pathAli Abdallah2017-06-071-3/+26
* Missing entry in tumbler.rc for the new desktop thumbnailers plugin.tumbler-0.1.92.1Ali Abdallah2017-05-281-0/+7
* Fix typo in tumbler.rcUnit 1932017-05-161-1/+1
* Fix a couple of compile warnings caused by return voidAli Abdallah2017-05-113-6/+6
* Pass &s to g_variant_get to get only a pointer to the serialisedAli Abdallah2015-11-011-2/+2
* Fixed a typo in g_variant_is_of_type.Ali Abdallah2015-10-143-30/+30
* Porting the specialized thumbnailer to gdbusAli Abdallah2015-10-1010-214/+178
* Port the caching service to gbus.Ali Abdallah2015-10-105-193/+208
* Port tumbler-service to gdbus.Ali Abdallah2015-10-106-365/+312
* Start porting some code from dbus-glib.Ali Abdallah2015-10-085-132/+136
* Send the cache operation replies after they are completed.Nick Schermer2013-07-281-15/+23
* Revert "Extra debug check."Nick Schermer2013-05-051-2/+0
* Extra debug check.Nick Schermer2013-05-051-0/+2
* Set nice value of tumblerd to 19 (bug #9627).Nick Schermer2013-05-051-0/+8
* 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
* Fix deprecating warning with glib 2.36.Nick Schermer2013-05-041-0/+2
* Add wiki url.Nick Schermer2012-12-271-0/+2
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-274-15/+357
* Plug small leak.Nick Schermer2012-12-081-0/+1
* Release lifecycle manager during early exit.Nick Schermer2012-12-082-36/+11
* Don't abort with warnings in debug mode.Nick Schermer2012-12-081-1/+1
* Clear 2.32 mutex memory leak.Nick Schermer2012-12-081-1/+1
* 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-0710-147/+199
* Avoid accessing list elements after they have been freed (bug #7418).Jannis Pohlmann2012-02-251-1/+6
* Call dbus_g_thread_init() to hopefully fix threading issues (bug #7544).Jannis Pohlmann2012-02-241-1/+4
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-271-2/+5
* Abort on warnings and critical in debug mode.Nick Schermer2011-10-281-0/+5
* Simplify the race fix. Failed name ownership implies already running.Jannis Pohlmann2011-09-284-99/+12
* Fix ownership race conditions when started twice (bug #8001).Jannis Pohlmann2011-09-284-57/+130
* Add coding style document.Jannis Pohlmann2011-02-191-2/+2
* Quit tumbler after five minutes of inactivity.Jannis Pohlmann2011-02-1312-92/+761
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-136-50/+58
* Make Cleanup() take an array of base URIs instead of just one.Jannis Pohlmann2011-02-133-9/+13
* Fix a segfault when one of the thumbnailer dirs is deleted (bug #6134).Jannis Pohlmann2010-11-131-1/+1
* Fix sched_getparam/sched_setscheduler code on OpenBSD (bug #6061).Jannis Pohlmann2010-11-071-2/+2
* Fix compiler warnings in tumbler-service.Nick Schermer2010-08-261-15/+15
* Move tumblerd to $libdir/tumbler-1.Nick Schermer2010-08-264-5/+9
* Fix a memory leak.Jannis Pohlmann2010-07-171-0/+3
* Improve the code quality and consistency of the last commit.Jannis Pohlmann2010-02-261-118/+151
* Don't use dbus_connection_send from the threads, using g_idle_addPhilip Van Hoof2010-02-261-29/+156
* Visit thumbnailers only once when updating the supported URIs/types.Jannis Pohlmann2010-02-251-0/+20
* GStrv is a boxed type, fix marshallers.Jannis Pohlmann2010-02-251-4/+4
* Report unsupported flavors back to clients via an error signal.Jannis Pohlmann2010-01-071-5/+27
* Update TumblerError enum and its usage.Jannis Pohlmann2009-12-082-2/+2
* Make strings translatable.Jannis Pohlmann2009-12-051-2/+3