summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Rename distro-style CI build from "release" to "production"Simon McVittie1-2/+2
2016-10-10Fix warnings from compiler option '-Wsuggest-attribute=noreturn'Thomas Zimmermann2-2/+2
2016-09-30dbus-launch: redirect dbus-daemon output to syslogSimon McVittie1-0/+3
2016-08-15name-test, tools: add missing COVERAGE_CFLAGSSimon McVittie1-0/+4
2016-08-15Use AX_CODE_COVERAGE for test-coverage statisticsThomas Zimmermann1-43/+0
2016-08-12dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie1-2/+17
2016-08-12Merge branch 'dbus-1.10'Simon McVittie1-2/+4
2016-08-12update-activation-environment: produce better diagnostics on errorSimon McVittie1-2/+4
2016-08-11dbus-launch: Protect concat2 by DBUS_ENABLE_EMBEDDED_TESTSThomas Zimmermann1-0/+2
2016-07-25dbus-launch: use _dbus_ensure_standard_fds when closing stderrSimon McVittie1-15/+3
2016-07-25dbus-launch: use _dbus_ensure_standard_fds() in the babysitterSimon McVittie1-17/+15
2016-07-25dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie1-2/+17
2016-07-20dbus-launch: add --exit-with-x11 optionSimon McVittie1-6/+33
2016-06-30Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-1/+1
2016-06-30Quote the DBUS_SESSION_BUS_ADDRESS variable in the shell fileThiago Macieira1-1/+1
2016-06-30Quote the DBUS_SESSION_BUS_ADDRESS variable in the shell fileThiago Macieira1-1/+1
2016-03-02Merge branch 'dbus-1.10'Simon McVittie1-1/+1
2016-03-02Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-1/+1
2016-03-02dbus-test-tool echo: fix sleep documentationDmitri Iouchtchenko1-1/+1
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2-8/+3
2016-02-12Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2-3/+8
2016-02-11Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2-8/+3
2016-02-11Consistently use socklen_t for getsockname, getsockopt etc.Simon McVittie1-2/+6
2015-12-02add travis-ci.org build machinerySimon McVittie1-0/+204
2015-12-02add travis-ci.org build machinerySimon McVittie1-0/+204
2015-11-24Fix warning: "pointer targets in assignment differ in signedness [-Wpointer-s...Ralf Habacker1-1/+1
2015-09-30Use C99 standard PRI*64 for printing 64 bit integersNatanael Copa1-10/+15
2015-07-21dbus-monitor: disable automatic handling of o.fd.Peer messagesSimon McVittie1-0/+5
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov1-2/+0
2015-05-14Make UUID generation failableSimon McVittie1-5/+2
2015-05-01tools: MSVC compile fixesRalf Habacker2-2/+10
2015-05-01dbus_test_tool_spam: Fix 'variable payload going out of scope leaks the stora...Ralf Habacker1-0/+1
2015-05-01dbus_test_tool_spam: Fix 'variable random_sizes going out of scope leaks the ...Ralf Habacker1-0/+2
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie1-4/+2
2015-03-17Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker1-5/+1
2015-03-05dbus-print-message: conditionalize Unix FD handling on DBUS_UNIXSimon McVittie1-0/+2
2015-03-05dbus-monitor: use _dbus_get_real_time instead of gettimeofdaySimon McVittie1-10/+4
2015-03-04Add missing header for _dbus_sleep_milliseconds() (commit 43d2455)Simon McVittie1-0/+1
2015-03-04Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() ...Ralf Habacker3-21/+1
2015-03-04Fix warning 'conversion to ‘long unsigned int’ from ‘WriteResult’ may...Ralf Habacker1-5/+8
2015-03-04Fix of 'warning: conversion to ‘dbus_bool_t‘ from ‘int‘ may change th...Ralf Habacker1-2/+2
2015-03-04Fix warning: conversion to 'DWORD' from 'int' may change the sign of the resu...Ralf Habacker2-2/+2
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker2-3/+3
2015-02-24dbus-monitor: Keep term 'dest' in --monitor output in sync with related watch...Ralf Habacker1-2/+2
2015-02-24dbus-monitor: Add timestamp to --monitor mode.Ralf Habacker4-64/+37
2015-02-24dbus-monitor: Keep parameter list of method returns in --monitor mode in sync...Ralf Habacker1-1/+2
2015-02-24dbus-monitor: convert remaining hard tabs to 8 space.Ralf Habacker1-216/+216
2015-02-24dbus-launch: if autolaunching, use XDG_RUNTIME_DIR/bus if availableSimon McVittie2-4/+62
2015-02-24dbus-launch: use libdbus to read the UUIDSimon McVittie3-35/+21
2015-02-24Add dbus-update-activation-environment toolSimon McVittie2-0/+425