index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
take out trailing comma inside an enum so non gcc compilers don't error out
John (J5) Palmieri
2008-04-16
1
-1
/
+1
*
Revert "fix dbus-send so it can correctly send dictionaries"
John (J5) Palmieri
2008-04-04
1
-7
/
+2
*
fix dbus-send so it can correctly send dictionaries
Jérémie Dimino
2008-04-03
1
-2
/
+7
*
Check for X11 events before selecting (FDO bug #15293)
Colin Walters
2008-03-31
1
-5
/
+13
*
Make sure we call XFlush() on all code paths (FDO bug #15293)
Colin Walters
2008-03-31
1
-5
/
+5
*
Do not provide a signature to dbus_message_iter_open_container() when opening...
Havoc Pennington
2008-03-27
1
-5
/
+1
*
tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without X
John (J5) Palmieri
2008-03-04
1
-0
/
+2
*
fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
John (J5) Palmieri
2008-02-21
1
-0
/
+2
*
Allow a normal session bus to be reused by applications using autolaunching
Sjoerd Simons
2007-11-23
1
-93
/
+145
*
dbus-launch: convert C++-style comment to C-style, add {} for clarity
Simon McVittie
2007-10-11
1
-2
/
+4
*
Fix env exports for better portability (#9280)
John (J5) Palmieri
2007-10-09
1
-4
/
+7
*
Document syntax for container types in dbus-send man file (#9553)
John (J5) Palmieri
2007-10-09
1
-6
/
+22
*
fd.o bug #12547 remove superfluous if
John (J5) Palmieri
2007-10-03
1
-4
/
+3
*
migrate from cvs to git (cvs2svn -> git-svnimport).
Ryan Lortie
2007-09-13
1
-0
/
+0
*
2007-08-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-08-17
1
-6
/
+1
*
2007-07-13 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-07-14
11
-11
/
+11
*
* dbus/dbus-sysdeps-util-win.c, tools/dbus-launch-win.c: msvc7.1 fixes by Jar...
Ralf Habacker
2007-06-19
1
-3
/
+3
*
* tools/dbus-launch-win.c: new file, replaces script wrapper on win32
Ralf Habacker
2007-06-01
1
-0
/
+119
*
tools/.cvsignore: Ignore all currently built files.
Simon McVittie
2007-05-21
1
-0
/
+1
*
2007-03-11 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2007-03-12
1
-2
/
+5
*
* tools/dbus-print-message.c (print_message): added printing of the reply ser...
Ralf Habacker
2007-03-10
1
-3
/
+5
*
* dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
Thiago Macieira
2007-03-03
2
-2
/
+36
*
* tools/dbus-monitor.c: gettimeofday() is not available
Ralf Habacker
2006-12-31
1
-0
/
+29
*
win32 compile fix
Ralf Habacker
2006-12-31
2
-0
/
+2
*
2006-11-14 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-11-15
1
-7
/
+12
*
* tools/dbus-monitor.c: Handle sigint so we flush stdout
John (J5) Palmieri
2006-11-08
1
-1
/
+15
*
* tools/dbus-monitor.1: update the manpage for dbus-monitor
John (J5) Palmieri
2006-11-08
1
-1
/
+16
*
* tools/dbus-monitor.c: add profiling tools to dbus-monitor
John (J5) Palmieri
2006-11-08
1
-4
/
+122
*
* bus/config-parser.c (service_dirs_find_dir): use
John (J5) Palmieri
2006-11-02
1
-0
/
+4
*
* tools/run-with-tmp-session-bus.sh: fixed script to replace the
John (J5) Palmieri
2006-11-02
1
-1
/
+1
*
2006-10-30 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-30
1
-1
/
+7
*
* configure.in, dbus-1.pc.in: Check to see if thread methods
John (J5) Palmieri
2006-10-26
1
-4
/
+4
*
* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
Thiago Macieira
2006-10-26
1
-4
/
+8
*
* tools/dbus-launch.c (main): run the dbus-daemon in the builddir
John (J5) Palmieri
2006-10-26
2
-1
/
+21
*
2006-10-25 Sjoerd Simons <sjoerd@luon.net>
Sjoerd Simons
2006-10-25
2
-17
/
+10
*
2006-10-17 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-17
1
-1
/
+1
*
* dbus/dbus-sysdeps.c (_dbus_abort): Remove from
John (J5) Palmieri
2006-10-02
1
-1
/
+2
*
* tools/dbus-launch.c (main): make it complain and abort
Thiago Macieira
2006-10-01
1
-6
/
+28
*
2006-10-01 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-01
5
-85
/
+300
*
2006-10-01 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-01
1
-0
/
+7
*
2006-09-30 Havoc Pennington <hp@redhat.com>
Havoc Pennington
2006-10-01
7
-35
/
+311
*
* configure.in: add DBUS_BINDIR as a #define to C source code.
Thiago Macieira
2006-09-30
5
-125
/
+636
*
* tools/Makefile.am: use @EXPANDED_DATADIR@ instead of @DATADIRNAME@
John (J5) Palmieri
2006-09-18
1
-1
/
+1
*
* tools/dbus-launch.c: Add a sigterm handler (patch from Frederic Crozat
John (J5) Palmieri
2006-09-01
1
-0
/
+2
*
* tools/run-with-tmp-session-bus.sh:
John (J5) Palmieri
2006-08-10
1
-2
/
+2
*
* tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
John (J5) Palmieri
2006-08-08
1
-1
/
+1
*
* configure.in:
John (J5) Palmieri
2006-08-08
2
-1
/
+20
*
* s/D-BUS/D-Bus/g
John (J5) Palmieri
2006-08-03
8
-16
/
+16
*
* Remove all bindings
John (J5) Palmieri
2006-07-14
5
-865
/
+3
*
2006-06-14 Ross Burton <ross@openedhand.com>
Ross Burton
2006-06-14
2
-15
/
+5
[next]