summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-06-11dbus-launch: kill bus if we can't attach to a session when requestedРоман Донченко1-1/+1
2014-04-30Avoid killing all available processes if an X error arrives early onРоман Донченко1-1/+7
2014-03-06Update .gitignore filesLukasz Skalski1-0/+1
2013-11-27Support printing unix file descriptors in dbus-send/dbus-monitorRobert Ancell1-1/+9
2013-10-09dbus-monitor: keep backwards compatibilityChengwei Yang1-6/+25
2013-10-09dbus-send: replace --address with --peer and --bus.Andrey Mazo1-6/+31
2013-10-09Revert "dbus-send: replace --address"... to fix attributionSimon McVittie1-31/+6
2013-10-08Unify the way to find dbus-daemon test binaryChengwei Yang1-29/+33
2013-10-08dbus-send: replace --address with --peer and --bus.Simon McVittie1-6/+31
2013-10-08dbus-monitor: remove redundant match rulesChengwei Yang1-16/+1
2013-10-08When using dbus-launch for tests, fail hard if test binary is missingSimon McVittie1-1/+2
2013-10-08dbus-launch: avoid asprintf(), and die gracefully on out-of-memorySimon McVittie1-4/+28
2013-10-08Fix build on NetBSD 6.1.1 with gcc 4.5.3Chengwei Yang2-1/+4
2013-09-16Fix an incorrect sizeof.Sviatoslav Chagaev1-1/+1
2013-09-16Revert "Fix an incorrect sizeof." to fix attributionSimon McVittie1-1/+1
2013-09-16Fix an incorrect sizeof.Simon McVittie1-1/+1
2013-09-13Use test binaries in build dir to do testChengwei Yang1-1/+9
2013-09-05dbus-launch: unconditionally use SIGHUP and free memory on OOMChengwei Yang1-3/+5
2013-09-05run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie1-2/+9
2013-08-23dbus-run-session: remove various extra variables from the environmentSimon McVittie2-22/+12
2013-08-19Fixed compiler warning on windows.Ralf Habacker1-2/+2
2013-06-28tests to embedded tests: replaced in toolsChengwei Yang1-2/+2
2013-06-26dbus-launch: do not verbose output if build with verbose mode disabledChengwei Yang1-0/+2
2013-06-26dbus-launch: align documentChengwei Yang1-1/+4
2013-06-26dbus-launch: fix coding styleChengwei Yang1-17/+17
2013-06-26FreeBSD: explicit include signal.h to fix build failureChengwei Yang1-0/+1
2013-06-20dbus-send: Fix fail to run without "--dest" optionChengwei Yang1-1/+1
2013-06-13Fix Werror=unused-function if build without X11Simon McVittie1-1/+2
2013-06-06dbus-send: check usage a bit strictlyChengwei Yang1-10/+34
2013-06-05massively simplify run-with-tmp-session-bus.sh by using dbus-run-sessionSimon McVittie1-33/+12
2013-06-05Add dbus-run-sessionSimon McVittie2-0/+481
2013-05-10Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie1-1/+2
2013-02-22Include config.h as the first thing in every .c fileSimon McVittie2-0/+2
2012-11-09Don't leak temporary fds pointing to /dev/nullMichel HERMIER1-0/+1
2012-07-18Fix launching of dbus-daemon on Windows in paths containing spacesWolfgang Baron1-3/+4
2012-06-27Revert "dbus-launch: add --exit-with-x11 option"Simon McVittie1-27/+6
2012-06-25Create /var/lib/dbus explicitly rather than as a side-effectSimon McVittie1-3/+6
2012-06-15When not producing a dynamic library, define DBUS_STATIC_BUILDSimon McVittie1-0/+1
2012-06-15dbus-launch: add --exit-with-x11 optionSimon McVittie1-6/+27
2012-06-15dbus-launch: if using X to define the session lifetime, do not poll stdinSimon McVittie1-4/+13
2012-06-15document how the various processes in dbus-launch interactSimon McVittie1-0/+41
2012-02-14dbus-send.1, dbus-send: document --print-reply=literal consistentlySimon McVittie1-1/+1
2011-08-05dbus-monitor: remove unused SIGINT handlerSimon McVittie1-8/+0
2011-07-29Remove remnants of dbus-viewerSimon McVittie2-618/+0
2011-07-29tools: use AM_CPPFLAGS, and wrap its linesSimon McVittie1-1/+7
2011-07-29tools: simplify linkingSimon McVittie1-4/+13
2011-07-29tools: put bin_PROGRAMS one per line, eliminate unnecessary variableSimon McVittie1-4/+10
2011-07-29Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie1-4/+3
2011-07-29Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie1-1/+1
2011-07-28Merge branch 'dbus-1.4'Simon McVittie1-1/+1