summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-20fuse: Support ftruncate() where requested size > current sizeTomas Bzatek1-4/+17
2012-06-18gdbus: Use stable metadata proxyTomas Bzatek2-36/+1
2012-06-06build: More srcdir != builddir fixesColin Walters1-0/+1
2012-06-04Port volume monitoring and metadata to GDBusTomas Bzatek3-145/+206
2012-03-15Keep using ~/.gvfs as fallbackAlexander Larsson1-1/+5
2012-02-07Use user runtime dir for gvfs mountsWilliam Jon McCann1-1/+1
2012-01-18fuse: Remove the unused sys/vfs.h includeTomas Bzatek1-1/+0
2011-11-14Explicitly intialize mutexes on stackTomas Bzatek1-1/+1
2011-10-26Adapt to glib thread API changesTomas Bzatek1-1/+1
2011-10-25Adapt to glib mutex API changesTomas Bzatek1-41/+39
2011-10-21Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen3-10/+11
2011-10-21Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add.Kjartan Maraas2-2/+2
2011-10-13Drop an unneeded includeMatthias Clasen1-2/+0
2011-10-12Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters1-2/+2
2011-08-25afp: register the afp urimapperCarl-Anton Ingmarsson1-0/+2
2011-08-25afp: add an urimapper for afpCarl-Anton Ingmarsson2-0/+270
2011-08-15fuse: Bring back real statfs()Tomas Bzatek1-49/+18
2011-05-25client: Don't leak the GCancellable's fd in case of an g_poll errorChristian Kellner1-0/+1
2011-05-25client: Handle error events when polling _g_vfs_daemon_call_sync ()Christian Kellner1-0/+8
2011-05-12daemonfile: Re-root the path in set_display_name ()Christian Kellner1-4/+13
2011-05-12Pass mount_info to async_path_call callbacksChristian Kellner1-1/+23
2011-03-25[Fuse] Fix some broken indentingHans Petter Jansson1-7/+7
2011-03-25[Fuse] Pretend created file exists even if backend didn't create itHans Petter Jansson1-3/+66
2011-03-25[Fuse] Remove comment that doesn't make sense anymore.Hans Petter Jansson1-2/+0
2011-03-23[Fuse] Make created files visible immediately on WebDAVStefan Hajnoczi1-37/+32
2011-03-17Cleanups and fixes for compiler warningsKjartan Maraas5-13/+2
2011-03-16client: Fix wrong assignment before dbus_connection_unref()Jonathan Blanchard1-1/+1
2010-12-07Fix return value of async_connection_accept_new_fd()Henry Hoegelow1-2/+4
2010-12-07build: undef G_LOG_DOMAIN if we're going to redefine itBenjamin Otte1-1/+1
2010-11-12fuse: Add O_TRUNC support for open()Tomas Bzatek1-5/+11
2010-05-27Rename gdbusutils.h to avoid conflict with GIOMatthias Clasen7-7/+7
2010-03-31Attach cancellable to async result and check in finish functionsBenjamin Otte1-7/+50