summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERTwip/pwithnall/disable-assertPhilip Withnall2020-11-241-3/+3
* Merge branch 'py-fixes' into 'master'Sebastian Dröge2020-11-2014-4245/+5954
|\
| * py: Various flake8 cleanupsPhilip Withnall2020-11-1711-76/+85
| * py: Reformat all Python files consistentlyPhilip Withnall2020-11-1714-4225/+5925
* | docs: Document not to use `volatile` qualifiersPhilip Withnall2020-11-202-3/+12
* | gresource: Fix a pointer mismatch with an atomic loadPhilip Withnall2020-11-201-1/+1
* | gdbusprivate: Avoid a warning about a statement with no effectPhilip Withnall2020-11-201-3/+2
* | kqueue: Fix unlocked access to shared variablePhilip Withnall2020-11-201-2/+3
* | gio: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-206-18/+18
* | gdbuserror: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+17
* | 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
|\ \