summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport-socket.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-06_dbus_auth_return_buffer(): remove unused argumentChengwei Yang1-2/+1
2013-10-08dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy1-11/+4
2013-08-23Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie1-8/+8
2013-08-22Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang1-1/+1
2012-06-05_dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie1-2/+2
2011-07-28_dbus_connection_message_sent: rename to _unlockedSimon McVittie1-2/+2
2011-06-13Always remove, invalidate and free watches before closing watched socketsSimon McVittie1-0/+2
2010-03-27Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker1-10/+8
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-03-16Merge branch 'dbus-1.2'Colin Walters1-3/+1
2010-03-15Fix double-free in error case.Marcus Brinkmann1-3/+1
2009-12-01Fixes to the nonce codeFrank Osterfeld1-0/+1
2009-12-01Add api dox for nonce-tcpFrank Osterfeld1-2/+1
2009-12-01The current state of the nonce-tcp implementationFrank Osterfeld1-6/+25
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-24/+85
2009-07-14Bug 896 - Avoid race conditions reading message from exited processColin Walters1-8/+28
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-07-13Bug 896 - Avoid race conditions reading message from exited processColin Walters1-8/+28
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-20unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering1-1/+2
2009-05-20auth: add fd passing negotiation supportLennart Poettering1-3/+3
2009-05-20cloexec: set all sockets that are created with SOCK_CLOEXECLennart Poettering1-2/+0
2009-05-20unix-fd: add message encoding/decoding for unix fdsLennart Poettering1-21/+83
2009-05-06Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance1-1/+1
2009-04-21Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance1-1/+1
2008-01-14return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri1-0/+4
2007-10-11Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie1-2/+1
2007-09-20Add support for compacting DBusStrings to release wasted memory.Ryan Lortie1-0/+2
2007-07-25Switch over to using getaddrinfo for TCP clients & servers to enable IPv6Daniel P. Berrange1-24/+21
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-182007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+7
2007-06-182007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-16/+12
2007-06-092007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington1-10/+21
2006-10-202006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+8
2006-10-13* dbus-transport-socket.c (exchange_credentials):John (J5) Palmieri1-4/+11
2006-09-162006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+54
2006-09-16voc Pennington <hp@redhat.com>Havoc Pennington1-0/+1255