summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie2013-09-051-3/+6
* 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
* Check for X even if X11 autolaunching is disabledSimon McVittie2011-05-251-4/+9
* dbus-launch: pass_info: always free strings on OOMSimon McVittie2011-05-251-7/+10
* dbus-send: remove minor dead codeSimon McVittie2011-05-251-3/+1
* minotaur: bail if asked to monitor >1 busWill Thompson2011-04-291-11/+35
* Break up the monster conditional in config-parser so gcov can copeSimon McVittie2011-04-071-3/+0
* Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcovSimon McVittie2011-02-171-0/+46
* dbus-cleanup-sockets: free list of socket entriesSimon McVittie2011-01-171-6/+23
* Free session file early in dbus-launchChristian Dywan2011-01-051-1/+1
* Check return value of XGetWindowProperty in x11_get_addressChristian Dywan2011-01-051-8/+9
* Fix PROFILE_TIMED_FORMAT printf warning on OSX.Mike McQuaid2010-12-041-0/+4
* Merge branch 'documentation-build-system'Will Thompson2010-10-266-490/+1
|\
| * Move manpages to doc/Will Thompson2010-10-056-490/+1
* | Free envvar and args in pass_info in the oom caseChristian Dywan2010-10-051-1/+5
|/
* fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0Havoc Pennington2010-09-061-3/+3
* Fixed compiler warnings.Ralf Habacker2010-06-071-1/+1
* Fix _IOLBF for Windows CE and also define _IONBF if needed.Marcus Brinkmann2010-05-121-1/+4
* Fixed assert raised with msvc 2008 on windows.Ralf Habacker2010-05-101-0/+5
* Cleanup debug messages.Ralf Habacker2010-05-031-6/+0
* Include strtoll.c and strtoull.c in distribution.Marcus Brinkmann2010-04-141-1/+1
* Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE.Marcus Brinkmann2010-04-133-0/+322
* Port dbus tools to Windows CE.Marcus Brinkmann2010-04-133-50/+107
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-2/+11
|\
| * [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted)Colin Walters2010-03-221-2/+6
| * Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters2010-03-221-2/+7
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-194-1/+6
* | linux compile fixRalf Habacker2010-02-261-0/+2
* | Enable dbus-launch for Windows target.Marcus Brinkmann2010-02-111-2/+8
* | remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...Romain Pokrzywka2010-02-071-7/+5