Imported Upstream version 2.66.6
[platform/upstream/glib.git] / gio / gtask.c
2021-10-29 DongHun KwakImported Upstream version 2.65.1 upstream/2.65.1
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.1
2019-12-03 Hyunjee KimImported Upstream version 2.60.0
2019-12-03 Hyunjee KimImported Upstream version 2.59.3
2019-12-03 Hyunjee KimImported Upstream version 2.59.1
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.57.3
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-06-29 Matthias ClasenGTask: Remove unused function
2015-06-29 Matthias ClasenGTask: Avoid resorting
2015-04-04 Dan Winshipgtask: remove hardcoded GTask thread-pool size
2015-03-10 Philip Withnallgtask: Add a GTask:completed property
2014-09-23 Philip Withnallgtask: Ignore errors from g_thread_pool_push()
2014-09-23 Philip Withnallgtask: Document signal handler reference counting
2014-09-23 Philip Withnallgtask: Fix a signed/unsigned integer comparison
2014-07-09 Dan Winshipgtask: fix leak in example code
2014-03-27 Bastien Noceragio: Add names to idles and timeouts
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-13 Dan Winshipgtask: fix trivial doc typo
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenGTask: convert long desc to markdown
2014-02-01 Matthias ClasenFix the docs build
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-08 Matthias ClasenAdd includes to all gio docs
2013-12-05 Daiki UenoFix documentation typos in GTask and GCancellable examples
2013-10-17 Jasper St. Pierregtask: Fix invalid name in documentation
2013-06-30 Sébastien WilmetDoc: small fixes
2013-03-26 Xan Lopezgtask: free error on finalize if it's set
2012-12-18 Dan Winshipgtask: don't deadlock when tasks block on other tasks
2012-12-02 Evan Nemersongtask: annotate source_object arguments and return...
2012-11-02 Dan Winshipgtask: bump the max thread pool size up to 100 to avoid...
2012-10-10 Dan WinshipGTask: new GAsyncResult implementation / threaded task...