summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.13.18dbus-1.13.18Simon McVittie2020-07-022-4/+4
* Update NEWSSimon McVittie2020-07-021-1/+34
* Merge branch 'issue305' into 'master'Simon McVittie2020-07-014-36/+99
|\
| * userdb: Reference-count DBusUserInfo, DBusGroupInfoSimon McVittie2020-07-014-27/+86
| * userdb: Make lookups return a const pointerSimon McVittie2020-06-303-9/+13
|/
* Merge branch 'illumos_cmsg' into 'master'Simon McVittie2020-06-151-1/+20
|\
| * Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman2020-06-121-1/+20
|/
* Merge branch 'cmake-fix-install' into 'master'Simon McVittie2020-06-108-21/+173
|\
| * cmake: add support for user session semantic on Linux operating systemsRalf Habacker2020-06-103-0/+23
| * cmake: Add support for systemd integration on Linux operating systemsRalf Habacker2020-06-106-2/+110
| * cmake: Add macro check_auto_option() as an addition to add_auto_option()Ralf Habacker2020-06-102-3/+22
| * cmake: rename tristateoption() to add_auto_option() and make signature compat...Ralf Habacker2020-06-102-3/+3
| * cmake: Use CMAKE_INSTALL_FULL_<dir> for configuration and stateRalf Habacker2020-06-102-4/+4
| * cmake: fix installation of example filesRalf Habacker2020-06-101-10/+12
|/
* Merge branch 'normalize-trailing-newlines' into 'master'Simon McVittie2020-06-1021-22/+0
|\
| * Normalize C source files to end with exactly one newlineSimon McVittie2020-06-1021-22/+0
|/
* Merge branch 'misc-comment' into 'master'Simon McVittie2020-06-101-1/+1
|\
| * dbus-protocol.h: fix DBUS_ERROR_SPAWN_NO_MEMORY commentMarc-André Lureau2020-06-101-1/+1
|/
* Start 1.13.18 developmentSimon McVittie2020-06-022-1/+6
* Prepare 1.13.16dbus-1.13.16Simon McVittie2020-06-022-4/+17
* fdpass test: Assert that we don't leak file descriptorsSimon McVittie2020-06-021-0/+8
* sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie2020-06-021-12/+20
* Update NEWSSimon McVittie2020-06-011-1/+40
* Merge branch 'ci-run-cross-compiled-tests' into 'master'Simon McVittie2020-05-293-9/+82
|\
| * CI: for cmake show the used command lines when compiling and linkingRalf Habacker2020-05-291-1/+1
| * CI: Add running test cases for cross buildsRalf Habacker2020-05-293-8/+81
|/
* Merge branch 'wine-symbol-support' into 'master'Simon McVittie2020-05-281-0/+5
|\
| * cmake: Let Wine display the correct file name and line numbers for backtracesRalf Habacker2020-05-161-0/+5
|/
* .gitlab-ci.yml: Use x86_64 build chain to cross build 64bit executablesRalf Habacker2020-05-161-2/+2
* cmake: Fix setting default value for DBUS_BUILD_TESTS too lateRalf Habacker2020-05-041-2/+2
* Merge branch 'cmake-build-missing-tools' into 'master'Ralf Habacker2020-04-303-0/+19
|\
| * cmake: build and install dbus-cleanup-sockets on non Windows platformsRalf Habacker2020-04-292-0/+7
| * cmake: build and install dbus-uuidgen on non Windows platformsRalf Habacker2020-04-292-0/+12
|/
* Merge branch 'qthelp-docs-support' into 'master'Ralf Habacker2020-04-298-3/+87
|\
| * Add support to generate the api documentation in Qt help formatRalf Habacker2020-04-298-1/+85
| * cmake: remove component 'dev' as we never used that consistentlyRalf Habacker2020-04-291-2/+2
|/
* Merge branch 'fix-dbus_poll-buffer-overflow' into 'master'Simon McVittie2020-04-291-120/+204
|\
| * Fix return type and usage of WSAWaitForMultipleEvents()Ralf Habacker2020-04-291-3/+3
| * Add debug output functions for _dbus_poll_xx() functionsRalf Habacker2020-04-291-0/+148
| * Fix bug not detecting out of memory condition in _dbus_poll_events ()Ralf Habacker2020-04-291-5/+19
| * Separate the event based implementation for _dbus_poll() from the fd based oneRalf Habacker2020-04-291-20/+48
| * dbus_poll(): Remove debug output to make room for a better implementationRalf Habacker2020-04-291-106/+0
|/
* Merge branch 'shell-test-tap' into 'master'Simon McVittie2020-04-281-11/+11
|\
| * shell-test: Print diagnostics to stderrFélix Piédallu2020-04-281-11/+11
|/
* Merge branch 'coverity-354884' into 'master'Ralf Habacker2020-04-271-1/+1
|\
| * desktop-file test: Free result on all code pathsRalf Habacker2020-04-271-1/+1
|/
* Merge branch 'dbus-get-autolaunch-address-stderr-fixes' into 'master'Ralf Habacker2020-04-271-10/+12
|\
| * In dbus_get_autolaunch_address() return all errors as dbus errorRalf Habacker2020-04-271-3/+5
| * Fix indention in _dbus_get_autolaunch_address()Ralf Habacker2020-04-271-7/+7
|/
* Merge branch 'dbus_logv-uses-dbusstring' into 'master'Ralf Habacker2020-04-272-8/+25
|\