summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dbus-monitor: keep backwards compatibilityChengwei Yang2013-10-091-6/+25
* dbus-send: replace --address with --peer and --bus.Andrey Mazo2013-10-091-6/+31
* Revert "dbus-send: replace --address"... to fix attributionSimon McVittie2013-10-091-31/+6
* Unify the way to find dbus-daemon test binaryChengwei Yang2013-10-081-29/+33
* dbus-send: replace --address with --peer and --bus.Simon McVittie2013-10-081-6/+31
* dbus-monitor: remove redundant match rulesChengwei Yang2013-10-081-16/+1
* When using dbus-launch for tests, fail hard if test binary is missingSimon McVittie2013-10-081-1/+2
* dbus-launch: avoid asprintf(), and die gracefully on out-of-memorySimon McVittie2013-10-081-4/+28
* Fix build on NetBSD 6.1.1 with gcc 4.5.3Chengwei Yang2013-10-082-1/+4
* Fix an incorrect sizeof.Sviatoslav Chagaev2013-09-161-1/+1
* Revert "Fix an incorrect sizeof." to fix attributionSimon McVittie2013-09-161-1/+1
* Fix an incorrect sizeof.Simon McVittie2013-09-161-1/+1
* Use test binaries in build dir to do testChengwei Yang2013-09-131-1/+9
* dbus-launch: unconditionally use SIGHUP and free memory on OOMChengwei Yang2013-09-051-3/+5
* run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie2013-09-051-2/+9
* dbus-run-session: remove various extra variables from the environmentSimon McVittie2013-08-232-22/+12
* Fixed compiler warning on windows.Ralf Habacker2013-08-191-2/+2
* tests to embedded tests: replaced in toolsChengwei Yang2013-06-281-2/+2
* dbus-launch: do not verbose output if build with verbose mode disabledChengwei Yang2013-06-261-0/+2
* dbus-launch: align documentChengwei Yang2013-06-261-1/+4
* dbus-launch: fix coding styleChengwei Yang2013-06-261-17/+17
* FreeBSD: explicit include signal.h to fix build failureChengwei Yang2013-06-261-0/+1
* dbus-send: Fix fail to run without "--dest" optionChengwei Yang2013-06-201-1/+1
* Fix Werror=unused-function if build without X11Simon McVittie2013-06-131-1/+2
* dbus-send: check usage a bit strictlyChengwei Yang2013-06-061-10/+34
* massively simplify run-with-tmp-session-bus.sh by using dbus-run-sessionSimon McVittie2013-06-051-33/+12
* Add dbus-run-sessionSimon McVittie2013-06-052-0/+481
* Fix compiler warnings when X11 autolaunch and launchd are both disabledSimon McVittie2013-05-101-1/+2
* Include config.h as the first thing in every .c fileSimon McVittie2013-02-222-0/+2
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* Fix launching of dbus-daemon on Windows in paths containing spacesWolfgang Baron2012-07-181-3/+4
* Revert "dbus-launch: add --exit-with-x11 option"Simon McVittie2012-06-271-27/+6
* Create /var/lib/dbus explicitly rather than as a side-effectSimon McVittie2012-06-251-3/+6
* When not producing a dynamic library, define DBUS_STATIC_BUILDSimon McVittie2012-06-151-0/+1
* dbus-launch: add --exit-with-x11 optionSimon McVittie2012-06-151-6/+27
* dbus-launch: if using X to define the session lifetime, do not poll stdinSimon McVittie2012-06-151-4/+13
* document how the various processes in dbus-launch interactSimon McVittie2012-06-151-0/+41
* dbus-send.1, dbus-send: document --print-reply=literal consistentlySimon McVittie2012-02-141-1/+1
* dbus-monitor: remove unused SIGINT handlerSimon McVittie2011-08-051-8/+0
* Remove remnants of dbus-viewerSimon McVittie2011-07-292-618/+0
* tools: use AM_CPPFLAGS, and wrap its linesSimon McVittie2011-07-291-1/+7
* tools: simplify linkingSimon McVittie2011-07-291-4/+13
* tools: put bin_PROGRAMS one per line, eliminate unnecessary variableSimon McVittie2011-07-291-4/+10
* Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-291-4/+3
* Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie2011-07-291-1/+1
* Merge branch 'dbus-1.4'Simon McVittie2011-07-281-1/+1
|\
| * Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie2011-07-281-1/+1
* | Fix dbus-monitor using eavesdrop=true when no filters are passedCosimo Alfarano2011-07-121-4/+4
* | Add "eavesdrop=true" as constant match rule for dbus-monitorCosimo Alfarano2011-07-111-5/+24
|/
* Use #!/bin/sh for run-with-tmp-session-bus.shSimon McVittie2011-06-011-1/+1