summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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