index
:
~wjt/dbus
arg0namespace
argXpath
argx-prefix-matching
build-trivia
dbus-0.23-branch
dbus-0.35-branch
dbus-0.36-branch
dbus-1.0-branch
dbus-1.2
dbus-1.2.4permissive
dbus-monitor-only-one-bus
dbus-object-names
dbus-string-parse-int-documentation
documentation-build-system
echo-spam-34140
fill-in-length-before-marshalling
fix-the-tests
leak-locator
master
monitor-ay-output
optimize-matching
⍥
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-04
Print all-printable-ASCII byte arrays as strings
monitor-ay-output
Will Thompson
1
-17
/
+58
2009-11-04
Print byte arrays as nicely-formatted hex.
Will Thompson
1
-1
/
+58
2009-11-01
Make array-printing code easier to follow
Will Thompson
1
-2
/
+7
2009-07-13
Bug 2432 - Support --address option for dbus-monitor
Daniel Reed
2
-6
/
+53
2009-07-13
Bug 16688 - typo in dbus-monitor.1
Paul Bolle
1
-1
/
+1
2009-07-10
Bug 21161 - Update the FSF address
Tobias Mueller
11
-11
/
+11
2009-04-21
Bug 19502 - Sparse warning cleanups
Kjartan Maraas
2
-2
/
+2
2009-03-20
dbus-launch: use InputOnly X window
Eamon Walsh
1
-3
/
+3
2008-12-05
Infrastructure for testing a "system like" bus in test suite
Colin Walters
1
-1
/
+4
2008-10-18
Bug 15412: Add --address option to dbus-send
Lawrence R. Steeger
1
-6
/
+45
2008-09-18
[win32] Protect usage of SIGHUP with #ifdef
Tor Lillqvist
1
-0
/
+2
2008-08-29
Print serial in dbus-monitor
Michael Meeks
1
-1
/
+2
2008-07-24
Bug 16838: Use bash instead of sh to avoid breaking on Ubuntu
Colin Walters
1
-1
/
+1
2008-04-16
take out trailing comma inside an enum so non gcc compilers don't error out
John (J5) Palmieri
1
-1
/
+1
2008-04-04
Revert "fix dbus-send so it can correctly send dictionaries"
John (J5) Palmieri
1
-7
/
+2
2008-04-03
fix dbus-send so it can correctly send dictionaries
Jérémie Dimino
1
-2
/
+7
2008-03-31
Check for X11 events before selecting (FDO bug #15293)
Colin Walters
1
-5
/
+13
2008-03-31
Make sure we call XFlush() on all code paths (FDO bug #15293)
Colin Walters
1
-5
/
+5
2008-03-27
Do not provide a signature to dbus_message_iter_open_container() when opening...
Havoc Pennington
1
-5
/
+1
2008-03-04
tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without X
John (J5) Palmieri
1
-0
/
+2
2008-02-21
fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
John (J5) Palmieri
1
-0
/
+2
2007-11-23
Allow a normal session bus to be reused by applications using autolaunching
Sjoerd Simons
1
-93
/
+145
2007-10-11
dbus-launch: convert C++-style comment to C-style, add {} for clarity
Simon McVittie
1
-2
/
+4
2007-10-09
Fix env exports for better portability (#9280)
John (J5) Palmieri
1
-4
/
+7
2007-10-09
Document syntax for container types in dbus-send man file (#9553)
John (J5) Palmieri
1
-6
/
+22
2007-10-03
fd.o bug #12547 remove superfluous if
John (J5) Palmieri
1
-4
/
+3
2007-09-13
migrate from cvs to git (cvs2svn -> git-svnimport).
Ryan Lortie
1
-0
/
+0
2007-08-17
2007-08-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-6
/
+1
2007-07-14
2007-07-13 Havoc Pennington <hp@redhat.com>
Havoc Pennington
11
-11
/
+11
2007-06-19
* dbus/dbus-sysdeps-util-win.c, tools/dbus-launch-win.c: msvc7.1 fixes by Jar...
Ralf Habacker
1
-3
/
+3
2007-06-01
* tools/dbus-launch-win.c: new file, replaces script wrapper on win32
Ralf Habacker
1
-0
/
+119
2007-05-21
tools/.cvsignore: Ignore all currently built files.
Simon McVittie
1
-0
/
+1
2007-03-12
2007-03-11 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-2
/
+5
2007-03-10
* tools/dbus-print-message.c (print_message): added printing of the reply ser...
Ralf Habacker
1
-3
/
+5
2007-03-03
* dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
Thiago Macieira
2
-2
/
+36
2006-12-31
* tools/dbus-monitor.c: gettimeofday() is not available
Ralf Habacker
1
-0
/
+29
2006-12-31
win32 compile fix
Ralf Habacker
2
-0
/
+2
2006-11-15
2006-11-14 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-7
/
+12
2006-11-08
* tools/dbus-monitor.c: Handle sigint so we flush stdout
John (J5) Palmieri
1
-1
/
+15
2006-11-08
* tools/dbus-monitor.1: update the manpage for dbus-monitor
John (J5) Palmieri
1
-1
/
+16
2006-11-08
* tools/dbus-monitor.c: add profiling tools to dbus-monitor
John (J5) Palmieri
1
-4
/
+122
2006-11-02
* bus/config-parser.c (service_dirs_find_dir): use
John (J5) Palmieri
1
-0
/
+4
2006-11-02
* tools/run-with-tmp-session-bus.sh: fixed script to replace the
John (J5) Palmieri
1
-1
/
+1
2006-10-30
2006-10-30 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-1
/
+7
2006-10-26
* configure.in, dbus-1.pc.in: Check to see if thread methods
John (J5) Palmieri
1
-4
/
+4
2006-10-26
* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
Thiago Macieira
1
-4
/
+8
2006-10-26
* tools/dbus-launch.c (main): run the dbus-daemon in the builddir
John (J5) Palmieri
2
-1
/
+21
2006-10-25
2006-10-25 Sjoerd Simons <sjoerd@luon.net>
Sjoerd Simons
2
-17
/
+10
2006-10-17
2006-10-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
1
-1
/
+1
2006-10-02
* dbus/dbus-sysdeps.c (_dbus_abort): Remove from
John (J5) Palmieri
1
-1
/
+2
[next]