summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* gwin32networkmonitor: Fix returning address of local variablePhilip Withnall2023-05-091-12/+12
* Merge branch '2855-test-socket-rename' into 'main'Philip Withnall2023-05-024-3/+3
|\
| * Rename confusing socket test filenamesMike Salmela2023-04-294-3/+3
* | gregistrysettingsbackend: Remove translatable pspec nick/blurbPhilip Withnall2023-04-271-2/+1
|/
* gthreadedresolver: Remove some incorrect assertionsPhilip Withnall2023-04-271-3/+0
* Merge branch 'resolver-thread-pool' into 'main'Philip Withnall2023-04-275-134/+624
|\
| * 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-272-2/+119
| * 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 '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
| | |/ | |/|
* | | gtask: Document that g_task_run_in_thread() uses a shared resourcePhilip Withnall2023-04-251-0/+7
|/ /
* | Merge branch 'wip/3v1n0/gio-gmodule-visibility-dep' into 'main'Marco Trevisan2023-04-213-8/+20
|\ \
| * | gmodule: Define a gmodule include dependency and use it in gio moduleswip/3v1n0/gio-gmodule-visibility-depMarco Trevisan (Treviño)2023-04-193-8/+20
* | | Fix error format in gio/gunixconnection.c (part 2)James Knight2023-04-201-17/+14
* | | Merge branch 'wip/3v1n0/macos-add-desktop-app-info' into 'main'Emmanuele Bassi2023-04-201-6/+8
|\ \ \
| * | | appmonitor: Skip the test under OSXMarco Trevisan (Treviño)2023-04-201-6/+8
* | | | Merge branch 'old-mac-sdk' into 'main'Marco Trevisan2023-04-201-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | gio: fix build on older macOS SDKsPeter Williams2023-04-201-1/+3
| |/ /
* | | Merge branch 'fix-gsocket-receive-from-annotation' into 'main'Marco Trevisan2023-04-191-1/+1
|\ \ \ | |/ / |/| |
| * | gsocket: Explicitly mark size parameter as (in)badcel2023-04-151-1/+1
* | | Merge branch 'valgrind-variable' into 'main'Marco Trevisan2023-04-172-12/+82
|\ \ \ | |/ / |/| |
| * | meson: cleanup pkg-config variables definitionsMarco Trevisan (Treviño)2023-04-171-12/+14
| * | meson: Add tests for generated pkg-config filesMarco Trevisan (Treviño)2023-04-171-0/+68
* | | Merge branch 'registry-settings-root-key' into 'main'Philip Withnall2023-04-145-123/+325
|\ \ \ | |_|/ |/| |
| * | gregistrysettingsbackend: Allow a different root key pathDario Saccavino2023-04-145-123/+325
* | | Merge branch 'action-group-query-action' into 'main'Philip Withnall2023-04-142-11/+16
|\ \ \ | |/ / |/| |
| * | actiongroup: Add a compiler warningMatthias Clasen2023-04-072-11/+16
* | | Merge branch 'update-annotations' into 'main'Philip Withnall2023-04-141-2/+2
|\ \ \
| * | | Explicitly mark size parameter as (in)badcel2023-04-111-2/+2
* | | | Merge branch 'feature/sum_apparent_size_only_for_files_and_symlinks' into 'main'Philip Withnall2023-04-143-82/+43
|\ \ \ \
| * | | | tests/file: Do not rely on du --bytes behaviourJoan Bruguera2023-04-081-82/+3
| * | | | glocalfile: Sum apparent size only for files and symlinksJoan Bruguera2023-04-082-0/+40
* | | | | Merge branch 'wip/jtojnar/wl-are-compiler-flags' into 'main'Philip Withnall2023-04-141-1/+1
|\ \ \ \ \
| * | | | | build/gmodule-2.0.pc: Move compiler flags from Libs to CflagsJan Tojnar2023-03-311-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'socket-nonblock' into 'main'Philip Withnall2023-04-143-43/+63
|\ \ \ \ \
| * | | | | gsocket: Improve wording in a warning message slightlyPhilip Withnall2023-03-231-1/+1