summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11[lib-fix] moved dbus_connection_get_unix_user from daemon to librarySangyoon Jang1-21/+30
2015-02-11[daemon-fix] fixed getting uid and pid when transport is not kdbusRadoslaw Pajak1-2/+12
2015-02-11[doc][daemon-fix][daemon-opt] Known limitations updated, code fixes, clean-up...Radoslaw Pajak1-1/+2
2015-02-11Optional autogen.sh flag --enable-kdbus-transport added allowing to compile w...Lukasz Stempien1-0/+28
2015-02-11address for daemon changed to "kdbus:", licencses and copyrights addedRadoslaw Pajak1-1/+2
2015-02-11[daemon-dev][daemon-fix][lib-dev] Added sending NameLost and NameAcquired mes...Radoslaw Pajak1-1/+2
2015-02-11[daemon-dev][daemon-fix] starting services by direct message (autostart) and ...Radoslaw Pajak1-9/+32
2015-02-11[daemon-dev][lib-fix][lib-dev] ListQueuedOwners method in daemon, fixed strcp...Radoslaw Pajak1-13/+37
2015-02-11daemon fix and developmentRadoslaw Pajak1-1/+1
2015-02-11[lib-fix] libdbus refactored to eliminate "is kdbus" queries and branches in ...Radoslaw Pajak1-32/+3
2015-02-11[lib-opt] optimization of kdbus add-on to libdbusRadoslaw Pajak1-18/+17
2015-02-11Optimization: message sender created once at bus_registerMichal Eljasiewicz1-13/+14
2015-02-11Optimization: transport_is_kdbus parses address onceMichal Eljasiewicz1-0/+11
2015-02-11- kdbus reply timeout translated to DBus messageRadoslaw Pajak1-1/+1
2015-02-11Working - send method call and reply with serverClientRadoslaw Pajak1-0/+18
2015-02-11Working - simple message passing with serverClient signal send-receiveRadoslaw Pajak1-17/+9
2015-02-11Working: - dbus authorization replaced by kdbus policiesRadoslaw Pajak1-2/+20
2015-02-11working:Radoslaw Pajak1-2/+2
2015-02-11Beginning of kdbus supportRadoslaw Pajak1-0/+17
2014-09-15DBusConnection: implements _dbus_connection_set_pending_fds_functionAlban Crequy1-0/+16
2014-09-15DBusConnection: implements _dbus_connection_get_pending_fds_countAlban Crequy1-0/+11
2013-09-13Merge branch 'dbus-1.6'Simon McVittie1-1/+1
2013-09-13Use the argument of dbus_connection_set_route_peer_messages()Chengwei Yang1-1/+1
2013-08-23Cleanup: polish verbose mode checkingChengwei Yang1-9/+2
2013-08-23Revert "dbus_connection_set_allow_anonymous(): fix doc"Simon McVittie1-5/+0
2013-08-23dbus_connection_set_allow_anonymous(): fix docCosimo Alfarano1-0/+5
2013-08-23Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie1-13/+13
2013-08-23Unset/free also windows user function, finalizing the connectionCosimo Alfarano1-0/+1
2013-08-22Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang1-3/+4
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-2/+2
2013-06-25Explicitly define macros to get less confusing conditionsChengwei Yang1-2/+2
2013-06-25Fix build failure if build with checks but without assertsChengwei Yang1-3/+3
2013-06-20connection: Add incoming message serials to verbose mode loggingColin Walters1-1/+2
2013-06-20Doc: fix invalid usage of doxygen @param commandChengwei Yang1-1/+1
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie1-13/+37
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie1-4/+3
2013-04-05Don't access random memory if data slot isn't allocated yetDan Williams1-1/+2
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen1-2/+2
2012-03-12transport: add new unixexec transport on UnixLennart Poettering1-0/+14
2012-02-21Distinguish between two flavours of mutexSimon McVittie1-31/+31
2012-02-13add and use _dbus_connection_trace_refSimon McVittie1-12/+47
2012-02-13Add and use _dbus_message_trace_refSimon McVittie1-2/+21
2012-02-10_dbus_connection_queue_received_message: remove, unusedSimon McVittie1-26/+0
2011-09-19Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie1-1/+2
2011-07-29Fix compilation for removal of link cacheSimon McVittie1-7/+1
2011-07-28_dbus_message_remove_counter: remove ability to return the linkSimon McVittie1-4/+2
2011-07-28Remove the per-connection link cacheSimon McVittie1-50/+11
2011-07-28dbus_connection_dispatch: avoid freeing UnknownMethod reply until we unlockSimon McVittie1-4/+16
2011-07-28_dbus_connection_peer_filter_unlocked_no_update: delay freeing replySimon McVittie1-41/+40
2011-07-28Don't finalize sent or dispatched messages while under the connection lockSimon McVittie1-11/+56