summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * dbus_connection_dispatch: remove dead codeSimon McVittie2011-05-251-3/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-05-031-1/+1
|\ \ | |/
| * dbus_connection_can_send_type: clarify that invalid codes are allowed hereSimon McVittie2011-05-031-1/+1
| * Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie2011-03-141-2/+1
* | connection: hook UnknownObject and UnknownInterface up where appropriateLennart Poettering2011-03-111-2/+4
|/
* Make dbus_type_is_valid into public APISimon McVittie2011-03-101-1/+2
* connection: correct HAVE_DECL_MSG_NOSIGNAL guardWill Thompson2011-01-051-1/+1
* Only use signature directly inside _dbus_verboseChristian Dywan2010-10-051-4/+1
* Always get current time in _dbus_connection_block_pending_callChristian Dywan2010-10-051-1/+1
* Fix the reentrancy issue reported on bug 17754.Thiago Macieira2010-07-011-96/+110
* Revert "Bug 17754 - Fixed race condition in protected_change_timeout."Thiago Macieira2010-06-221-7/+1
* Use dbus provided wait function.Ralf Habacker2010-06-121-1/+1
* Bug 17754 - Fixed race condition in protected_change_timeout.Plácido Revilla2010-06-111-1/+7
* Corrected thread problem causing some calls to hang for 25sJohannes Carlsson2010-06-091-2/+58
* Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-271-50/+47
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-1/+1
|\
| * Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters2010-03-221-1/+1
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-1/+8
|\ \ | |/