summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport-socket.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently save and restore errnoSimon McVittie2014-10-291-15/+32
* Handle ETOOMANYREFS when sending recursive fds (SCM_RIGHTS)Alban Crequy2014-06-301-1/+33
* _dbus_auth_return_buffer(): remove unused argumentChengwei Yang2014-01-061-2/+1
* dbus-message.c: unused variable bytes_read in _dbus_message_loader_get_bufferVasiliy Balyasnyy2013-10-081-11/+4
* Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie2013-08-231-8/+8
* Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-1/+1
* _dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie2012-06-051-2/+2
* _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