summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
31 hoursMerge branch 'cmake_unistd' into 'master'HEADmasterSimon McVittie1-0/+1
2 dayscmake: add missing HAVE_SYS_SYSCALL_H defineLuca Boccassi1-0/+1
2023-03-02Merge branch 'fix-dbus-api-design-wrong-closing-tag' into 'master'Simon McVittie1-2/+2
2023-03-02doc/dbus-api-design: fix wrong closing tagYen-Chin, Lee1-2/+2
2023-02-21Merge branch 'fix-issue-445' into 'master'Simon McVittie1-0/+4
2023-02-21tools/ci-install.sh: Make sure we always have a messagebus user, even if the ...Ralf Habacker1-0/+4
2023-02-08Start 1.15.6Simon McVittie3-2/+7
2023-02-08Update AUTHORSSimon McVittie1-0/+10
2023-02-08Prepare v1.15.4dbus-1.15.4Simon McVittie4-20/+34
2023-02-08NEWS: Add #421Simon McVittie1-0/+9
2023-02-08_dbus_string_skip_blank(): Let the final assert follow the previous searchRalf Habacker1-1/+1
2023-02-08Add test for _dbus_string_skip_blank()Ralf Habacker4-0/+54
2023-02-08Update NEWS for 1.15.xSimon McVittie1-2/+49
2023-02-07Merge branch 'add-ci-build-libdbus-subproject' into 'master'Simon McVittie6-0/+81
2023-02-07gitlab-ci: build libdbus as subprojectDaniel Wagner6-0/+81
2023-02-06build: Use list for dbus_static_flagsDaniel Wagner1-1/+1
2023-02-06Merge branch 'add-test-header-fields' into 'master'Simon McVittie2-1/+2
2023-02-06.gitlab-ci.yml: exclude non-functioning test 'header-fields' in job 'windows ...Ralf Habacker1-1/+1
2023-02-06cmake: add missing test for header-fieldsRalf Habacker1-0/+1
2023-02-06Merge branch 'gitlab-ci' into 'master'Simon McVittie3-59/+30
2023-02-06CI: Re-run some tests as root or as non-root, as appropriateSimon McVittie1-8/+23
2023-02-06CI: Remove vestigial support for re-running tests in a Docker containerSimon McVittie2-44/+3
2023-02-06CI: Re-clone the git repository every timeSimon McVittie1-0/+3
2023-02-06CI: Don't change ownership of source directorySimon McVittie2-7/+1
2023-01-16Merge branch 'alignof' into 'master'Simon McVittie1-0/+4
2023-01-14Define _DBUS_ALIGNOF using _Alignof when using C11 or newerKhem Raj1-0/+4
2023-01-10Merge branch 'jepio/fix-log-callback-segfault' into 'master'Simon McVittie1-3/+2
2023-01-09bus/selinux: Move vsnprintf call to avoid va_list reuseJeremi Piotrowski1-3/+2
2023-01-09Merge branch 'meson-fvisibility-hidden' into 'master'Simon McVittie1-0/+21
2023-01-09meson: Use -fvisibility=hidden on Unix if supportedSimon McVittie1-0/+21
2023-01-07Merge branch 'fix-data-race' into 'master'Ralf Habacker6-3/+159
2023-01-05Fix data race in multithreaded applicationRalf Habacker1-2/+10
2023-01-05Add multithreaded unit test for DBusCounter to available build systemsRalf Habacker5-1/+149
2023-01-04Merge branch 'meson-declare-dependency' into 'master'Simon McVittie6-60/+131
2023-01-04meson: Introduce message_bus and tools command line optionDaniel Wagner5-60/+125
2023-01-04meson: Declare dependencyDaniel Wagner1-0/+6
2023-01-04Merge branch 'spdx-afl-2.1-or-gpl-2.0' into 'master'Ralf Habacker227-0/+453
2023-01-04dbus/dbus-macros-internal.h: Add blank line after the copyright stateRalf Habacker1-0/+1
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker226-0/+452
2023-01-04Merge branch 'master' into 'master'Ralf Habacker1-1/+1
2023-01-04_dbus_loop_iterate: `timeout` can be defined as intXin Shi1-1/+1
2023-01-03Merge branch 'spdx-FSFULLR' into 'master'Simon McVittie3-0/+7
2023-01-03Add SPDX license marker for the FSFULLR licenseRalf Habacker3-0/+7
2023-01-03Merge branch 'fix-425' into 'master'Simon McVittie1-0/+4
2023-01-03Permit access to /tmp dbus socketDave Jones1-0/+4
2023-01-03Merge branch 'master' into 'master'Ralf Habacker1-1/+4
2023-01-03socket_handle_watch: break when `found` is TRUE in serverAiknow1-1/+4
2022-11-30Merge branch 'use-gitlab-uri' into 'master'Simon McVittie2-2/+2
2022-11-30cleanup: Use gitlab URI for bug reportingMarco Trevisan (TreviƱo)2-2/+2
2022-11-29Merge branch 'pointer-assumptions' into 'master'Simon McVittie2-13/+33