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
...
*
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
2
-0
/
+10
*
handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
John (J5) Palmieri
2008-01-15
2
-0
/
+8
*
add lsb headers to init script (FDO Bug #11491)
John (J5) Palmieri
2008-01-15
2
-0
/
+14
*
check write return value so we don't hang (FDO Bug #11665)
John (J5) Palmieri
2008-01-15
2
-3
/
+10
*
support for AIX poll implementation (FDO Bug #11666)
John (J5) Palmieri
2008-01-15
2
-0
/
+34
*
make shell script more portable (FDO Bug #11667)
John (J5) Palmieri
2008-01-15
2
-5
/
+10
*
don't check for < 0 on an unsigned variable (FDO Bug #12924)
John (J5) Palmieri
2008-01-15
2
-3
/
+10
*
check failed allocation (FDO Bug #12920)
John (J5) Palmieri
2008-01-15
2
-3
/
+9
*
the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)
John (J5) Palmieri
2008-01-15
2
-1
/
+10
*
use correct ssize_t type instead of size_t (FDO Bug #12862)
John (J5) Palmieri
2008-01-15
2
-2
/
+9
*
make sure to call va_end if we hit an OOM error inside va_start (FDO Bug #12846)
John (J5) Palmieri
2008-01-15
2
-0
/
+8
*
fix possible crash if pending_return is NULL (FDO Bug #12673)
John (J5) Palmieri
2008-01-15
2
-2
/
+7
*
never auto-select libxml
John (J5) Palmieri
2008-01-15
2
-2
/
+9
*
add OOM handling in various places
John (J5) Palmieri
2008-01-15
4
-4
/
+29
*
rewrite selinux error handling to not abort due to a NULL read
John (J5) Palmieri
2008-01-15
2
-21
/
+23
*
add OOM handling
John (J5) Palmieri
2008-01-15
2
-3
/
+24
*
add error handling when polling (FDO Bug #12954)
John (J5) Palmieri
2008-01-15
2
-4
/
+26
*
remove dead code
John (J5) Palmieri
2008-01-15
4
-70
/
+9
*
plug a possible BusClientPolicy leak (FDO Bug #13242)
John (J5) Palmieri
2008-01-14
2
-0
/
+9
*
add inotify support (FDO Bz#13268)
John (J5) Palmieri
2008-01-14
4
-1
/
+195
*
watch for file creates in dnotify
John (J5) Palmieri
2008-01-14
2
-2
/
+9
*
return message loader buffer in case of OOM (FDO Bug#12666)
John (J5) Palmieri
2008-01-14
2
-0
/
+11
*
add warning to output when libxml is selected
John (J5) Palmieri
2008-01-14
2
-0
/
+10
*
add _dbus_geteuid to fix EXTERNAL authentication in setuid applications
John (J5) Palmieri
2008-01-14
5
-5
/
+44
*
fix some curly braces that were on the wrong line
Havoc Pennington
2007-12-18
2
-4
/
+10
*
Allow a normal session bus to be reused by applications using autolaunching
Sjoerd Simons
2007-11-23
2
-93
/
+155
*
Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...
Havoc Pennington
2007-10-31
4
-8
/
+58
*
audit_init() was not declared in header, causing warnings; fix this and names...
Havoc Pennington
2007-10-23
4
-2
/
+12
*
add HAVE_SELINUX around call to audit_init() so things build without selinux
Havoc Pennington
2007-10-19
2
-3
/
+9
*
do not call audit_init() from bus/ directory from files in dbus/
Havoc Pennington
2007-10-19
3
-1
/
+12
*
configure.in: *Actually* fix detection of i486 atomic ops.
Simon McVittie
2007-10-16
2
-2
/
+8
*
Amend ChangeLog - DBUS_ERROR_INIT is now used within libdbus as well as provided
Simon McVittie
2007-10-11
1
-3
/
+9
*
Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalent
Simon McVittie
2007-10-11
15
-115
/
+52
*
Merge branch 'inline'
Simon McVittie
2007-10-11
2
-0
/
+3
|
\
|
*
Enable Autoconf's AC_C_INLINE to avoid compilation failure with gcc -ansi.
Simon McVittie
2007-10-11
2
-0
/
+3
*
|
Merge branch 'atomic'
Simon McVittie
2007-10-11
4
-25
/
+25
|
\
\
|
*
|
Fix detection of i486 atomic ops.
Simon McVittie
2007-10-11
4
-25
/
+28
*
|
|
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
*
|
|
Rename DBUS_ERROR_INITIALIZER to DBUS_ERROR_INIT per Havoc's review
Simon McVittie
2007-10-11
2
-3
/
+3
*
|
|
Add DBUS_ERROR_INITIALIZER macro
Simon McVittie
2007-10-11
2
-1
/
+25
|
|
/
|
/
|
*
|
Update ChangeLog
Simon McVittie
2007-10-11
1
-0
/
+7
*
|
.gitignore: ignore vi swapfiles
Simon McVittie
2007-10-11
1
-0
/
+1
*
|
dbus-launch: convert C++-style comment to C-style, add {} for clarity
Simon McVittie
2007-10-11
1
-2
/
+4
*
|
dbus/dbus-server-socket.c: remove unused variable if disabling assertions
Simon McVittie
2007-10-11
1
-1
/
+1
*
|
dbus/dbus-marshal-validate.c: get rid of empty statements
Simon McVittie
2007-10-11
1
-6
/
+6
*
|
As per Havoc's review, rename DBUS_GNUC_EXTENSION to _DBUS_GNUC_EXTENSION.
Simon McVittie
2007-10-11
3
-8
/
+15
*
|
dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for DBUS_INT64_CONSTAN...
Simon McVittie
2007-10-11
1
-2
/
+2
*
|
Use DBUS_GNUC_EXTENSION to avoid -ansi -pedantic warnings about use of long l...
Simon McVittie
2007-10-11
1
-2
/
+2
[prev]
[next]