summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Imported Upstream version 1.9.12upstream/1.9.12Simon McVittie4-82/+105
2015-02-16dbus-monitor: Remove empty column in --profile mode.Ralf Habacker1-3/+1
2015-02-16dbus-monitor: Combine sec and usec columns into one timestamp column and unif...Ralf Habacker1-12/+4
2015-02-16dbus-monitor: whitespaceSimon McVittie1-1/+1
2015-02-16dbus-monitor: clarify column headersSimon McVittie1-2/+2
2015-02-16dbus-monitor.c: unify columns format in --profile mode and display column hea...Ralf Habacker1-3/+24
2015-02-16dbus-monitor: convert remaining hard tabs to 8 spacesSimon McVittie1-38/+38
2015-02-16dbus-send: pretty-print GVariant-style bytestringsSimon McVittie2-30/+35
2015-02-09Imported Upstream version 1.9.10upstream/1.9.10Simon McVittie5-30/+276
2015-02-04dbus-monitor: add options to log binary data with or without pcap framingSimon McVittie3-5/+185
2015-02-04dbus-monitor: add support for using BecomeMonitor to be a read-only monitorSimon McVittie1-9/+75
2015-02-04dbus-monitor: use common code from dbus-test-toolSimon McVittie2-13/+10
2015-02-03Imported Upstream version 1.9.8Simon McVittie2-8/+12
2015-02-02lcov: use builddir, not srcdirSimon McVittie1-2/+2
2014-11-06Imported Upstream version 1.9.2upstream/1.9.2Simon McVittie9-18/+1221
2014-10-14dbus-test-tool: add black-hole modeAlban Crequy3-32/+123
2014-10-14dbus-test-tool spam: add --messages-per-conn=NAlban Crequy1-17/+77
2014-10-14Add dbus-test-tool, currently with "echo" and "spam" modesAlban Crequy8-0/+842
2014-10-06GetAllMatchRules: provide an example how it could be usedAlban Crequy2-0/+117
2014-10-01Imported Upstream version 1.9.0upstream/1.9.0Simon McVittie3-78/+318
2014-09-15dbus-monitor: more details on file descriptorsAlban Crequy1-1/+158
2014-09-15dbus-monitor: do not leak file descriptors from fd-passingAlban Crequy1-0/+7
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-11-01Imported Upstream version 1.7.8upstream/1.7.8Simon McVittie1-137/+74
2013-10-09Imported Upstream version 1.7.6upstream/1.7.6Simon McVittie8-101/+179
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