summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Ref the infos in next_files_finish (#582195)Alexander Larsson2009-05-121-5/+2
* Fix up .gitignore filesAlexander Larsson2009-04-171-0/+1
* Hold file mutex while closing stream.Hans Petter Jansson2009-04-021-0/+4
* Related to bug #574968 - gvfs ftp backend appears to not wait for ftpdHans Petter Jansson2009-04-021-0/+20
* Add G_IO_ERROR_WOULD_BLOCK -> EAGAIN mapping.Hans Petter Jansson2009-04-011-0/+1
* Potential fix for bug #574968 - gvfs ftp backend appears to not wait forHans Petter Jansson2009-04-011-0/+11
* Make sure async callbacks are sent in mainloop.Alexander Larsson2009-03-311-1/+1
* Bug 548648 – g_daemon_vfs_parse_name() fails to parse user names withAlexander Larsson2009-03-201-1/+5
* Bug 563418 – gvfs backend leaks monitorsAlexander Larsson2009-03-101-0/+3
* Don't send cancel when partial header read, as that would throw away theAlexander Larsson2009-03-061-4/+4
* Bug 569199 – incorrectly open smb workgroup using a spaceAlexander Larsson2009-03-052-3/+6
* Bug 573837 – gvfs-fuse does not support ftruncate size != 0Alexander Larsson2009-03-041-5/+43
* Make argument const char * as per the glib change.Alexander Larsson2009-03-032-12/+12
* Bug 547161 – http string leakAlexander Larsson2009-03-021-2/+0
* Bug 573371 – Unsafe g_htonl() macro expansionAlexander Larsson2009-03-022-2/+6
* Support query info on output streamsAlexander Larsson2009-02-271-49/+318
* Add and use g_string_remove_in_front helper function.Alexander Larsson2009-02-271-15/+17
* Support async query infoAlexander Larsson2009-02-271-50/+156
* 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