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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-16
take out trailing comma inside an enum so non gcc compilers don't error out
John (J5) Palmieri
1
-0
/
+5
2008-04-04
getting ready for 1.2 stable branch
John (J5) Palmieri
1
-2027
/
+0
2008-04-04
Released 1.2.1
dbus-1.2.1
John (J5) Palmieri
1
-0
/
+4
2008-04-04
Revert "fix dbus-send so it can correctly send dictionaries"
John (J5) Palmieri
1
-11
/
+0
2008-04-03
fix memleak due to autolaunch and recursive calls to _dbus_open_transport
John (J5) Palmieri
1
-0
/
+6
2008-04-03
modify dbus_connection_send documentation
John (J5) Palmieri
1
-0
/
+8
2008-04-03
fix dbus-send so it can correctly send dictionaries
Jérémie Dimino
1
-0
/
+10
2008-04-03
fix expiration of pending replies
Kimmo Hämäläinen
1
-0
/
+12
2008-04-03
Merge branch 'master' of git+ssh://johnp@git.freedesktop.org/git/dbus/dbus
John (J5) Palmieri
1
-0
/
+41
2008-04-01
Fixes for the inotify configuration file monitor backend.
Frederic Crozat
1
-0
/
+12
2008-03-31
Check for X11 events before selecting (FDO bug #15293)
Colin Walters
1
-1
/
+8
2008-03-31
Make sure we call XFlush() on all code paths (FDO bug #15293)
Colin Walters
1
-0
/
+7
2008-03-27
Do not provide a signature to dbus_message_iter_open_container() when opening...
Havoc Pennington
1
-0
/
+5
2008-03-26
Set default exit_on_disconnect after registration
Colin Walters
1
-0
/
+9
2008-03-04
Make BusExpireList an opaque data type
Havoc Pennington
1
-0
/
+10
2008-03-04
fix broken poll on Mac OSX - build patch by Benjamin Reed
John (J5) Palmieri
1
-0
/
+7
2008-03-04
check if the linker supports a flag instead of just checking for GNU ld
John (J5) Palmieri
1
-0
/
+8
2008-03-04
add a changelog for Benjamin Reed's git patch (OS X build fixes)
John (J5) Palmieri
1
-0
/
+12
2008-03-04
configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link correctly
John (J5) Palmieri
1
-0
/
+5
2008-03-04
tools/dbus-launch.c: wrap X'ism in #ifdef so we can compile without X
John (J5) Palmieri
1
-0
/
+5
2008-02-28
define _AI_ADDRCONFIG if not defined so that we can compile with an older glibc
John (J5) Palmieri
1
-0
/
+5
2008-02-26
Released 1.1.20
dbus-1.1.20
John (J5) Palmieri
1
-0
/
+4
2008-02-26
CVE-2008-0595 dbus security policy circumvention
John (J5) Palmieri
1
-0
/
+12
2008-02-26
correctly unref connections without guids during shutdown
John (J5) Palmieri
1
-0
/
+11
2008-02-21
fix build against the latest gcc/glibc
John (J5) Palmieri
1
-0
/
+7
2008-02-21
fixes dbus-launch so the bus goes away when X does (Red Hat Bug #430412)
John (J5) Palmieri
1
-0
/
+7
2008-01-17
Release 1.1.4(1.2.0RC2)
dbus-1.1.4
John (J5) Palmieri
1
-0
/
+4
2008-01-17
fix inotify support
John (J5) Palmieri
1
-0
/
+10
2008-01-15
post-release version bump
John (J5) Palmieri
1
-0
/
+4
2008-01-15
Released 1.1.3 (1.2.0RC1)
dbus-1.1.3
John (J5) Palmieri
1
-0
/
+4
2008-01-15
fix HACKING to say git instead of cvs
John (J5) Palmieri
1
-0
/
+4
2008-01-15
wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)
John (J5) Palmieri
1
-0
/
+8
2008-01-15
handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
add lsb headers to init script (FDO Bug #11491)
John (J5) Palmieri
1
-0
/
+4
2008-01-15
check write return value so we don't hang (FDO Bug #11665)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
support for AIX poll implementation (FDO Bug #11666)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
make shell script more portable (FDO Bug #11667)
John (J5) Palmieri
1
-0
/
+4
2008-01-15
don't check for < 0 on an unsigned variable (FDO Bug #12924)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
check failed allocation (FDO Bug #12920)
John (J5) Palmieri
1
-0
/
+6
2008-01-15
the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
use correct ssize_t type instead of size_t (FDO Bug #12862)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
fix possible crash if pending_return is NULL (FDO Bug #12673)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
never auto-select libxml
John (J5) Palmieri
1
-0
/
+7
2008-01-15
add OOM handling in various places
John (J5) Palmieri
1
-0
/
+12
2008-01-15
rewrite selinux error handling to not abort due to a NULL read
John (J5) Palmieri
1
-1
/
+7
2008-01-15
add OOM handling
John (J5) Palmieri
1
-0
/
+7
2008-01-15
add error handling when polling (FDO Bug #12954)
John (J5) Palmieri
1
-0
/
+7
2008-01-15
remove dead code
John (J5) Palmieri
1
-0
/
+9
2008-01-14
plug a possible BusClientPolicy leak (FDO Bug #13242)
John (J5) Palmieri
1
-0
/
+7
[next]