summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-lifo-scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-24/+30
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-1/+3
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-171-1/+1
* Fix compilation warningsGaël Bonithon2021-11-101-5/+2
* Use guint32 for request handleAli Abdallah2020-05-171-2/+2
* Plug small leak.Nick Schermer2012-12-081-0/+1
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-19/+20
* Update TumblerError enum and its usage.Jannis Pohlmann2009-12-081-1/+1
* Reimplementation of specialized after merge with masterJannis Pohlmann2009-11-251-2/+1
* Fix a few memory leaks.Jannis Pohlmann2009-11-231-0/+3
* Fix memory leak in the LIFO scheduler.Jannis Pohlmann2009-11-161-0/+3
* 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