summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Fuse] Fix some broken indentingHans Petter Jansson2011-03-251-7/+7
* [Fuse] Pretend created file exists even if backend didn't create itHans Petter Jansson2011-03-251-3/+66
* [Fuse] Remove comment that doesn't make sense anymore.Hans Petter Jansson2011-03-251-2/+0
* [Fuse] Make created files visible immediately on WebDAVStefan Hajnoczi2011-03-231-37/+32
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-175-13/+2
* client: Fix wrong assignment before dbus_connection_unref()Jonathan Blanchard2011-03-161-1/+1
* Fix return value of async_connection_accept_new_fd()Henry Hoegelow2010-12-071-2/+4
* build: undef G_LOG_DOMAIN if we're going to redefine itBenjamin Otte2010-12-071-1/+1
* fuse: Add O_TRUNC support for open()Tomas Bzatek2010-11-121-5/+11
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-277-7/+7
* Attach cancellable to async result and check in finish functionsBenjamin Otte2010-03-311-7/+50
* Revert "Use complete_with_cancellable() in file enumerator"Benjamin Otte2010-03-311-4/+3
* Use complete_with_cancellable() in file enumeratorBenjamin Otte2010-03-291-3/+4
* Always call back from mainloop in g_daemon_file_find_enclosing_mount_asyncChristian Kellner2010-02-191-6/+18
* Enable support for lazy loading of gio modulesAlexander Larsson2010-01-122-1/+12
* Fix warningAlexander Larsson2009-12-011-1/+1
* Correctly dup strings in meta_tree_lookup_stringvAlexander Larsson2009-12-011-0/+1
* Fix compiler warningAlexander Larsson2009-12-011-1/+1
* Add "default location" support for mountsChristian Kellner2009-11-261-0/+14
* fuse: Request access::* as needed by file_info_get_stat_modeAlexander Larsson2009-11-261-1/+2
* fuse: Fix setting timestampsTomas Bzatek2009-11-191-13/+26
* Correctly report -ENOSYS for readline in FUSEMatt McCutchen2009-11-191-1/+6
* Bug 517014 – Factorize error messages marked for translationClaude Paroz2009-09-302-31/+32
* Claim to support file: uris tooAlexander Larsson2009-09-301-0/+1
* Make sure metadata is always returned by query_writable_namespaces()Carlos Garcia Campos2009-09-171-14/+16
* Fix a leak in gvfsfusedaemon.cMatthias Clasen2009-09-111-5/+3
* Implement support for g_cancellable_release_fd()Benjamin Otte2009-08-191-0/+1
* GDaemonMount calculates wrong root path when mount_prefix is setTomas Bzatek2009-08-181-1/+2
* Include mount prefix when constructing fuse pathTomas Bzatek2009-08-181-3/+6
* Bug 589915 - gedit crashed with SEGV in strlen()Peter Waller2009-08-041-2/+2
* Plug various metadata-related memleaksMatthias Clasen2009-08-011-0/+1
* Call dbus_threads_init_default before doing any other dbus callsColin Walters2009-07-151-3/+3
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-083-29/+261