summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-lifo-scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-6/+2
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-41/+15
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-1/+2
* Unqueue is not an English word, Dequeue is.Philip Van Hoof2009-10-251-15/+15
* Add the handle to the Ready signalPhilip Van Hoof2009-10-151-2/+4
* Cancel all URIs when the GMount they reside in is about to be unmounted.Jannis Pohlmann2009-10-151-2/+55
* Added dbus_message_set_destination to the DBus signal emitsPhilip Van Hoof2009-10-141-5/+8
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-3/+12
* Make sure to unlock the mutex before returning. Spotted by Philip.Jannis Pohlmann2009-10-081-0/+2
* Wrap request unqueued check with the mutex to make the check atomic.Jannis Pohlmann2009-10-081-4/+4
* Update the comments for the LIFO scheduler. Minor coding style changes.Jannis Pohlmann2009-10-061-46/+63
* Renamed the kind property to name, using GObject propertiesPhilip Van Hoof2009-10-061-26/+12
* LIFO scheduler for interactive thumbnailingPhilip Van Hoof2009-10-061-0/+512