summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gobject: Allow install_properties with 1 GParamSpecwip/nielsdg/install-properties-singleNiels De Graef2019-10-291-1/+1
* Merge branch '1912-gdbus-peer-test' into 'master'Simon McVittie2019-10-292-19/+54
|\
| * tests: Isolate directories in gdbus-peer testPhilip Withnall2019-10-281-1/+1
| * tests: Move main loop and test GUID into test functions in gdbus-peerPhilip Withnall2019-10-281-8/+37
| * gdbusauthmechanismsha1: Create .dbus-keyrings directory recursivelyPhilip Withnall2019-10-281-1/+1
| * gdbusauthmechanismsha1: Remove unnecessary g_warning() callsPhilip Withnall2019-10-281-9/+15
* | Merge branch '1318-dbus-server-race' into 'master'Simon McVittie2019-10-291-22/+23
|\ \
| * | gdbusserver: Keep a strong reference to the server in callbacksPhilip Withnall2019-10-281-9/+7
| * | gdbusserver: Delete socket and nonce file when stopping serverPhilip Withnall2019-10-281-13/+16
| |/
* | Merge branch 'issue1831' into 'master'Philip Withnall2019-10-285-6/+641
|\ \
| * | Add a test for GDBusServer authenticationSimon McVittie2019-10-282-1/+500
| * | GDBus: prefer getsockopt()-style credentials-passing APIsSimon McVittie2019-10-282-2/+43
| * | credentials: Invalid Linux struct ucred means "no information"Simon McVittie2019-10-281-3/+39
| * | gcredentialsprivate: Document the various private macrosSimon McVittie2019-10-281-0/+59
* | | Merge branch 'ci-libdbus' into 'master'Simon McVittie2019-10-282-0/+2
|\ \ \
| * | | ci: Add libdbus development files to CI Docker imagesSimon McVittie2019-10-212-0/+2
* | | | Merge branch '954-spawn-poll' into 'master'Simon McVittie2019-10-281-14/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | gspawn: Port to g_poll() from select()Philip Withnall2019-10-251-14/+13
* | | | Merge branch '1916-objcopy-cross-compilation' into 'master'Simon McVittie2019-10-283-2/+6
|\ \ \ \
| * | | | docs: Add objcopy to example cross-compilation filePhilip Withnall2019-10-282-0/+2
| * | | | tests: Use objcopy from the cross-compilation file, if configuredPhilip Withnall2019-10-281-2/+4
* | | | | Merge branch '1897-assert-cmpmem-nonnull' into 'master'Simon McVittie2019-10-281-1/+1
|\ \ \ \ \
| * | | | | gtestutils: Add additional non-NULL check in g_assert_cmpmem()Philip Withnall2019-10-281-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch '1911-flags-enums-leak' into 'master'Emmanuele Bassi2019-10-281-2/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gparamspecs: Fix type class leaks on error handling pathsPhilip Withnall2019-10-281-2/+8
| |/ / /
* | | | Merge branch 'fbsd_build' into 'master'Philip Withnall2019-10-281-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Update documentation with FreeBSD build instructionsrim2019-09-301-0/+16
* | | | Merge branch 'ossfuzz-10286-variant-parser-recursion' into 'master'Philip Withnall2019-10-253-18/+65
|\ \ \ \
| * | | | gvariant: Limit recursion in g_variant_parse()Philip Withnall2019-10-183-18/+65
* | | | | Merge branch 'gtimezone' into 'master'Philip Withnall2019-10-251-2/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gtimezone: Cache UTC and local TZ indefinitelyrim2019-10-251-2/+31
|/ / / /
* | | | Merge branch 'source-thread-safety-docs' into 'master'Sebastian Dröge2019-10-251-3/+17
|\ \ \ \
| * | | | gmain: Clarify thread safety of some common GSource functionsPhilip Withnall2019-10-251-3/+17
* | | | | Merge branch 'wip/hadess/fix-api-docs-typo' into 'master'Sebastian Dröge2019-10-251-1/+1
|\ \ \ \ \
| * | | | | gio: Fix typo in URLBastien Nocera2019-10-251-1/+1
|/ / / / /
* | | | | Merge branch 'main-context-pusher' into 'master'Sebastian Dröge2019-10-244-0/+120
|\ \ \ \ \
| * | | | | gmain: Add GMainContextPusher convenience APIPhilip Withnall2019-10-234-0/+114
| * | | | | glib: Ignore deprecations when declaring autocleanupsPhilip Withnall2019-10-231-0/+6
* | | | | | Merge branch 'wip/smcv/array-memcpy-ub' into 'master'Sebastian Dröge2019-10-241-2/+2
|\ \ \ \ \ \
| * | | | | | array: Avoid use of memcpy(dest, NULL, 0)Simon McVittie2019-10-241-2/+2
* | | | | | | Merge branch 'wip/array-doc-comments' into 'master'Philip Withnall2019-10-242-4/+154
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | array: Add tests based on the g_ptr_array_sort[_with_data] doc-commentsSimon McVittie2019-10-242-0/+150
| * | | | | | array: Fix handling of user_data in doc-commentSimon McVittie2019-10-241-2/+2
| * | | | | | array: Remove unnecessary casts from doc-commentsSimon McVittie2019-10-241-2/+2
|/ / / / / /
* | | | | | Update Catalan translationJordi Mas2019-10-231-2/+2
| |/ / / / |/| | | |
* | | | | Merge branch '1813-option-context-annotations' into 'master'Sebastian Dröge2019-10-221-2/+2
|\ \ \ \ \
| * | | | | goption: Add missing (array) annotation to add_main_entries()Philip Withnall2019-06-241-2/+2
* | | | | | Merge branch '1836-dbus-connection-docs' into 'master'Sebastian Dröge2019-10-221-1/+1
|\ \ \ \ \ \
| * | | | | | gdbusconnection: Clarify nullability in a documentation commentPhilip Withnall2019-07-231-1/+1
* | | | | | | Merge branch 'testfilemonitor-leaks' into 'master'Sebastian Dröge2019-10-221-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |