summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport-socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into use-afbusRodrigo Moya2012-06-071-2/+2
|\
| * _dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie2012-06-051-2/+2
* | Get available bytes with ioctl(FIONREAD) and use that to read the next messageRodrigo Moya2012-06-051-5/+11
* | Add support for transports to process incoming messagesRodrigo Moya2012-05-301-1/+15
* | Call 'authenticated' virtual method in the correct spotRodrigo Moya2012-05-241-12/+24
* | Add virtual methods for write operations to DBusTransportSocketRodrigo Moya2012-05-231-16/+72
* | Make DBusTransportAfbus join clients to the bus when authenticatedRodrigo Moya2012-05-141-0/+7
* | Make DBusTransportSocket extensible, and use that in DBusTransportAfbusRodrigo Moya2012-05-141-53/+62
|/
* _dbus_connection_message_sent: rename to _unlockedSimon McVittie2011-07-281-2/+2
* Always remove, invalidate and free watches before closing watched socketsSimon McVittie2011-06-131-0/+2
* Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-271-10/+8
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Merge branch 'dbus-1.2'Colin Walters2010-03-161-3/+1
|\
| * Fix double-free in error case.Marcus Brinkmann2010-03-151-3/+1
| * Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-141-8/+28
| * Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
| * Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-05-061-1/+1
* | Fixes to the nonce codeFrank Osterfeld2009-12-011-0/+1
* | Add api dox for nonce-tcpFrank Osterfeld2009-12-011-2/+1
* | The current state of the nonce-tcp implementationFrank Osterfeld2009-12-011-6/+25
* | Merge branch 'fd-passing'Thiago Macieira2009-07-161-24/+85
|\ \
| * | unix-fd: add logic to count unix fds the same way as allocated memoryLennart Poettering2009-05-201-1/+2
| * | auth: add fd passing negotiation supportLennart Poettering2009-05-201-3/+3
| * | cloexec: set all sockets that are created with SOCK_CLOEXECLennart Poettering2009-05-201-2/+0
| * | unix-fd: add message encoding/decoding for unix fdsLennart Poettering2009-05-201-21/+83
* | | Bug 896 - Avoid race conditions reading message from exited processColin Walters2009-07-131-8/+28
* | | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/ /
* | Bug 19567 - Make marshaling code usable without DBusConnectionWilliam Lachance2009-04-211-1/+1
|/
* return message loader buffer in case of OOM (FDO Bug#12666)John (J5) Palmieri2008-01-141-0/+4
* Use DBUS_ERROR_INIT instead of dbus_error_init wherever it's clearly equivalentSimon McVittie2007-10-111-2/+1
* Add support for compacting DBusStrings to release wasted memory.Ryan Lortie2007-09-201-0/+2
* Switch over to using getaddrinfo for TCP clients & servers to enable IPv6Daniel P. Berrange2007-07-251-24/+21
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-1/+7
* 2007-06-18 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-181-1/+1
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-16/+12
* 2007-06-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-091-10/+21
* 2006-10-19 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-0/+8
* * dbus-transport-socket.c (exchange_credentials):John (J5) Palmieri2006-10-131-4/+11
* 2006-09-16 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-0/+54
* voc Pennington <hp@redhat.com>Havoc Pennington2006-09-161-0/+1255