summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Remove unused gsysutils filesAlexander Larsson2012-08-211-1/+0
* Remove final parts of libdbusAlexander Larsson2012-08-211-8/+5
* gdbus: Remove debug printsTomas Bzatek2012-07-317-213/+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: Strip unknown GError quark stringsTomas Bzatek2012-07-315-51/+83
* gdbus: Use casting macros where possibleTomas Bzatek2012-07-313-6/+6
* gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-313-9/+5
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-318-96/+48
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-312-3/+3
* gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2012-07-312-6/+30
* gdbus: Fix srcdir != builddir and make the build more quietTomas Bzatek2012-07-311-0/+2
* gdbus: Remove unused extra_fd stuffTomas Bzatek2012-07-311-58/+8
* gdbus: Use private GMainContext for sync enumeratorTomas Bzatek2012-07-313-22/+40
* gdbus: Make copy progress workTomas Bzatek2012-07-311-49/+89
* gdbus: Make cancellation workTomas Bzatek2012-07-315-22/+319
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-311-3/+3
* gdbus: Remove unused includeTomas Bzatek2012-07-311-1/+0
* gdbus: Port the fuse daemonTomas Bzatek2012-07-311-69/+84
* gdbus: Port the OpenIconForRead operationTomas Bzatek2012-07-311-247/+187
* gdbus: Monitoring portTomas Bzatek2012-07-311-94/+212
* gdbus: Handle NULL mount_info in create_proxy_for_file2()Tomas Bzatek2012-07-311-1/+2
* gdbus: Core daemon and client portTomas Bzatek2012-07-318-2442/+2579
* Rename gvfs-fuse-daemon to gvfsd-fuseTomas Bzatek2012-07-301-4/+4
* Update the Address of the FSFFelix Möller2012-07-3028-58/+58
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-201-1/+1
* fuse: Split padding size in blocks for ftruncate()Tomas Bzatek2012-06-251-4/+23
* fuse: Support ftruncate() where requested size > current sizeTomas Bzatek2012-06-201-4/+17
* gdbus: Use stable metadata proxyTomas Bzatek2012-06-182-36/+1
* build: More srcdir != builddir fixesColin Walters2012-06-061-0/+1
* Port volume monitoring and metadata to GDBusTomas Bzatek2012-06-043-145/+206
* Keep using ~/.gvfs as fallbackAlexander Larsson2012-03-151-1/+5
* Use user runtime dir for gvfs mountsWilliam Jon McCann2012-02-071-1/+1
* fuse: Remove the unused sys/vfs.h includeTomas Bzatek2012-01-181-1/+0
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-1/+1
* Adapt to glib thread API changesTomas Bzatek2011-10-261-1/+1
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-41/+39
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-213-10/+11
* Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add.Kjartan Maraas2011-10-212-2/+2
* Drop an unneeded includeMatthias Clasen2011-10-131-2/+0
* Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters2011-10-121-2/+2
* afp: register the afp urimapperCarl-Anton Ingmarsson2011-08-251-0/+2
* afp: add an urimapper for afpCarl-Anton Ingmarsson2011-08-252-0/+270
* fuse: Bring back real statfs()Tomas Bzatek2011-08-151-49/+18
* client: Don't leak the GCancellable's fd in case of an g_poll errorChristian Kellner2011-05-251-0/+1
* client: Handle error events when polling _g_vfs_daemon_call_sync ()Christian Kellner2011-05-251-0/+8
* daemonfile: Re-root the path in set_display_name ()Christian Kellner2011-05-121-4/+13
* Pass mount_info to async_path_call callbacksChristian Kellner2011-05-121-1/+23