index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 15740: Solaris/ADT auditing support (simon zheng)
Colin Walters
2008-06-05
11
-3
/
+296
*
Tweak HACKING to describe test/name-test briefly
Colin Walters
2008-05-30
1
-1
/
+6
*
Bug 15635: Hold a reference during read/write dispatch (Scott James Remnant)
Colin Walters
2008-05-30
1
-0
/
+10
*
Bug 15571: Clean up GUID-less connections correctly (Scott James Remnant)
Colin Walters
2008-05-30
2
-8
/
+29
*
Bug 15570: Reset initialized state on dbus_shutdown (Scott James Remnant)
Colin Walters
2008-05-30
2
-2
/
+2
*
Add "PrivServer" test which exercises DBusServer and dbus_shutdown
Colin Walters
2008-05-30
6
-1
/
+249
*
Add noinst convenience test library, add a test-shutdown
Colin Walters
2008-05-30
5
-17
/
+93
*
Add test library functions for using DBusServer
Colin Walters
2008-05-30
2
-0
/
+158
*
Bug 15588: Fix typo in #ifdef for userdb cache (Scott James Remnant)
Colin Walters
2008-05-30
2
-2
/
+2
*
Bug 15947: Close file descriptors before execing helper (Markus Rechberger)
Colin Walters
2008-05-28
1
-4
/
+13
*
Merge branch 'dbus-1.2'
Thiago Macieira
2008-05-17
1
-0
/
+7
|
\
|
*
Prevent a crash in some applications due to timers leaking after the
Thiago Macieira
2008-05-17
1
-0
/
+7
|
*
take out trailing comma inside an enum so non gcc compilers don't error out
John (J5) Palmieri
2008-04-16
2
-1
/
+6
*
|
take out trailing comma inside an enum so non gcc compilers don't error out
John (J5) Palmieri
2008-04-16
2
-1
/
+6
*
|
up version for unstable development
John (J5) Palmieri
2008-04-04
1
-2
/
+2
|
/
*
getting ready for 1.2 stable branch
John (J5) Palmieri
2008-04-04
5
-2181
/
+2185
*
bump version after release
John (J5) Palmieri
2008-04-04
1
-1
/
+1
*
Released 1.2.1
dbus-1.2.1
John (J5) Palmieri
2008-04-04
2
-0
/
+25
*
change version to 1.2.1 to prep release
John (J5) Palmieri
2008-04-04
1
-2
/
+2
*
Revert "fix dbus-send so it can correctly send dictionaries"
John (J5) Palmieri
2008-04-04
3
-19
/
+2
*
fix memleak due to autolaunch and recursive calls to _dbus_open_transport
John (J5) Palmieri
2008-04-03
2
-1
/
+22
*
modify dbus_connection_send documentation
John (J5) Palmieri
2008-04-03
2
-6
/
+20
*
fix dbus-send so it can correctly send dictionaries
Jérémie Dimino
2008-04-03
3
-2
/
+18
*
fix expiration of pending replies
Kimmo Hämäläinen
2008-04-03
2
-16
/
+37
*
Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbus
John (J5) Palmieri
2008-04-03
6
-24
/
+69
|
\
|
*
Fixes for the inotify configuration file monitor backend.
Frederic Crozat
2008-04-01
2
-3
/
+15
|
*
Check for X11 events before selecting (FDO bug #15293)
Colin Walters
2008-03-31
2
-6
/
+21
|
*
Make sure we call XFlush() on all code paths (FDO bug #15293)
Colin Walters
2008-03-31
2
-5
/
+12
|
*
Do not provide a signature to dbus_message_iter_open_container() when opening...
Havoc Pennington
2008-03-27
2
-5
/
+6
|
*
Set default exit_on_disconnect after registration
Colin Walters
2008-03-26
2
-6
/
+15
*
|
Make BusExpireList an opaque data type
Havoc Pennington
2008-03-04
4
-53
/
+152
|
/
*
fix broken poll on Mac OSX - build patch by Benjamin Reed
John (J5) Palmieri
2008-03-04
3
-2
/
+37
*
check if the linker supports a flag instead of just checking for GNU ld
John (J5) Palmieri
2008-03-04
2
-26
/
+42
*
add a changelog for Benjamin Reed's git patch (OS X build fixes)
John (J5) Palmieri
2008-03-04
1
-0
/
+12
*
Platform build fixes for Mac OS X
Benjamin Reed
2008-03-04
1
-2
/
+20
*
configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link correctly
John (J5) Palmieri
2008-03-04
2
-1
/
+6
*
tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without X
John (J5) Palmieri
2008-03-04
2
-0
/
+7
*
Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbus
John (J5) Palmieri
2008-02-28
1
-0
/
+1
|
\
|
*
add 'tags' to .gitignore
Ryan Lortie
2008-02-27
1
-0
/
+1
*
|
define _AI_ADDRCONFIG if not defined so that we can compile with an older glibc
John (J5) Palmieri
2008-02-28
2
-0
/
+9
|
/
*
Released 1.1.20
dbus-1.1.20
John (J5) Palmieri
2008-02-26
3
-1
/
+35
*
CVE-2008-0595 dbus security policy circumvention
John (J5) Palmieri
2008-02-26
2
-6
/
+38
*
correctly unref connections without guids during shutdown
John (J5) Palmieri
2008-02-26
2
-13
/
+56
*
fix build against the latest gcc/glibc
John (J5) Palmieri
2008-02-21
3
-0
/
+10
*
fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
John (J5) Palmieri
2008-02-21
2
-0
/
+9
*
post-release bump
John (J5) Palmieri
2008-01-17
1
-1
/
+1
*
Release 1.1.4(1.2.0RC2)
dbus-1.1.4
John (J5) Palmieri
2008-01-17
2
-0
/
+8
*
fix inotify support
John (J5) Palmieri
2008-01-17
2
-29
/
+46
*
post-release version bump
John (J5) Palmieri
2008-01-15
2
-1
/
+5
*
Released 1.1.3 (1.2.0RC1)
dbus-1.1.3
John (J5) Palmieri
2008-01-15
3
-0
/
+38
[next]