summaryrefslogtreecommitdiff
path: root/dbus/dbus-transport-socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Escape socket path when building the D-Bus addressMarc-André Lureau2022-07-181-4/+4
* dbus: move AF_UNIX code to transport-socketMarc-André Lureau2022-07-151-0/+140
* dbus: simplify socket close() & invalidate() callsMarc-André Lureau2022-07-151-2/+0
* dbus: make _dbus_close_socket() take DBusSocket*Marc-André Lureau2022-07-151-2/+2
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMATRalf Habacker2018-03-221-1/+1
* _dbus_transport_new_for_socket: Simplify with _DBUS_STRING_INIT_INVALIDSimon McVittie2017-11-241-15/+24
* DBusTransport: assert that invalid results don't happenSimon McVittie2017-04-071-0/+3
* Only read one message at a time if there are fds pendingSimon McVittie2017-02-011-5/+15
* Add an invalid state in DBusAuthState to use for invalid lines in auth scripts.Nick Lewycky2016-07-011-0/+2
* _dbus_read_socket_with_unix_fds: make n_fds unsignedSimon McVittie2016-02-111-1/+2
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-11/+11
* generic socket transport code: work in terms of DBusSocketSimon McVittie2015-05-121-19/+21
* 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