index
:
dbus.git
master
Lennart's Copy of dbus
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inverted return value from dbus_connection_read_write()
Oswald Buddenhagen
2008-06-07
1
-4
/
+6
*
Prevent a crash in some applications due to timers leaking after the
Thiago Macieira
2008-05-17
1
-0
/
+7
*
fix memleak due to autolaunch and recursive calls to _dbus_open_transport
John (J5) Palmieri
2008-04-03
1
-1
/
+16
*
modify dbus_connection_send documentation
John (J5) Palmieri
2008-04-03
1
-6
/
+12
*
Set default exit_on_disconnect after registration
Colin Walters
2008-03-26
1
-6
/
+6
*
fix broken poll on Mac OSX - build patch by Benjamin Reed
John (J5) Palmieri
2008-03-04
1
-1
/
+1
*
define _AI_ADDRCONFIG if not defined so that we can compile with an older glibc
John (J5) Palmieri
2008-02-28
1
-0
/
+4
*
correctly unref connections without guids during shutdown
John (J5) Palmieri
2008-02-26
1
-13
/
+45
*
fix build against the latest gcc/glibc
John (J5) Palmieri
2008-02-21
1
-0
/
+2
*
wrap all_reader_classes[] in #ifndef DBUS_DISABLE_ASSERT (FDO Bug #9030)
John (J5) Palmieri
2008-01-15
1
-0
/
+2
*
handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
John (J5) Palmieri
2008-01-15
1
-0
/
+1
*
check write return value so we don't hang (FDO Bug #11665)
John (J5) Palmieri
2008-01-15
1
-3
/
+3
*
support for AIX poll implementation (FDO Bug #11666)
John (J5) Palmieri
2008-01-15
1
-0
/
+27
*
don't check for < 0 on an unsigned variable (FDO Bug #12924)
John (J5) Palmieri
2008-01-15
1
-3
/
+3
*
the API contract says sitter_p can be NULL, so let's check it (FDO Bug #12919)
John (J5) Palmieri
2008-01-15
1
-1
/
+3
*
use correct ssize_t type instead of size_t (FDO Bug #12862)
John (J5) Palmieri
2008-01-15
1
-2
/
+2
*
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
/
+1
*
fix possible crash if pending_return is NULL (FDO Bug #12673)
John (J5) Palmieri
2008-01-15
1
-2
/
+0
*
add OOM handling in various places
John (J5) Palmieri
2008-01-15
3
-4
/
+17
*
add OOM handling
John (J5) Palmieri
2008-01-15
1
-3
/
+17
*
add error handling when polling (FDO Bug #12954)
John (J5) Palmieri
2008-01-15
1
-4
/
+19
*
remove dead code
John (J5) Palmieri
2008-01-15
2
-67
/
+0
*
return message loader buffer in case of OOM (FDO Bug#12666)
John (J5) Palmieri
2008-01-14
1
-0
/
+4
*
add _dbus_geteuid to fix EXTERNAL authentication in setuid applications
John (J5) Palmieri
2008-01-14
4
-5
/
+24
*
fix some curly braces that were on the wrong line
Havoc Pennington
2007-12-18
1
-4
/
+5
*
Fix a problem where a nul byte was wrongly introduced into UUIDs, due to _dbu...
Havoc Pennington
2007-10-31
2
-7
/
+30
*
do not call audit_init() from bus/ directory from files in dbus/
Havoc Pennington
2007-10-19
1
-1
/
+0
*
Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalent
Simon McVittie
2007-10-11
15
-115
/
+52
*
Merge branch 'atomic'
Simon McVittie
2007-10-11
2
-3
/
+13
|
\
|
*
Fix detection of i486 atomic ops.
Simon McVittie
2007-10-11
2
-3
/
+13
*
|
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
*
|
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
2
-8
/
+9
*
|
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
*
|
Add macro DBUS_GNUC_EXTENSION (the same as GLib's G_GNUC_EXTENSION)
Simon McVittie
2007-10-11
1
-0
/
+12
|
/
*
Fix indentation in _dbus_object_tree_register declaration as per Havoc's review
Simon McVittie
2007-10-10
1
-1
/
+1
*
_dbus_object_tree_register: don't duplicate check for NULL and use new DBUS_E...
Simon McVittie
2007-10-10
1
-5
/
+4
*
Add error o.fd.D.Error.ObjectPathInUse (DBUS_ERROR_OBJECT_PATH_IN_USE)
Simon McVittie
2007-10-10
2
-0
/
+4
*
Add dbus_connection_try_register_object_path and dbus_connection_try_register...
Simon McVittie
2007-10-10
4
-24
/
+171
*
fd.o bug #11678 Don't error out if compiler does not support vararg macros
John (J5) Palmieri
2007-10-03
1
-1
/
+1
*
fd.o bug #12429 Reverse check to setpcap and only init audit if we were root
John (J5) Palmieri
2007-10-03
1
-2
/
+3
*
fd.o bug #11872 fix clearenv for systems that do not have it
John (J5) Palmieri
2007-10-03
1
-1
/
+13
*
Correctly implement -fPIC and -fPIE
John (J5) Palmieri
2007-10-03
1
-2
/
+2
*
Add argument path matching support. Bug #11066.
Ryan Lortie
2007-09-20
1
-0
/
+7
*
Add support for compacting DBusStrings to release wasted memory.
Ryan Lortie
2007-09-20
5
-16
/
+110
*
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
2
-56
/
+97
[next]