summaryrefslogtreecommitdiff
path: root/gio/gtask.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SystemTap and DTrace probes for GTaskPhilip Withnall2016-06-151-3/+31
* gtask: Don't forget about the error after g_task_propagate_*Debarshi Ray2016-05-041-1/+3
* task: avoid context lock when setting source nameChristian Hergert2016-04-301-1/+1
* GTask: fix example code in docsBen Iofel2015-11-161-1/+1
* doc: fix g_task_attach_source() exampleDaiki Ueno2015-11-021-3/+4
* gtask: re-fix tasks-blocking-other-tasksDan Winship2015-10-241-0/+14
* GTask: Remove unused functionMatthias Clasen2015-06-291-8/+0
* GTask: Avoid resortingMatthias Clasen2015-06-291-1/+4
* gtask: remove hardcoded GTask thread-pool sizeDan Winship2015-04-041-35/+103
* gtask: Add a GTask:completed propertyPhilip Withnall2015-03-101-4/+84
* gtask: Ignore errors from g_thread_pool_push()Philip Withnall2014-09-231-4/+2
* gtask: Document signal handler reference countingPhilip Withnall2014-09-231-0/+8
* gtask: Fix a signed/unsigned integer comparisonPhilip Withnall2014-09-231-1/+1
* gtask: fix leak in example codeDan Winship2014-07-091-0/+1
* gio: Add names to idles and timeoutsBastien Nocera2014-03-271-0/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: let go of *Matthias Clasen2014-02-141-25/+23
* gtask: fix trivial doc typoDan Winship2014-02-131-1/+1
* Eradicate links and xrefsMatthias Clasen2014-02-081-20/+16
* Docs: replace <literal> by `Matthias Clasen2014-02-061-11/+10
* Annotate all examples with their languageMatthias Clasen2014-02-011-4/+4
* GTask: convert long desc to markdownMatthias Clasen2014-02-011-146/+118
* Fix the docs buildMatthias Clasen2014-01-311-3/+6
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-16/+15
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-1/+2
* Fix documentation typos in GTask and GCancellable examplesDaiki Ueno2013-12-061-1/+1
* gtask: Fix invalid name in documentationJasper St. Pierre2013-10-171-1/+1
* Doc: small fixesSébastien Wilmet2013-06-301-1/+1
* gtask: free error on finalize if it's setXan Lopez2013-03-261-0/+3
* gtask: don't deadlock when tasks block on other tasksDan Winship2012-12-181-3/+38
* gtask: annotate source_object arguments and return values as GObjectEvan Nemerson2012-12-011-7/+10
* gtask: bump the max thread pool size up to 100 to avoid stalls/deadlocksDan Winship2012-11-021-1/+1
* GTask: new GAsyncResult implementation / threaded task managerDan Winship2012-10-101-0/+1805