summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong parameters in error signalGaël Bonithon2021-12-291-1/+1
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-1/+35
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-2/+3
* Fix compilation warningsGaël Bonithon2021-11-101-31/+9
* Use guint32 for request handleAli Abdallah2020-05-171-2/+2
* Fix type of handle and handle further occurrences of 0Anton Danilkin2020-05-101-1/+3
* Fix handles starting from zeroafdw2020-05-081-1/+1
* Fix sched_getparam/sched_setscheduler code on OpenBSD (bug #6061).Jannis Pohlmann2010-11-071-2/+2
* GStrv is a boxed type, fix marshallers.Jannis Pohlmann2010-02-251-4/+4
* Reimplementation of specialized after merge with masterJannis Pohlmann2009-11-251-2/+2
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-17/+11
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-0/+3
* Unqueue is not an English word, Dequeue is.Philip Van Hoof2009-10-251-4/+4
* Bugfix emitting error signalPhilip Van Hoof2009-10-161-1/+1
* Add the handle to the Ready signalPhilip Van Hoof2009-10-151-2/+3
* Cancel all URIs when the GMount they reside in is about to be unmounted.Jannis Pohlmann2009-10-151-0/+13
* Added dbus_message_set_destination to the DBus signal emitsPhilip Van Hoof2009-10-141-12/+20
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-0/+13
* We need to include unistd.h for the syscall() function.Jannis Pohlmann2009-10-101-1/+4
* Fix ifdef. Since we include syscall.h we need to use HAVE_SYSCALL_H.Jannis Pohlmann2009-10-081-1/+1
* Set background system priority for the group scheduler.Jannis Pohlmann2009-10-081-0/+67
* Fixed compilation warningPhilip Van Hoof2009-10-081-1/+1
* Fix compiler warning, add parameters to uri_error_new().Jannis Pohlmann2009-10-081-1/+1
* tumbler_scheduler_get_name() returns a gchar *, not a const gchar *.Jannis Pohlmann2009-10-061-1/+1
* Renamed the kind property to name, using GObject propertiesPhilip Van Hoof2009-10-061-13/+13
* LIFO scheduler for interactive thumbnailingPhilip Van Hoof2009-10-061-0/+9
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-12/+15
* Always pass the length along with TumblerThumbnailer arrays.Jannis Pohlmann2009-06-051-3/+5
* Improve threshold scheduler, thumbnail info and builtin thumbnailer.Jannis Pohlmann2009-06-051-0/+19
* Implement tumbler_service_unqueue(), add tumbler_scheduler_unqueue().Jannis Pohlmann2009-05-221-9/+14
* Implement the first bits of TumblerThresholdScheduler.Jannis Pohlmann2009-05-221-0/+13
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-211-0/+203