summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Update help information in gdbus(1)HEADmasterDavid Zeuthen1-2/+2
2010-05-06Prefix all tests with gdbus-David Zeuthen16-49/+49
2010-05-06Add note about how it would be cute to give more info about fdsDavid Zeuthen1-0/+14
2010-05-06Add const keyword to force data into readonly sectionDavid Zeuthen1-10/+10
2010-05-06Nuke redundant signatures from introspection data + fixup error returnsDavid Zeuthen12-117/+203
2010-05-05Slightly rework introspection data structuresDavid Zeuthen14-733/+862
2010-05-05Add remaining examples and g_dbus_connection_send_message*() docsDavid Zeuthen2-4/+131
2010-05-05Also complete nonce-tcp: in gdbus(1)David Zeuthen1-2/+4
2010-05-05Add copyright headers to all examplesDavid Zeuthen7-0/+88
2010-05-05Prune TODO listDavid Zeuthen1-56/+0
2010-05-05Add more docs for GDBusServer.David Zeuthen2-26/+87
2010-05-05Actually check user in the EXTERNAL authentication mechanismDavid Zeuthen1-72/+81
2010-05-05Add (de/)serialization methods to GCredentialsDavid Zeuthen4-4/+116
2010-05-05Fix hexdump routine so bytes >= 0x80 are properly handledDavid Zeuthen1-2/+2
2010-05-05Always update the serial of the messageDavid Zeuthen1-1/+1
2010-05-05Add 'all' option to G_DBUS_DEBUGDavid Zeuthen1-4/+7
2010-05-05Add support for a G_DBUS_DEBUG environment variableDavid Zeuthen8-21/+379
2010-05-05Bump priority of ANONYMOUS authentication methodDavid Zeuthen1-1/+2
2010-05-05Add SHA1 authentication mechanismDavid Zeuthen16-240/+2004
2010-05-04Add a way of dealing with credentialsDavid Zeuthen24-79/+2116
2010-05-02Add back GDBusServerDavid Zeuthen15-155/+1804
2010-04-30Start keeping a TODO listDavid Zeuthen1-0/+68
2010-04-29Turn the g_assert() with side-effects to g_warn_if_fail()David Zeuthen4-23/+23
2010-04-29Fix up snafu in proxy watcherDavid Zeuthen1-4/+5
2010-04-29Various doc cleanupsDavid Zeuthen21-120/+71
2010-04-29Nuke ref_count and add return_if_fail guardsDavid Zeuthen1-30/+20
2010-04-29Add docs and return_if_fail stuff for GDBusMessageDavid Zeuthen3-9/+392
2010-04-29Ensure return_if_fail in g_bus_{own|watch}_name APIsDavid Zeuthen2-19/+17
2010-04-29Ensure return_if_fail guards for GDBusProxyDavid Zeuthen1-14/+20
2010-04-29Ensure return_if_fail guards for GDBusMethodInvocationDavid Zeuthen1-6/+6
2010-04-27Clarify that g_dbus_connection_new_for_address() is client-onlyDavid Zeuthen2-6/+28
2010-04-27Add return_if_fail and docs for D-Bus address routinesDavid Zeuthen5-16/+75
2010-04-27Ensure return_if_fail guards in gdbuserror.cDavid Zeuthen1-0/+9
2010-04-27Ensure return_if_fail guards for GDBusConnection and g_dbus_is_member_name()David Zeuthen5-32/+119
2010-04-27Rename g_dbus_is_interface() to g_dbus_is_interface_name()David Zeuthen5-8/+8
2010-04-27Move writing to our dedicated worker threadDavid Zeuthen3-168/+264
2010-04-27Rename GDBusConnectionCapabilityFlags to GDBusCapabilityFlagsDavid Zeuthen7-35/+35
2010-04-27Add _g_object_wait_for_single_ref() helperDavid Zeuthen3-4/+98
2010-04-26Add GBusNameWatcherFlags to the docsDavid Zeuthen1-0/+1
2010-04-26Add GBusNameWatcherFlags enumerationDavid Zeuthen13-21/+160
2010-04-26Make all invoke_method() functions take a GDBusInvokeMethodFlagsDavid Zeuthen17-26/+121
2010-04-26Add example-unix-fd-client.cDavid Zeuthen7-47/+256
2010-04-26Add support for passing UNIX file descriptorsDavid Zeuthen6-39/+497
2010-04-26Negotiate UNIX file descriptor passingDavid Zeuthen6-13/+188
2010-04-24Always put user_data as the last argumentDavid Zeuthen6-84/+87
2010-04-24Update docs for g_bus_unwatch_proxy()David Zeuthen1-32/+2
2010-04-24Don't guarantee that on_name_vanished() will be called after g_bus_unwatch()David Zeuthen2-65/+49
2010-04-24Don't guarantee that on_name_lost() will be called after g_bus_unown()David Zeuthen2-81/+42
2010-04-24Fix use of uninitialized variableDavid Zeuthen1-0/+1
2010-04-24Add GBusAcquiredCallback to avoid a race with g_bus_own_name()David Zeuthen7-34/+197