summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Use default timeout for keyring callsgdbus-coreTomas Bzatek2012-07-311-1/+1
* gdbus: Remove debug printsTomas Bzatek2012-07-3140-391/+3
* gdbus: Use g_variant_is_of_type() instead of strcmp()Tomas Bzatek2012-07-311-1/+1
* gdbus: Gracefully handle monitoring unsubscribe on unmounted backendTomas Bzatek2012-07-311-4/+26
* gdbus: Silence the G_IO_ERROR_NOT_MOUNTED errorTomas Bzatek2012-07-311-1/+1
* gdbus: Don't use NULL values on error with fd passingTomas Bzatek2012-07-312-22/+16
* gdbus: Fix leaks of GSimpleAsyncResultTomas Bzatek2012-07-311-0/+2
* gdbus: More errors to stripTomas Bzatek2012-07-312-0/+5
* gdbus: Strip unknown GError quark stringsTomas Bzatek2012-07-315-51/+83
* gdbus: Rename common d-bus interface xml fileTomas Bzatek2012-07-312-3/+3
* gdbus: Code style fixesTomas Bzatek2012-07-311-32/+16
* gdbus: Fix case of GDbusAttributeValue structTomas Bzatek2012-07-314-10/+10
* gdbus: Use casting macros where possibleTomas Bzatek2012-07-317-22/+22
* gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-315-13/+7
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-3115-126/+62
* gdbus: Properly suffix functions doing sync proxy creationTomas Bzatek2012-07-312-10/+11
* gdbus: Reword GVariant argumentsTomas Bzatek2012-07-318-42/+42
* gdbus: gmountoperationdbus.c: Move referenced objects aroundTomas Bzatek2012-07-311-24/+26
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-317-8/+8
* gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2012-07-315-12/+43
* gdbus: Move annotations to the interface XML fileTomas Bzatek2012-07-312-6/+3
* gdbus: Fix srcdir != builddir and make the build more quietTomas Bzatek2012-07-314-4/+7
* gdbus: Push new GVfsJobProgress classTomas Bzatek2012-07-312-0/+172
* gdbus: Remove unused extra_fd stuffTomas Bzatek2012-07-312-197/+15
* gdbus: Use private GMainContext for sync enumeratorTomas Bzatek2012-07-313-22/+40
* gdbus: Make copy progress workTomas Bzatek2012-07-3111-441/+226
* gdbus: Fix mount tracker signals emittingTomas Bzatek2012-07-311-41/+5
* gdbus: Fix mountable mounting with URITomas Bzatek2012-07-311-1/+1
* gdbus: More signal handler disconnectionTomas Bzatek2012-07-311-0/+1
* gdbus: Properly disconnect signal handlersTomas Bzatek2012-07-311-0/+1
* gdbus: Make cancellation workTomas Bzatek2012-07-318-30/+330
* gdbus: Fixup d-bus interface naming styleTomas Bzatek2012-07-311-18/+18
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-315-6/+13
* gdbus: Remove last traces of libdbus in metadata sourcesTomas Bzatek2012-07-313-5/+1
* gdbus: Remove no longer valid commentTomas Bzatek2012-07-311-2/+0
* gdbus: Enable daemon finalizationTomas Bzatek2012-07-311-3/+1
* gdbus: Silence unmount failuresTomas Bzatek2012-07-312-10/+7
* gdbus: Tweak mount finalizationTomas Bzatek2012-07-313-6/+30
* gdbus: Handle not yet spawned mountablesTomas Bzatek2012-07-311-14/+9
* gdbus: Remove unused daemon protocol definesTomas Bzatek2012-07-311-106/+0
* gdbus: Remove unused includeTomas Bzatek2012-07-311-1/+0
* gdbus: Port the fuse daemonTomas Bzatek2012-07-311-69/+84
* gdbus: Port the sftp backendTomas Bzatek2012-07-311-56/+54
* gdbus: Port the OpenIconForRead operationTomas Bzatek2012-07-318-285/+225
* gdbus: Bring libdbus threads initialization backTomas Bzatek2012-07-311-0/+8
* gdbus: Handle client connection dying during monitoringTomas Bzatek2012-07-311-11/+21
* gdbus: Monitoring portTomas Bzatek2012-07-313-214/+398
* gdbus: Improve registered paths activation on daemon sideTomas Bzatek2012-07-313-35/+67
* gdbus: Handle NULL mount_info in create_proxy_for_file2()Tomas Bzatek2012-07-311-1/+2
* gdbus: Fix mismerged structTomas Bzatek2012-07-311-2/+3