summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-2895-896/+307
* Merge branch 'thread-pool-docs-fix' into 'main'Patrick Griffis2023-04-271-0/+3
|\
| * gthreadpool: Clarify that item_free_func is not normally calledPhilip Withnall2023-04-271-0/+3
* | Merge branch 'threaded-resolver-assertion-fix' into 'main'Michael Catanzaro2023-04-271-3/+0
|\ \ | |/ |/|
| * gthreadedresolver: Remove some incorrect assertionsPhilip Withnall2023-04-271-3/+0
|/
* Merge branch 'resolver-thread-pool' into 'main'Philip Withnall2023-04-276-134/+626
|\
| * gresolver: Set timeout on default resolver to 30sPhilip Withnall2023-04-271-1/+7
| * tests: Fix cancellation source handling in resolver manual testPhilip Withnall2023-04-271-4/+7
| * tests: Support --timeout argument in resolver manual testPhilip Withnall2023-04-271-0/+5
| * gthreadedresolver: Document design of GThreadedResolverPhilip Withnall2023-04-271-0/+41
| * gthreadedresolver: Re-add cancellation and add timeout supportPhilip Withnall2023-04-271-0/+97
| * gthreadedresolver: Switch to using a separate thread poolPhilip Withnall2023-04-271-36/+162
| * gthreadedresolver: Centralise GTask return handling in worker threadsPhilip Withnall2023-04-271-63/+113
| * gthreadedresolver: Combine closure structs for different lookup typesPhilip Withnall2023-04-271-51/+93
| * gthreadedresolver: Port to G_DECLARE_FINAL_TYPEPhilip Withnall2023-04-272-15/+14
| * gresolver: Add GResolver:timeout propertyPhilip Withnall2023-04-273-2/+121
| * gthreadedresolver: Add some additional debug printsPhilip Withnall2023-04-251-0/+4
* | Merge branch 'task-tracking' into 'main'Philip Withnall2023-04-272-0/+71
|\ \
| * | gtask: Track pending GTasks if G_ENABLE_DEBUG is definedPhilip Withnall2023-04-272-0/+71
* | | Merge branch '2951-reinstate-fileinfo-criticals' into 'main'Philip Withnall2023-04-271-4/+4
|\ \ \
| * | | Revert "gfileinfo: Temporarily downgrade missing attribute criticals to debugs"Philip Withnall2023-04-141-4/+4
* | | | Merge branch '98-current-path' into 'main'Marco Trevisan2023-04-271-10/+14
|\ \ \ \
| * | | | gfileutils: Fix potential integer overflow in g_get_current_dir()Philip Withnall2023-04-141-10/+14
* | | | | Update Galician translationFran Dieguez2023-04-271-255/+255
* | | | | Merge branch 'disable-coverity' into 'main'Michael Catanzaro2023-04-261-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ci: Disable the Coverity CI jobPhilip Withnall2023-04-261-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'update-errfmt-in-gunixconnection-part3' into 'main'Philip Withnall2023-04-261-14/+20
|\ \ \ \
| * | | | gio: switch gunixconnection ngettext with g_dngettext callsJames Knight2023-04-251-10/+13
| * | | | Revert "Fix error format in gio/gunixconnection.c (part 2)"James Knight2023-04-251-14/+17
* | | | | Merge branch 'task-shared-resource-docs' into 'main'Philip Withnall2023-04-261-0/+7
|\ \ \ \ \
| * | | | | gtask: Document that g_task_run_in_thread() uses a shared resourcePhilip Withnall2023-04-251-0/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'unix-fd-source-docs' into 'main'Philip Withnall2023-04-261-3/+6
|\ \ \ \ \
| * | | | | glib-unix: Improve documentation for g_unix_fd_source_new()Philip Withnall2023-04-251-3/+6
| |/ / / /
* | | | | Merge branch 'pkj/fix-g_futex_simple' into 'main'Sebastian Dröge2023-04-261-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid having g_futex_simple() inadvertently modify errnoPeter Kjellerstedt2023-04-261-1/+5
|/ / / /
* | | | Merge branch 'doc-indentation' into 'main'Philip Withnall2023-04-242-2/+2
|\ \ \ \
| * | | | Fix small issues in docsArjan Molenaar2023-04-242-2/+2
| |/ / /
* | | | Merge branch 'context-checks' into 'main'Philip Withnall2023-04-241-2/+19
|\ \ \ \
| * | | | gmain: Add precondition assertions to g_main_context_release()Philip Withnall2023-04-241-1/+15
| * | | | gmain: More explicitly document g_main_context_release() prereqsPhilip Withnall2023-04-241-1/+4
| |/ / /
* | | | Merge branch 'ebassi/refcount-init-macros' into 'main'Philip Withnall2023-04-242-0/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Add init macros for refcounting typesEmmanuele Bassi2023-04-242-0/+56
|/ / /
* | | Merge branch 'gmain-less-locks' into 'main'Philip Withnall2023-04-242-83/+206
|\ \ \
| * | | gmain: Do not dead-look if calling g_main_loop_run from a GSourceMarco Trevisan (Treviño)2023-04-192-1/+73
| * | | gmain: Avoid locking dance in g_main_loop_run()Marco Trevisan (Treviño)2023-04-191-9/+8
| * | | gmain: Avoid some lock/unlock dance during g_main_context_iterateMarco Trevisan (Treviño)2023-04-191-73/+125
* | | | Merge branch 'mutex-tests-more' into 'main'Philip Withnall2023-04-242-2/+2
|\ \ \ \
| * | | | glib/tests/[rec-]mutex: Allow each thread to workMarco Trevisan (Treviño)2023-04-202-2/+2
* | | | | Merge branch 'pgorszkowski/add_tests_for_g_signal_handlers_disconnect_matched...Philip Withnall2023-04-241-0/+14
|\ \ \ \ \
| * | | | | Test g_signal_handlers_disconnect_matched for G_SIGNAL_MATCH_ID matchPrzemyslaw Gorszkowski2023-04-181-0/+14