summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * _dbus_verbose_real: Use the Python convention for quoting potentially multi-l...Ralf Habacker2020-04-272-8/+25
|/
* Start dbus 1.13.16 developmentSimon McVittie2020-04-212-1/+6
* Reference implementation v1.13.14 and Specification v0.36dbus-1.13.14Simon McVittie2020-04-213-7/+19
* Update NEWSSimon McVittie2020-04-201-1/+29
* Merge branch 'more-modular-tests' into 'master'Simon McVittie2020-04-2013-214/+242
|\
| * test: Replace some _dbus_assert() with _dbus_test_check()Simon McVittie2020-04-202-163/+163
| * test: Replace _dbus_assert_not_reached()Simon McVittie2020-04-205-10/+11
| * test: Enable more tests when embedded tests are disabledSimon McVittie2020-04-203-15/+26
| * test: Move TAP helpers into dbus-testutils if embedded tests are disabledSimon McVittie2020-04-206-25/+38
| * _dbus_test_check: Wrap body of macro in do/whileSimon McVittie2020-04-201-1/+4
|/
* Merge branch 'ci-updates' into 'master'Simon McVittie2020-04-163-23/+24
|\
| * CI: Install qhelpgenerator for native production build on busterSimon McVittie2020-04-061-0/+10
| * CI: Don't build on Debian 8 'jessie'Simon McVittie2020-04-062-9/+0
| * CI: Build on Debian 10 'buster' by defaultSimon McVittie2020-04-061-14/+14
* | Merge branch 'fix-bar-length' into 'master'Simon McVittie2020-04-161-1/+1
|\ \
| * | spec: fix typo in exampleZygmunt Krynicki2020-04-161-1/+1
|/ /
* | Merge branch 'fix-poll-header' into 'master'Simon McVittie2020-04-014-10/+10
|\ \
| * | sysdeps: use POSIX poll.h instead of sys/poll.hNatanael Copa2020-03-264-10/+10
* | | Merge branch 'fallback_to_getrandom' into 'master'Simon McVittie2020-04-015-3/+28
|\ \ \