summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.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
* dbus-connection: Add builtin_filters_enabled flagKai A. Hiller2022-10-111-4/+43
* _dbus_modify_sigpipe: be thread-safeSimon McVittie2019-12-121-5/+8
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* dbus_connection_dispatch: Avoid using _dbus_list_foreachSimon McVittie2018-08-021-4/+5
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-021-11/+7
* DBusTransport, DBusConnection: Add internal getter for the credentialsSimon McVittie2018-03-021-0/+19
* DBusPendingCall: Only update ->completed under the connection lockManish Narang2018-02-061-2/+3
* DBusConnection: Pass a pending call around more oftenManish Narang2018-02-061-1/+1
* Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-271-0/+2
* Refer to dbus_try_get_local_machine_id() in doc-commentsSimon McVittie2017-06-081-1/+1
* dbus-connection: Remove a duplicate _dbus_list_clear() callPhilip Withnall2017-01-171-2/+0
* Be more const-correctSimon McVittie2016-10-131-3/+3
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-6/+6
* Make UUID generation failableSimon McVittie2015-05-141-6/+32
* Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-1/+1
* generic socket transport code: work in terms of DBusSocketSimon McVittie2015-05-121-2/+7
* Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie2015-02-181-0/+26
* DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy2014-09-151-0/+16
* DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy2014-09-151-0/+11
* Merge branch 'dbus-1.6'Simon McVittie2013-09-131-1/+1
|\
| * Use the argument of dbus_connection_set_route_peer_messages()Chengwei Yang2013-09-131-1/+1
* | Cleanup: polish verbose mode checkingChengwei Yang2013-08-231-9/+2
* | Revert "dbus_connection_set_allow_anonymous(): fix doc"Simon McVittie2013-08-231-5/+0
* | dbus_connection_set_allow_anonymous(): fix docCosimo Alfarano2013-08-231-0/+5
* | Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie2013-08-231-13/+13
* | Unset/free also windows user function, finalizing the connectionCosimo Alfarano2013-08-231-0/+1
* | Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-3/+4
* | tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* | Explicitly define macros to get less confusing conditionsChengwei Yang2013-06-251-2/+2
* | Fix build failure if build with checks but without assertsChengwei Yang2013-06-251-3/+3
* | connection: Add incoming message serials to verbose mode loggingColin Walters2013-06-201-1/+2
* | Doc: fix invalid usage of doxygen @param commandChengwei Yang2013-06-201-1/+1
* | Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-13/+37
* | Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-4/+3
|/
* Don't access random memory if data slot isn't allocated yetDan Williams2013-04-051-1/+2
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-121-2/+2
* transport: add new unixexec transport on UnixLennart Poettering2012-03-121-0/+14
* Distinguish between two flavours of mutexSimon McVittie2012-02-211-31/+31
* add and use _dbus_connection_trace_refSimon McVittie2012-02-131-12/+47
* Add and use _dbus_message_trace_refSimon McVittie2012-02-131-2/+21
* _dbus_connection_queue_received_message: remove, unusedSimon McVittie2012-02-101-26/+0
* Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie2011-09-191-1/+2
* Fix compilation for removal of link cacheSimon McVittie2011-07-291-7/+1
* _dbus_message_remove_counter: remove ability to return the linkSimon McVittie2011-07-281-4/+2
* Remove the per-connection link cacheSimon McVittie2011-07-281-50/+11
* dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie2011-07-281-4/+16
* _dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie2011-07-281-41/+40
* Don't finalize sent or dispatched messages while under the connection lockSimon McVittie2011-07-281-11/+56
* Don't inline the contents of _dbus_connection_unlockSimon McVittie2011-07-281-6/+8