index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 1.1.4(1.2.0RC2)
dbus-1.1.4
John (J5) Palmieri
2008-01-17
1
-0
/
+4
*
fix inotify support
John (J5) Palmieri
2008-01-17
1
-0
/
+10
*
post-release version bump
John (J5) Palmieri
2008-01-15
1
-0
/
+4
*
Released 1.1.3 (1.2.0RC1)
dbus-1.1.3
John (J5) Palmieri
2008-01-15
1
-0
/
+4
*
fix HACKING to say git instead of cvs
John (J5) Palmieri
2008-01-15
1
-0
/
+4
*
wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)
John (J5) Palmieri
2008-01-15
1
-0
/
+8
*
handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
add lsb headers to init script (FDO Bug #11491)
John (J5) Palmieri
2008-01-15
1
-0
/
+4
*
check write return value so we don't hang (FDO Bug #11665)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
support for AIX poll implementation (FDO Bug #11666)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
make shell script more portable (FDO Bug #11667)
John (J5) Palmieri
2008-01-15
1
-0
/
+4
*
don't check for < 0 on an unsigned variable (FDO Bug #12924)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
check failed allocation (FDO Bug #12920)
John (J5) Palmieri
2008-01-15
1
-0
/
+6
*
the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
use correct ssize_t type instead of size_t (FDO Bug #12862)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
fix possible crash if pending_return is NULL (FDO Bug #12673)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
never auto-select libxml
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
add OOM handling in various places
John (J5) Palmieri
2008-01-15
1
-0
/
+12
*
rewrite selinux error handling to not abort due to a NULL read
John (J5) Palmieri
2008-01-15
1
-1
/
+7
*
add OOM handling
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
add error handling when polling (FDO Bug #12954)
John (J5) Palmieri
2008-01-15
1
-0
/
+7
*
remove dead code
John (J5) Palmieri
2008-01-15
1
-0
/
+9
*
plug a possible BusClientPolicy leak (FDO Bug #13242)
John (J5) Palmieri
2008-01-14
1
-0
/
+7
*
add inotify support (FDO Bz#13268)
John (J5) Palmieri
2008-01-14
1
-0
/
+16
*
watch for file creates in dnotify
John (J5) Palmieri
2008-01-14
1
-1
/
+8
*
return message loader buffer in case of OOM (FDO Bug#12666)
John (J5) Palmieri
2008-01-14
1
-0
/
+7
*
add warning to output when libxml is selected
John (J5) Palmieri
2008-01-14
1
-0
/
+6
*
add _dbus_geteuid to fix EXTERNAL authentication in setuid applications
John (J5) Palmieri
2008-01-14
1
-0
/
+20
*
fix some curly braces that were on the wrong line
Havoc Pennington
2007-12-18
1
-0
/
+5
*
Allow a normal session bus to be reused by applications using autolaunching
Sjoerd Simons
2007-11-23
1
-0
/
+10
*
Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...
Havoc Pennington
2007-10-31
1
-0
/
+14
*
audit_init() was not declared in header, causing warnings; fix this and names...
Havoc Pennington
2007-10-23
1
-0
/
+8
*
add HAVE_SELINUX around call to audit_init() so things build without selinux
Havoc Pennington
2007-10-19
1
-2
/
+6
*
do not call audit_init() from bus/ directory from files in dbus/
Havoc Pennington
2007-10-19
1
-0
/
+10
*
configure.in: *Actually* fix detection of i486 atomic ops.
Simon McVittie
2007-10-16
1
-0
/
+6
*
Amend ChangeLog - DBUS_ERROR_INIT is now used within libdbus as well as provided
Simon McVittie
2007-10-11
1
-3
/
+9
*
Merge branch 'inline'
Simon McVittie
2007-10-11
1
-0
/
+2
|
\
|
*
Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi.
Simon McVittie
2007-10-11
1
-0
/
+2
*
|
Merge branch 'atomic'
Simon McVittie
2007-10-11
1
-0
/
+5
|
\
\
|
*
|
Fix detection of i486 atomic ops.
Simon McVittie
2007-10-11
1
-0
/
+8
*
|
|
Add J5's recent changes to ChangeLog
Simon McVittie
2007-10-11
1
-0
/
+37
*
|
|
Update ChangeLog
Simon McVittie
2007-10-11
1
-0
/
+3
|
|
/
|
/
|
*
|
Update ChangeLog
Simon McVittie
2007-10-11
1
-0
/
+7
*
|
As per Havoc's review, rename DBUS_GNUC_EXTENSION to _DBUS_GNUC_EXTENSION.
Simon McVittie
2007-10-11
1
-0
/
+6
|
/
*
Update ChangeLog
Simon McVittie
2007-10-10
1
-0
/
+13
*
Improve description of allowed variant signatures (#10185)
Simon McVittie
2007-10-09
1
-2
/
+5
*
doc/dbus-specification.xml: Clarify description of DBUS_COOKIE_SHA1 (#10184).
Simon McVittie
2007-10-09
1
-0
/
+2
*
doc/dbus-specification.xml: Specifically forbid empty structs (#7969)
Simon McVittie
2007-10-09
1
-0
/
+4
*
Add argument path matching support. Bug #11066.
Ryan Lortie
2007-09-20
1
-0
/
+18
[next]