summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* When attaching counters to messages, don't automatically notify callbacksSimon McVittie2011-07-281-1/+6
* Comment some places where it's OK to unref a message despite holding locksSimon McVittie2011-07-281-0/+2
* _dbus_connection_message_sent: rename to _unlockedSimon McVittie2011-07-281-3/+3
* Merge branch 'dbus-1.4'Simon McVittie2011-07-261-23/+25
|\
| * DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie2011-07-251-5/+6
| * _dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie2011-07-251-13/+5
| * DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie2011-07-251-5/+14
* | DBusConnection: simplify registering object paths codeJiří Klimeš2011-07-111-60/+43
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-011-6/+8
|\ \ | |/
| * DBusConnection: use DBUS_ERROR_OBJECT_PATH_IN_USE instead of DBUS_ERROR_ADDRE...Jiří Klimeš2011-07-011-6/+8
* | Include size of link cache in per-connection statisticsSimon McVittie2011-06-241-1/+7
* | Also record peak values for queued bytes/fds in connection statsSimon McVittie2011-06-241-2/+13
* | DBusConnection, DBusTransport: add queue statisticsSimon McVittie2011-06-241-0/+30
* | DBusConnection: ref the connection in the timeout handlerSimon McVittie2011-06-131-0/+2
* | Merge branch 'dbus-1.4'Simon McVittie2011-06-101-70/+27
|\ \ | |/
| * Add and use DBUS_TIMEOUT_INFINITE and DBUS_TIMEOUT_USE_DEFAULTSimon McVittie2011-06-101-4/+9
| * Consistently use atomic operations for all access to DBusConnection refcountSimon McVittie2011-06-101-66/+18
* | Merge branch 'dbus-1.4'Simon McVittie2011-05-251-3/+0
|\ \ | |/