summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* gdbusconnection: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+11
* tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-201-1/+1
* tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-205-111/+111
* gobject: Drop use of volatile from get_type() macrosPhilip Withnall2020-11-202-6/+6
* Merge branch '1963-gdbus-test-validity' into 'master'Simon McVittie2020-11-191-51/+101
|\
| * tests: Improve validity of binary GDBusMessage parsing testsPhilip Withnall2020-11-181-51/+101
* | Merge branch 'dbus-auth-setuid' into 'master'Simon McVittie2020-11-191-1/+17
|\ \
| * | gdbusauthmechanismsha1: Don’t create keyring dir when running as setuidPhilip Withnall2020-11-021-1/+17
* | | Merge branch 'task-trace' into 'master'Emmanuele Bassi2020-11-182-2/+26
|\ \ \ | |_|/ |/| |
| * | gio: Add some tracing to GTasktask-traceMatthias Clasen2020-11-141-1/+24
| * | gio: Include sysprof tracing supportMatthias Clasen2020-11-141-1/+2
* | | Merge branch 'appinfo-shellany-thread-pool' into 'master'Philip Withnall2020-11-183-30/+121
|\ \ \
| * | | GWin32AppInfo: Use a thread for async appinfo tree rebuildsРуслан Ижбулатов2020-11-173-30/+121
* | | | Correct shellcheck errors (and ignore world splitting when we want it)Frederic Martinsons2020-11-151-1/+1
* | | | Merge branch '1560-converter-zero-size' into 'master'Sebastian Dröge2020-11-144-1/+71
|\ \ \ \
| * | | | gresource: Fix handling of zero-sized compressed resource entriesPhilip Withnall2020-11-144-1/+71
| | |/ / | |/| |
* | | | gio, glib: Use g_assert_cmpstrv where it makes senseNiels De Graef2020-11-141-5/+2
|/ / /
* | | Document that the get_default() functions for the various GIO modules will ne...Sebastian Dröge2020-11-146-6/+12
* | | Mark g_subprocess_get_std{in,out,err}_pipe() return value as nullableSebastian Dröge2020-11-141-12/+9
* | | Assert that GFileIcon::file is always set after constructionSebastian Dröge2020-11-111-0/+14
* | | gio: Add missing nullable annotationsSebastian Dröge2020-11-1135-94/+94
* | | gdbus: Add FD support for gdbus callNorbert Pocs2020-11-061-10/+57
* | | Merge branch 'wip/carlosg/shared-hidden-cache-timeout' into 'master'Philip Withnall2020-11-031-18/+61
|\ \ \
| * | | glocalfileinfo: Use a single timeout source at a time for hidden file cacheCarlos Garnacho2020-11-031-18/+61
| | |/ | |/|
* | | gio/tests/gsettings: Assert that temporary directory ends up emptywip/smcv/assert-no-errnoSimon McVittie2020-10-311-1/+1
* | | gio/tests/gsettings: Assert that g_chmod succeedsSimon McVittie2020-10-311-2/+2
* | | gio/tests/gsettings: Use g_assert_no_errno()Simon McVittie2020-10-311-2/+2
* | | gio/tests/appmonitor: Use g_assert_no_errno()Simon McVittie2020-10-311-2/+2
* | | gio/tests/live-g-file: Use g_assert_no_errno()Simon McVittie2020-10-311-5/+5
|/ /
* | gsocketclient: fix crash when async connection step failsmcatanzaro/#2233Michael Catanzaro2020-10-281-1/+1
* | Merge branch 'wip/smcv/big-dbus-write-with-fds' into 'master'Philip Withnall2020-10-282-65/+139
|\ \
| * | gio/tests/gdbus-peer: Exercise fds attached to a large messagewip/smcv/big-dbus-write-with-fdsSimon McVittie2020-10-281-64/+135
| * | gdbus: Cope with sending fds in a message that takes multiple writesSimon McVittie2020-10-281-1/+4
* | | gdbus: Document the intended semantics of handles and fdsSimon McVittie2020-10-282-0/+36
|/ /
* | Merge branch 'mcatanzaro/#2221' into 'master'Philip Withnall2020-10-261-19/+20
|\ \
| * | Fix race in socketclient-slow testMichael Catanzaro2020-10-261-19/+20
* | | Merge branch 'app-info-docs' into 'master'Sebastian Dröge2020-10-261-1/+1
|\ \ \
| * | | gio: Fix some remaining DocBook syntax in a documentation commentPhilip Withnall2020-10-151-1/+1
| |/ /
* | | gio: Fix various typos of the name ‘D-Bus’Philip Withnall2020-10-263-4/+4
|/ /
* | Merge branch 'typeof' into 'master'Philip Withnall2020-10-151-1/+1
|\ \
| * | Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-141-1/+1
* | | gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()Philip Withnall2020-10-141-1/+1
* | | Merge branch 'mcatanzaro/#2211' into 'master'Philip Withnall2020-10-141-88/+161
|\ \ \ | |/ / |/| |
| * | gsocketclient: return best errors possiblemcatanzaro/#2211Michael Catanzaro2020-10-091-79/+130
| * | gsocketclient: Crash on error if error is missingMichael Catanzaro2020-10-091-5/+5
| * | gsocketclient: emit RESOLVING/RESOLVED events only onceMichael Catanzaro2020-10-091-8/+21
| * | gsocketclient: document Happy EyeballsMichael Catanzaro2020-10-091-0/+9
| * | gsocketclient: fix whitespace errorMichael Catanzaro2020-10-091-1/+1
| * | gsocketclient: fix docs typoMichael Catanzaro2020-10-091-1/+1
* | | GSubprocessLauncher: allow to close passed FDsSergio Costas2020-10-124-26/+101
|/ /