summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'my-dbus-1.2'Colin Walters2010-01-282-6/+10
|\ \ | |/
| * Print all-printable-ASCII byte arrays as stringsWill Thompson2010-01-281-17/+58
| * Print byte arrays as nicely-formatted hex.Will Thompson2010-01-281-1/+58
| * Make array-printing code easier to followWill Thompson2010-01-281-2/+7
| * Bug 23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINTSascha Silbe2009-10-161-0/+2
| * dbus-monitor: use unbuffered stdout instead of handling SIGINTLennart Poettering2009-07-311-6/+8
| * Bug 2432 - Support --address option for dbus-monitorDaniel Reed2009-07-142-6/+53
| * Bug 16688 - typo in dbus-monitor.1Paul Bolle2009-07-141-1/+1
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-1411-11/+11
| * Bug 19502 - Sparse warning cleanupsKjartan Maraas2009-05-062-2/+2
| * dbus-launch: use InputOnly X windowEamon Walsh2009-05-061-3/+3
| * Print serial in dbus-monitorMichael Meeks2009-01-061-1/+2
| * [win32] Protect usage of SIGHUP with #ifdefTor Lillqvist2009-01-061-0/+2
| * Bug 15412: Add --address option to dbus-sendLawrence R. Steeger2009-01-061-6/+45
| * Infrastructure for testing a "system like" bus in test suiteColin Walters2008-12-051-1/+4
* | Avoid warnings on WindowsTor Lillqvist2009-12-011-1/+1
* | remove dbus-uuidgen from Windows build (cherry picked from commit 73873e002ac...Nguyễn Thái Ngọc Duy2009-12-011-2/+2
* | tools/Makefile.am: conditional compilation for W32 (cherry picked from commit...Marc Mutz2009-12-011-1/+6
* | completed notesRalf Habacker2009-11-301-2/+11
* | tools/dbus-launch-win.c: TODO++ (cherry picked from commit 0f5dbec6407975d6a9...Tor Lillqvist2009-11-301-1/+13
* | tools/dbus-launch-win.c: strrchr -> _mbsrchr (cherry picked from commit b8b9f...Tor Lillqvist2009-11-301-1/+2
* | tools/dbus-launch-win.c: fix typo (cherry picked from commit 81a7a0e9309e5929...Tor Lillqvist2009-11-301-1/+1
* | all changes for dbus-1.2 API (cherry picked from commit 6734a3210a0705e3ab01e...Christian Ehrlicher2009-11-301-3/+4
* | Print all-printable-ASCII byte arrays as stringsWill Thompson2009-11-041-17/+58
* | Print byte arrays as nicely-formatted hex.Will Thompson2009-11-041-1/+58
* | Make array-printing code easier to followWill Thompson2009-11-011-2/+7