summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid deadlock on cancelling async enumerate_childrenAlexander Larsson2009-06-251-2/+23
* Implement metadata setting for remote locationsAlexander Larsson2009-06-256-82/+338
* (de)marshal the attribute status in GFileInfoAlexander Larsson2009-06-251-1/+1
* try extra hard to make sure operations get cancelled properlyBenjamin Otte2009-06-256-36/+90
* Support unsetting metadata in g_file_set_attributes_from_info()Alexander Larsson2009-06-251-0/+15
* Short circuit metadata setting if no changeAlexander Larsson2009-06-231-12/+44
* Implement the metadata addition api in GVfsAlexander Larsson2009-06-232-3/+358
* Bug 585591 – Starting/stopping drivesDavid Zeuthen2009-06-172-6/+102
* signal the need for updates (changes wire protocol and internal API)Benjamin Otte2009-06-101-0/+4
* Use new race-free cancellable signal connect APIs (#572844)Alexander Larsson2009-05-151-5/+18
* 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