| Commit message (Expand) | Author | Age | Files | Lines |
* | dbus-send.1, dbus-send: document --print-reply=literal consistently | Simon McVittie | 2012-02-14 | 1 | -1/+1 |
* | dbus-monitor: remove unused SIGINT handler | Simon McVittie | 2011-08-05 | 1 | -8/+0 |
* | Remove remnants of dbus-viewer | Simon McVittie | 2011-07-29 | 2 | -618/+0 |
* | tools: use AM_CPPFLAGS, and wrap its lines | Simon McVittie | 2011-07-29 | 1 | -1/+7 |
* | tools: simplify linking | Simon McVittie | 2011-07-29 | 1 | -4/+13 |
* | tools: put bin_PROGRAMS one per line, eliminate unnecessary variable | Simon McVittie | 2011-07-29 | 1 | -4/+10 |
* | Simplify linking by moving -export-dynamic to AM_LDFLAGS | Simon McVittie | 2011-07-29 | 1 | -4/+3 |
* | Remove DBUS_CLIENT_CFLAGS, which is always empty | Simon McVittie | 2011-07-29 | 1 | -1/+1 |
* | Merge branch 'dbus-1.4' | Simon McVittie | 2011-07-28 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling/grammatical mistakes detected by Debian's lintian(1) | Simon McVittie | 2011-07-28 | 1 | -1/+1 |
* | | Fix dbus-monitor using eavesdrop=true when no filters are passed | Cosimo Alfarano | 2011-07-12 | 1 | -4/+4 |
* | | Add "eavesdrop=true" as constant match rule for dbus-monitor | Cosimo Alfarano | 2011-07-11 | 1 | -5/+24 |
|/ |
|
* | Use #!/bin/sh for run-with-tmp-session-bus.sh | Simon McVittie | 2011-06-01 | 1 | -1/+1 |
* | Check for X even if X11 autolaunching is disabled | Simon McVittie | 2011-05-25 | 1 | -4/+9 |
* | dbus-launch: pass_info: always free strings on OOM | Simon McVittie | 2011-05-25 | 1 | -7/+10 |
* | dbus-send: remove minor dead code | Simon McVittie | 2011-05-25 | 1 | -3/+1 |
* | minotaur: bail if asked to monitor >1 bus | Will Thompson | 2011-04-29 | 1 | -11/+35 |
* | Break up the monster conditional in config-parser so gcov can cope | Simon McVittie | 2011-04-07 | 1 | -3/+0 |
* | Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcov | Simon McVittie | 2011-02-17 | 1 | -0/+46 |
* | dbus-cleanup-sockets: free list of socket entries | Simon McVittie | 2011-01-17 | 1 | -6/+23 |
* | Free session file early in dbus-launch | Christian Dywan | 2011-01-05 | 1 | -1/+1 |
* | Check return value of XGetWindowProperty in x11_get_address | Christian Dywan | 2011-01-05 | 1 | -8/+9 |
* | Fix PROFILE_TIMED_FORMAT printf warning on OSX. | Mike McQuaid | 2010-12-04 | 1 | -0/+4 |
* | Merge branch 'documentation-build-system' | Will Thompson | 2010-10-26 | 6 | -490/+1 |
|\ |
|
| * | Move manpages to doc/ | Will Thompson | 2010-10-05 | 6 | -490/+1 |
* | | Free envvar and args in pass_info in the oom case | Christian Dywan | 2010-10-05 | 1 | -1/+5 |
|/ |
|
* | fix some "unused result" warnings in dbus-launch and dbus-spawndbus-1.4.0 | Havoc Pennington | 2010-09-06 | 1 | -3/+3 |
* | Fixed compiler warnings. | Ralf Habacker | 2010-06-07 | 1 | -1/+1 |
* | Fix _IOLBF for Windows CE and also define _IONBF if needed. | Marcus Brinkmann | 2010-05-12 | 1 | -1/+4 |
* | Fixed assert raised with msvc 2008 on windows. | Ralf Habacker | 2010-05-10 | 1 | -0/+5 |
* | Cleanup debug messages. | Ralf Habacker | 2010-05-03 | 1 | -6/+0 |
* | Include strtoll.c and strtoull.c in distribution. | Marcus Brinkmann | 2010-04-14 | 1 | -1/+1 |
* | Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE. | Marcus Brinkmann | 2010-04-13 | 3 | -0/+322 |
* | Port dbus tools to Windows CE. | Marcus Brinkmann | 2010-04-13 | 3 | -50/+107 |
* | Merge branch 'dbus-1.2' | Colin Walters | 2010-03-22 | 1 | -2/+11 |
|\ |
|
| * | [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted) | Colin Walters | 2010-03-22 | 1 | -2/+6 |
| * | Add DBUS_INT64_MODIFIER define, turn on -Wformat | Colin Walters | 2010-03-22 | 1 | -2/+7 |
* | | Consistently include <config.h> in all C source files and never in header files. | Marcus Brinkmann | 2010-03-19 | 4 | -1/+6 |
* | | linux compile fix | Ralf Habacker | 2010-02-26 | 1 | -0/+2 |
* | | Enable dbus-launch for Windows target. | Marcus Brinkmann | 2010-02-11 | 1 | -2/+8 |
* | | remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use... | Romain Pokrzywka | 2010-02-07 | 1 | -7/+5 |
* | | Merge branch 'my-dbus-1.2' | Colin Walters | 2010-01-28 | 2 | -6/+10 |
|\ \
| |/ |
|
| * | Print all-printable-ASCII byte arrays as strings | Will Thompson | 2010-01-28 | 1 | -17/+58 |
| * | Print byte arrays as nicely-formatted hex. | Will Thompson | 2010-01-28 | 1 | -1/+58 |
| * | Make array-printing code easier to follow | Will Thompson | 2010-01-28 | 1 | -2/+7 |
| * | Bug 23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINT | Sascha Silbe | 2009-10-16 | 1 | -0/+2 |
| * | dbus-monitor: use unbuffered stdout instead of handling SIGINT | Lennart Poettering | 2009-07-31 | 1 | -6/+8 |
| * | Bug 2432 - Support --address option for dbus-monitor | Daniel Reed | 2009-07-14 | 2 | -6/+53 |
| * | Bug 16688 - typo in dbus-monitor.1 | Paul Bolle | 2009-07-14 | 1 | -1/+1 |
| * | Bug 21161 - Update the FSF address | Tobias Mueller | 2009-07-14 | 11 | -11/+11 |