| Age | Commit message (Collapse) | Author |
|
1. add all discovery jobs immediately rather than waiting for
each one to finish (by polling) before starting the next.
2. replace polling with a condition in JobManager.
|
|
|
|
|
|
|
|
|
|
Add some missing locking to JobManager::decrease_priority.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the suspected thread-unsafe crash bugs on OS X.
|
|
stringstream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cancelling jobs.
|
|
|
|
|
|
|
|
|
|
|
|
cancellation during this time (#679).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a paused job.
|
|
|
|
|
|
Fix crashes on x-thread signal emission if the emitting object
is destroyed between the storage of the message on the queue
and the emission of the object in the UI thread.
|
|
|
|
|