summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ci: Use ccache to speed up repeated buildsSimon McVittie2018-10-041-0/+1
* ci: Explicitly install cmakeSimon McVittie2018-10-041-0/+1
* ci: Teach ci-install.sh to install wine on Debian 9 'stretch'Simon McVittie2018-10-041-3/+15
* travis-ci: Add cross building support for mingw 64 bit compilerRalf Habacker2018-10-042-22/+44
* travis-ci: Enable/disable more features in various buildsSimon McVittie2018-10-041-0/+8
* Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2018-02-211-2/+5
* travis-ci: Get autoconf-archive from Debian 9 'stretch'Simon McVittie2018-02-211-1/+1
* ci-build: Use a mirror of mingw binaries, not msys2 binariesSimon McVittie2017-09-281-1/+1
* ci-build: Use a mirror that hopefully works better than SourceforgeSimon McVittie2017-09-271-1/+1
* dbus-send: Reassure the compiler that secondary_type is initializedSimon McVittie2017-09-251-0/+2
* Travis-CI: Get new autoconf-archive from UbuntuSimon McVittie2017-02-161-1/+1
* ci-install, ci-build: add brief documentation for parameter variablesSimon McVittie2016-11-292-0/+51
* ci-install.sh: make ci_in_docker follow the yes/no convention tooSimon McVittie2016-11-291-2/+2
* travis-ci: Add and use infrastructure to build and test in DockerSimon McVittie2016-11-293-2/+66
* travis-ci: add an install script instead of open-coding it in .travis.ymlSimon McVittie2016-11-291-0/+101
* travis-ci: introduce maybe_fail_tests() to make test failure more obviousSimon McVittie2016-11-291-7/+12
* travis-ci: run in bash, with the "unofficial strict mode"Simon McVittie2016-11-291-20/+10
* travis-ci: consistently use yes/no instead of yes/emptySimon McVittie2016-11-291-11/+11
* travis-ci: consistently use ci_* for parameter variablesSimon McVittie2016-11-291-29/+29
* ci-build: retab with 4-space indentationSimon McVittie2016-11-291-171/+173
* travis-ci: add an explicit copyright/license statementSimon McVittie2016-11-291-0/+22
* Rename distro-style CI build from "release" to "production"Simon McVittie2016-11-291-2/+2
* ci-build: run our copy of config.guessSimon McVittie2016-11-221-1/+1
* dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie2016-08-121-2/+17
* update-activation-environment: produce better diagnostics on errorSimon McVittie2016-08-121-2/+4
* Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-301-1/+1
|\
| * Quote the DBUS_SESSION_BUS_ADDRESS variable in the shell fileThiago Macieira2016-06-301-1/+1
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-021-1/+1
|\ \ | |/
| * dbus-test-tool echo: fix sleep documentationDmitri Iouchtchenko2016-03-021-1/+1
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-122-3/+8
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-112-8/+3
* | add travis-ci.org build machinerySimon McVittie2015-12-021-0/+204
|/
* dbus-monitor: disable automatic handling of o.fd.Peer messagesSimon McVittie2015-07-211-0/+5
* Move session & system bus configuration to datadir, by default.Dimitri John Ledkov2015-05-271-2/+0
* Make UUID generation failableSimon McVittie2015-05-141-5/+2
* tools: MSVC compile fixesRalf Habacker2015-05-012-2/+10
* dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...Ralf Habacker2015-05-011-0/+1
* dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...Ralf Habacker2015-05-011-0/+2
* Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-4/+2
* Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker2015-03-171-5/+1
* dbus-print-message: conditionalize Unix FD handling on DBUS_UNIXSimon McVittie2015-03-051-0/+2
* dbus-monitor: use _dbus_get_real_time instead of gettimeofdaySimon McVittie2015-03-051-10/+4
* Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)Simon McVittie2015-03-041-0/+1
* Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() ...Ralf Habacker2015-03-043-21/+1
* Fix warning 'conversion to ‘long unsigned int’ from ‘WriteResult’ may...Ralf Habacker2015-03-041-5/+8
* Fix of 'warning: conversion to ‘dbus_bool_t‘ from ‘int‘ may change th...Ralf Habacker2015-03-041-2/+2
* Fix warning: conversion to 'DWORD' from 'int' may change the sign of the resu...Ralf Habacker2015-03-042-2/+2
* Trivial -Wsign-compare fixes.Ralf Habacker2015-03-042-3/+3
* dbus-monitor: Keep term 'dest' in --monitor output in sync with related watch...Ralf Habacker2015-02-241-2/+2
* dbus-monitor: Add timestamp to --monitor mode.Ralf Habacker2015-02-244-64/+37