summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gsocket: Improve diagnostics on bind() failurewip/smcv/disable-nonce-tcp-serverSimon McVittie2019-11-041-1/+49
* gdbus-peer test: Skip if we get EADDRNOTAVAILSimon McVittie2019-11-041-1/+22
* gdbus-peer test: Move creation of servers to main threadSimon McVittie2019-11-041-123/+138
* gdbus-peer test: Create server GMainContext from main threadSimon McVittie2019-11-041-39/+42
* 2.63.12.63.1Philip Withnall2019-10-312-1/+86
* Merge branch 'wip/smcv/issue1923' into 'master'Philip Withnall2019-10-311-2/+4
|\
| * goption: Relax assertion to avoid being broken by kdeinit5Simon McVittie2019-10-311-2/+4
|/
* Merge branch 'no-more-automatic-GUnixFDList' into 'master'Philip Withnall2019-10-312-13/+7
|\
| * Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"Will Thompson2019-10-182-13/+7
* | Merge branch 'wip/mattiasb/gdbus-codegen-safer-headerguards' into 'master'Philip Withnall2019-10-311-2/+9
|\ \
| * | gdbus-codegen: Safer header guardsMattias Bengtsson2019-10-311-2/+9
|/ /
* | Merge branch 'wip/smcv/gdbus-tests' into 'master'Philip Withnall2019-10-312-41/+70
|\ \
| * | gdbus-server-auth test: Create temporary directory for Unix socketSimon McVittie2019-10-291-28/+60
| * | gdbus-peer test: Use unix:dir address if exact format doesn't matterSimon McVittie2019-10-291-12/+7
| * | gdbus-peer test: Stop GDBusServer before tearing down temporary directorySimon McVittie2019-10-291-0/+1
| * | gdbus-peer test: Improve diagnostics if g_rmdir failsSimon McVittie2019-10-291-1/+2
* | | Merge branch 'param-value-default' into 'master'Philip Withnall2019-10-314-11/+21
|\ \ \
| * | | tests: Do not init the default valueEmmanuele Bassi2019-10-261-1/+0
| * | | Do not validate a GValue initialized with the defaultEmmanuele Bassi2019-10-261-2/+5
| * | | Constify g_param_value_defaults() argumentEmmanuele Bassi2019-10-262-4/+3
| * | | Allow passing empty GValue to g_param_value_set_default()Emmanuele Bassi2019-10-261-4/+13
* | | | Merge branch 'live-file-static-analysis' into 'master'Emmanuele Bassi2019-10-304-123/+122
|\ \ \ \ | |_|/ / |/| | |
| * | | gvariant-parser: Shut up a scan-build warningPhilip Withnall2019-10-301-1/+1
| * | | glocalfileinfo: Fix minor leak on error handling path for xattrsPhilip Withnall2019-10-301-1/+4
| * | | tests: Fix unused variable in the threadpool-testPhilip Withnall2019-10-301-1/+1
| * | | tests: Use g_assert_*() rather than g_assert() in live-g-file testPhilip Withnall2019-10-301-111/+110
| * | | tests: Drop pointless assignmentsPhilip Withnall2019-10-301-4/+4
| * | | tests: Tidy up GError assignmentPhilip Withnall2019-10-301-5/+2
|/ / /
* | | Updated Spanish translationDaniel Mustieles2019-10-291-89/+90
* | | 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
|\ \ \ \ \ \