summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-26/+393
* Immediately close the stream we get from g_file_replace(), so truncationHans Petter Jansson2009-02-261-0/+10
* Always use g_strerrorPaolo Borelli2009-02-241-16/+16
* Bug 563623 – build dies on platforms lacking poll() implimentationAlexander Larsson2009-02-181-6/+5
* Bug 546256 – Crash in g_vfs_get_file_for_uri()Christian Kellner2009-02-161-28/+11
* Bug 563788 – GNOME Goal: Clean up GLib and GTK+ includesBastien Nocera2009-02-051-1/+0
* Get only the attributes we require. This speeds up directory listings inHans Petter Jansson2009-01-131-5/+20
* Use the new support for shadow mounts instead ofAlexander Larsson2008-12-012-154/+2
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-011-1/+1
* Return an empty array on success when no content type matchesTomas Bzatek2008-11-041-1/+2
* Patch from David ZeuthenAlexander Larsson2008-10-214-0/+473
* Revert debug spew from recent commit now that the core issue is fixed (byAlexander Larsson2008-10-201-7/+1
* Always fail the job when we don't support monitoring.Alexander Larsson2008-10-201-1/+1
* Attempt to prevent potential race conditions in the FUSE backend when fileHans Petter Jansson2008-10-171-85/+132
* Show username in auth dialog if specified in uri (#554156)Alexander Larsson2008-10-161-0/+7
* Add some debug spew and avoid crashing in case of code not properlyAlexander Larsson2008-10-091-1/+7
* Add a few more test URIsBastien Nocera2008-10-021-0/+2
* Reverse map fuse paths to gvfs uris in g_file_new_for_path().Alexander Larsson2008-09-262-3/+141
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-232-1/+9
* SMB: encode username and domain into the URITomas Bzatek2008-09-151-0/+11
* Fix the leak of a AsyncResult (#552295)Christian Kellner2008-09-151-0/+1
* Add proper implementation of async file enumeration. This avoids theAlexander Larsson2008-09-152-7/+219
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-011-87/+105
* Don't drop query and fragment portions of the URI when decoding it and theBastien Nocera2008-08-271-1/+9
* Fixed crash in gio because error was not properlyJesse van den Kieboom2008-08-071-0/+6
* Remove wrong dbus reply struct checksChristian Kellner2008-08-051-30/+0
* Bug 546300 – g_file_replace_async doesn't allow NULL etagJesse van den Kieboom2008-08-051-0/+3
* Bug 544008 – g_daemon_file_replace_async mode errChristian Kellner2008-08-041-2/+2
* Bug 543552: gvfs-fuse-daemon crashes if dbus diesChristian Kellner2008-08-031-1/+3
* Bug 528891 – Handle URI schemes case insensitiveChristian Kellner2008-08-021-4/+20
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-024-89/+81
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-291-0/+46
* Bug 528848 – [PATCH] statfs liesMatthias Clasen2008-07-291-3/+0
* Don't leak D-Bus messages.Hans Petter Jansson2008-07-191-0/+2
* Hold the file handle lock while opening the stream. Second part of fix forHans Petter Jansson2008-07-181-1/+8
* Steal the old file handle record from the global hash table beforeHans Petter Jansson2008-07-181-1/+3
* Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton2008-06-163-5/+7
* Fix fuse daemon locking and file handle life-cycle issues that wereGVFS_0_2_4Hans Petter Jansson2008-05-231-36/+56
* A more complete fix for GNOME bug #531516.Hans Petter Jansson2008-05-231-19/+13
* When the process receives one of the HUP, TERM or INT signals, shut downHans Petter Jansson2008-05-211-0/+17
* Fix erroneous copyright header and provide a better description of theHans Petter Jansson2008-05-121-4/+3
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-222-2/+0
* Set exit-on-disconnect to FALSE on private dbus connections to preventMatthias Clasen2008-04-211-0/+2
* Fix some reference issues, seeDavid Zeuthen2008-04-211-9/+28
* Bug 526454 – too early use of dbus session busMatthias Clasen2008-04-161-0/+7
* You cannot store pointers in integers. Fixes a crash on 64bit systems.Matthias Clasen2008-04-141-2/+2
* WebDAV mount cleanupsChristian Kellner2008-04-051-12/+22
* In call_sync, on stale cache errors due to a mount daemon disappearing,Alexander Larsson2008-03-313-24/+128
* Actually increment count so that timeouts works. Pointed out by Joe MarcusAlexander Larsson2008-03-281-1/+1
* Implement true async query_filesystem_infoAlexander Larsson2008-03-261-0/+71