summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Post-release version bumpupstreamSimon McVittie2-1/+6
2022-10-05Prepare v1.12.24Simon McVittie3-3/+107
2022-10-05Update NEWSSimon McVittie1-3/+28
2022-10-05test: Parse a message with a byteswapped Unix fd indexSimon McVittie4-0/+46
2022-10-05test: Add infrastructure to parse valid raw message blobsSimon McVittie4-0/+185
2022-10-05dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededSimon McVittie1-5/+1
2022-10-05test: Add targeted tests for dbus/dbus#413, dbus/dbus#418Simon McVittie1-3/+98
2022-10-05dbus_message_demarshal: Set error if we can't allocate the loaderSimon McVittie1-3/+6
2022-10-05test: Export G_TEST_BUILDDIR, G_TEST_SRCDIRSimon McVittie2-0/+4
2022-10-05test/data: Add messages that reproduce dbus/dbus#413, dbus/dbus#418Simon McVittie11-0/+184
2022-10-05dbus-marshal-validate: Validate length of arrays of fixed-length itemsSimon McVittie1-1/+12
2022-10-05test-syntax: Exercise correctly- and incorrectly-nested structs, dictsSimon McVittie1-0/+10
2022-10-05dbus-marshal-validate: Check brackets in signature nest correctlySimon McVittie1-1/+37
2022-10-02NEWS: Describe the behaviour change resulting from fixing dbus#416Simon McVittie1-0/+22
2022-10-02dbus-server-socket: Make unix:tmpdir equivalent to unix:dirSimon McVittie1-12/+4
2022-09-19Update NEWS for 1.12.xSimon McVittie1-1/+13
2022-09-19build: Opt out from using mingw-w64's replacement printf(), etc.Simon McVittie2-0/+17
2022-09-19bus/dir-watch: Do not crash with > 128 dirsJan Tojnar2-2/+12
2022-09-13Merge branch '1.12-ci' into 'dbus-1.12'Simon McVittie2-21/+36
2022-09-13CI: Use Debian 11 'bullseye' for most buildsSimon McVittie1-7/+6
2022-09-13CI: Don't pin msys2 packages to a specific version at allSimon McVittie1-13/+15
2022-09-13tools/ci-install.sh: clean up the previously used installation prefix and the...Ralf Habacker1-0/+7
2022-09-13tools/ci-install.sh: Use partially qualified versions with mingw package namesRalf Habacker1-11/+11
2022-09-13tools/ci-install.sh: on debian|ubuntu reduce the need for mingw package name ...Ralf Habacker1-2/+9
2022-02-25Post-release version bumpSimon McVittie2-1/+6
2022-02-25Prepare v1.12.22Simon McVittie2-3/+3
2022-02-25doc: Uninstall *.svg generated by DoxygenSimon McVittie1-0/+1
2022-02-25NEWS: UpdateSimon McVittie1-0/+21
2022-02-25Merge branch '1.12-backports' into 'dbus-1.12'Simon McVittie6-24/+146
2022-02-25bus/signal: fix compilation when only -Dembedded-testsMarc-André Lureau1-2/+2
2022-02-25sysdeps-unix: Diagnose failure to open /proc/self/oom_score_adjSimon McVittie1-3/+10
2022-02-25spawn-unix: Don't log an error if unable to reset Linux OOM scoreSimon McVittie1-7/+5
2022-02-25dbus-daemon-launch-helper: Reset Linux OOM score adjustment hereSimon McVittie1-0/+8
2022-02-25spawn-unix: On Linux, don't try to increase OOM-killer protectionSimon McVittie1-6/+49
2022-02-25sysdeps-unix: Factor out _dbus_reset_oom_score_adjSimon McVittie3-16/+71
2022-02-25spawn-unix: Correct indentationSimon McVittie1-1/+1
2022-02-25tests: Ensure session bus has started before integration testSimon McVittie1-2/+13
2022-02-25Merge branch '1.12-ci' into 'dbus-1.12'Simon McVittie4-167/+195
2022-02-25CI: Remove EOL versions of Debian and UbuntuSimon McVittie3-82/+9
2022-02-25.gitlab-ci.yml: Use x86_64 build chain to cross build 64bit executablesRalf Habacker1-2/+2
2022-02-25Remove `build:` prefix from jobs to make labels more visible in pipeline pageRalf Habacker1-11/+11
2022-02-25CI: Don't build on Debian 8 'jessie'Simon McVittie2-9/+0
2022-02-25CI: Build on Debian 10 'buster' by defaultSimon McVittie1-14/+14
2022-02-25CI: Use Python 3Simon McVittie2-4/+5
2022-02-25CI: Use https to download MSYS packagesSimon McVittie1-1/+1
2022-02-25CI: Install ci-certificatesSimon McVittie1-0/+1
2022-02-25CI: Fix unpack of documentation tarballSimon McVittie1-2/+2
2022-02-25ci: bump msys2 deps, fix broken linksMarc-André Lureau1-13/+14
2022-02-25tools/ci-install.sh: Use package=() style for local package list to avoid '\'...Ralf Habacker1-13/+14
2022-02-25On CI use common install prefix named 'dep_prefix' for installing local packagesRalf Habacker3-45/+65