summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2013-07-31moved gvfsuriutils.{ch} back to common to use them in cmis backend laterCédric Bosdonnat4-412/+1
2013-06-13GDaemonFile: fix relative path handling to account for mount_prefixGiovanni Campagna1-16/+69
2013-05-28smb: Add support for specifying custom portTomas Bzatek1-1/+19
2013-04-29httpuri: Fix a typoTomas Bzatek1-2/+2
2013-04-21GVfsIcon: support icon serialisationRyan Lortie1-0/+8
2013-04-04GVfsChannels: Verify that replies are for the right serialAlexander Larsson2-7/+14
2013-04-04channel: Unqueue cancelled requestsAlexander Larsson2-0/+35
2013-04-02Fix compiler warningsBastien Nocera1-1/+0
2013-02-06fuse: Install systemd tmpfiles.d exclusion fileTomas Bzatek2-0/+29
2013-01-17Use g_list_free_full() where applicableTomas Bzatek4-8/+4
2012-12-07fuse: Make truncating more robustTomas Bzatek1-3/+4
2012-12-03client: Set default timeout to infinite for all GDaemonFile methodsTomas Bzatek1-0/+7
2012-10-30Remove calls to g_type_init(), bump GLib required versionColin Walters1-2/+0
2012-10-22gdaemonmount: Check for a NULL GMountOperation when unmountingDebarshi Ray1-1/+2
2012-10-11client: Don't disable exit_on_close on session busAlexander Larsson1-2/+0
2012-10-01fuse: don't crash on unmountMichael Terry1-1/+1
2012-09-13Try to unsubscribe from the proxy used for subscriptionWilliam Jon McCann1-109/+50
2012-09-11Fix some memory leaksWilliam Jon McCann2-5/+14
2012-08-30Don't use the display name to make the unique mount pointWilliam Jon McCann1-9/+1
2012-08-30Add support for getting symbolic iconsWilliam Jon McCann1-0/+9
2012-08-28gdaemonvfs: Don't warn when running against an older gvfs-daemonColin Walters1-2/+6
2012-08-21Remove unused gsysutils filesAlexander Larsson1-1/+0
2012-08-21Remove final parts of libdbusAlexander Larsson1-8/+5
2012-07-31gdbus: Remove debug printsTomas Bzatek7-213/+1
2012-07-31gdbus: Gracefully handle monitoring unsubscribe on unmounted backendTomas Bzatek1-4/+26
2012-07-31gdbus: Silence the G_IO_ERROR_NOT_MOUNTED errorTomas Bzatek1-1/+1
2012-07-31gdbus: Don't use NULL values on error with fd passingTomas Bzatek2-22/+16
2012-07-31gdbus: Fix leaks of GSimpleAsyncResultTomas Bzatek1-0/+2
2012-07-31gdbus: Strip unknown GError quark stringsTomas Bzatek5-51/+83
2012-07-31gdbus: Use casting macros where possibleTomas Bzatek3-6/+6
2012-07-31gdbus: Use g_clear_error() where appropriateTomas Bzatek3-9/+5
2012-07-31gdbus: Use g_clear_object() where appropriateTomas Bzatek8-96/+48
2012-07-31gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2-3/+3
2012-07-31gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2-6/+30
2012-07-31gdbus: Fix srcdir != builddir and make the build more quietTomas Bzatek1-0/+2
2012-07-31gdbus: Remove unused extra_fd stuffTomas Bzatek1-58/+8
2012-07-31gdbus: Use private GMainContext for sync enumeratorTomas Bzatek3-22/+40
2012-07-31gdbus: Make copy progress workTomas Bzatek1-49/+89
2012-07-31gdbus: Make cancellation workTomas Bzatek5-22/+319
2012-07-31gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek1-3/+3
2012-07-31gdbus: Remove unused includeTomas Bzatek1-1/+0
2012-07-31gdbus: Port the fuse daemonTomas Bzatek1-69/+84
2012-07-31gdbus: Port the OpenIconForRead operationTomas Bzatek1-247/+187
2012-07-31gdbus: Monitoring portTomas Bzatek1-94/+212
2012-07-31gdbus: Handle NULL mount_info in create_proxy_for_file2()Tomas Bzatek1-1/+2
2012-07-31gdbus: Core daemon and client portTomas Bzatek8-2442/+2579
2012-07-30Rename gvfs-fuse-daemon to gvfsd-fuseTomas Bzatek1-4/+4
2012-07-30Update the Address of the FSFFelix Möller28-58/+58
2012-07-20gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek1-1/+1
2012-06-25fuse: Split padding size in blocks for ftruncate()Tomas Bzatek1-4/+23