summaryrefslogtreecommitdiff
path: root/gio/gtask.c
Commit message (Expand)AuthorAgeFilesLines
* gtask: Track pending GTasks if G_ENABLE_DEBUG is definedPhilip Withnall2023-04-271-0/+65
* gtask: Document that g_task_run_in_thread() uses a shared resourcePhilip Withnall2023-04-251-0/+7
* GTask: Document issuesMatthias Clasen2023-01-161-0/+18
* gtask: Emit a debug message if a GTask is finalised without returningPhilip Withnall2022-11-101-0/+32
* gtask: Add g_task_set_static_name()Matthias Clasen2022-11-011-6/+33
* gtask: Don't overwrite source namesMatthias Clasen2022-11-011-2/+3
* gtask: Use unsigned bit-field struct values to avoid warningsMarco Trevisan (Treviño)2022-10-181-11/+11
* gio: make g_task_get_cancellable return value nullableJason Francis2022-09-161-1/+1
* gsignal: Add G_CONNECT_DEFAULTSimon McVittie2022-06-231-1/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtask: use g_strconcat() in g_task_return() only if neededIgnacio Casal Quinteiro2022-05-161-5/+16
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* gtask: Document that task name is set by g_task_set_source_tag()Philip Withnall2022-03-031-2/+9
* gtask: Document dependency on GMainContext more explicitlyPhilip Withnall2021-09-241-0/+4
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-1/+1
* gtask: Clarify what counts as ‘too many tasks’ for rate limitingPhilip Withnall2021-04-141-3/+3
* Fix missing initializer warning in gio/gtask.cEmmanuel Fleury2021-01-211-1/+3
* gio: Add some tracing to GTasktask-traceMatthias Clasen2020-11-141-1/+24
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-2/+3
* gtask: Include task name in complete_in_idle_cb source namePhilip Withnall2020-07-071-1/+5
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gtask: Fix GIR annotationPhilip Withnall2019-12-111-1/+1
* task: Add return/propagate API for GValueGarrett Regier2019-11-151-0/+96
* task: Add scope annotation to run_in_thread{,_sync}()Garrett Regier2019-11-051-2/+2
* Merge branch 'wip/ignazp/gtask-wait-time-fix' into 'master'Philip Withnall2019-05-201-2/+8
|\
| * gtask: fix task_wait_time estimationIgnazio Pillai2019-02-081-2/+8
* | gtask: Separate GTask fields memory locations to avoid data racesTomasz Miąsko2019-02-221-5/+12
|/
* gtask: Return cancelled tasks asynchronouslyDebarshi Ray2019-02-061-4/+13
* gtask: Ensure to return 1 or 0 from getters rather than truthy intsPhilip Withnall2019-01-051-4/+7
* gtask: Add a g_task_set_name() methodPhilip Withnall2018-10-301-0/+54
* gtask: Compress GTask struct using a bitfieldPhilip Withnall2018-10-021-12/+15
* gtask: Check an error hasn’t been returned when calling g_task_return*()Philip Withnall2018-10-011-5/+9
* DOC: Documentation fix in GTask descriptionPavlo Solntsev2018-08-081-1/+1
* gmain: Add names to various GSources constructed in GLibPhilip Withnall2018-06-261-0/+1
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-1/+1
* docs: Don't be vague about where GTask dispatches the resultDebarshi Ray2017-10-261-8/+11
* gio: Mark g_task_get_source_object as nullableRico Tzschichholz2017-10-111-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-9/+9
* gtask: Add guards for public functionsPavel Grunt2016-11-221-0/+39
* 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