summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/smcv/reinstate-windows-ci' into 'master'HEADmasterSimon McVittie2023-05-161-4/+0
|\
| * Revert "CI: Disable native Windows builds for now"Simon McVittie2023-05-161-4/+0
|/
* Merge branch 'read_procfs' into 'master'Simon McVittie2023-05-155-4/+64
|\
| * Support /proc in _dbus_file_get_contentLuca Boccassi2023-05-155-4/+64
|/
* Merge branch 'use_func_macro' into 'master'Simon McVittie2023-05-153-7/+7
|\
| * dbus-spawn-win: use `_DBUS_FUNCTION_NAME` instead of `__FUNCTION__`Barnabás Pőcze2023-05-151-4/+4
| * dbus-sysdeps-win: do not log function name twiceBarnabás Pőcze2023-05-151-2/+2
| * dbus-internals: use `_DBUS_FUNCTION_NAME` in `_dbus_verbose()`Barnabás Pőcze2023-05-151-1/+1
|/
* Merge branch 'dbus_msg_iter_fix_memleak' into 'master'Simon McVittie2023-05-151-4/+8
|\
| * dbus_message_iter_get_signature: Fix two memory leaks on OOMBarnabás Pőcze2023-05-121-4/+8
|/
* Merge branch 'wip/smcv/fix-ci' into 'master'Simon McVittie2023-05-124-14/+30
|\
| * CI: Disable native Windows builds for nowSimon McVittie2023-05-121-0/+4
| * CI: Disable "opensuse mingw64 cmake debug" until #455 is fixedSimon McVittie2023-05-121-0/+2
| * CI: Avoid using a no-op download location that gives a 403 errorSimon McVittie2023-05-121-1/+1
| * CI: Make creation of user idempotentSimon McVittie2023-05-121-2/+4
| * CI: Disable OOM-testing code paths for Meson, matching Autotools and CMakeSimon McVittie2023-05-121-0/+4
| * CI: Install mingw64-cross-cmake in openSUSE imageSimon McVittie2023-05-122-1/+2
| * CI: Sort lists of openSUSE packages alphabeticallySimon McVittie2023-05-121-3/+3
| * CI: Update Windows runnersSimon McVittie2023-05-122-4/+4
| * CI: Remove an obsolete workaroundSimon McVittie2023-05-121-2/+0
| * CI: Update to current fdo CI templatesSimon McVittie2023-05-121-1/+1
| * CI: Only run for pushes to dbusSimon McVittie2023-05-121-1/+1
| * CI: Run a detached pipeline for merge requestsSimon McVittie2023-05-121-0/+5
|/
* Merge branch 'cmake_unistd' into 'master'Simon McVittie2023-03-211-0/+1
|\
| * cmake: add missing HAVE_SYS_SYSCALL_H defineLuca Boccassi2023-03-201-0/+1
|/
* Merge branch 'fix-dbus-api-design-wrong-closing-tag' into 'master'Simon McVittie2023-03-021-2/+2
|\
| * doc/dbus-api-design: fix wrong closing tagYen-Chin, Lee2023-03-021-2/+2
|/
* Merge branch 'fix-issue-445' into 'master'Simon McVittie2023-02-211-0/+4
|\
| * tools/ci-install.sh: Make sure we always have a messagebus user, even if the ...Ralf Habacker2023-02-211-0/+4
|/
* Start 1.15.6Simon McVittie2023-02-083-2/+7
* Update AUTHORSSimon McVittie2023-02-081-0/+10
* Prepare v1.15.4dbus-1.15.4Simon McVittie2023-02-084-20/+34
* NEWS: Add #421Simon McVittie2023-02-081-0/+9
* _dbus_string_skip_blank(): Let the final assert follow the previous searchRalf Habacker2023-02-081-1/+1
* Add test for _dbus_string_skip_blank()Ralf Habacker2023-02-084-0/+54
* Update NEWS for 1.15.xSimon McVittie2023-02-081-2/+49
* Merge branch 'add-ci-build-libdbus-subproject' into 'master'Simon McVittie2023-02-076-0/+81
|\
| * gitlab-ci: build libdbus as subprojectDaniel Wagner2023-02-076-0/+81
|/
* build: Use list for dbus_static_flagsDaniel Wagner2023-02-061-1/+1
* Merge branch 'add-test-header-fields' into 'master'Simon McVittie2023-02-062-1/+2
|\
| * .gitlab-ci.yml: exclude non-functioning test 'header-fields' in job 'windows ...Ralf Habacker2023-02-061-1/+1
| * cmake: add missing test for header-fieldsRalf Habacker2023-02-061-0/+1
|/
* Merge branch 'gitlab-ci' into 'master'Simon McVittie2023-02-063-59/+30
|\
| * CI: Re-run some tests as root or as non-root, as appropriateSimon McVittie2023-02-061-8/+23
| * CI: Remove vestigial support for re-running tests in a Docker containerSimon McVittie2023-02-062-44/+3
| * CI: Re-clone the git repository every timeSimon McVittie2023-02-061-0/+3
| * CI: Don't change ownership of source directorySimon McVittie2023-02-062-7/+1
|/
* Merge branch 'alignof' into 'master'Simon McVittie2023-01-161-0/+4
|\
| * Define _DBUS_ALIGNOF using _Alignof when using C11 or newerKhem Raj2023-01-141-0/+4
|/
* Merge branch 'jepio/fix-log-callback-segfault' into 'master'Simon McVittie2023-01-101-3/+2
|\