Commit Graph

13 Commits

Author SHA1 Message Date
ajacoutot
87e59af001 Update to gvfs-1.8.0.
tested in a bulk by landry, thanks!
2011-04-05 14:43:25 +00:00
ajacoutot
5310a139ad Maintenance update to gvfs-1.6.7. 2011-03-21 16:32:23 +00:00
ajacoutot
9f8c2ac18f Remove the app lookup extension, it's done in GIO itself since glib 2.28. 2011-03-07 19:25:40 +00:00
ajacoutot
c0e5e1487d We don't have f_type. 2010-10-27 12:00:36 +00:00
ajacoutot
f7a8b003d0 Try to unfuck a bit glib2 functions with pthreads(3).
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
2010-07-24 16:04:21 +00:00
ajacoutot
dd2097ee39 Bugfix update to gvfs-1.6.3. 2010-07-13 16:14:28 +00:00
ajacoutot
123e8ebaf5 Update to gvfs-1.6.0. 2010-04-22 20:27:05 +00:00
ajacoutot
8f0a881f8b Bugfix update to gvfs-1.4.2:
* ftp: fix parsing of CMU/VMS-IP listings
* metadata: Make more robust
* http: Return icons for query_file_info
* smb: Support querying free space
2009-11-30 12:35:29 +00:00
ajacoutot
08a9c471f8 Major update to gvfs-1.4.0.
All main features successfully tested.

ok jasper@
2009-10-11 13:32:27 +00:00
ajacoutot
720df6bf9d Fix for unmounting webdav shares.
GNOME Bug #567664.
2009-08-07 08:40:07 +00:00
jasper
08cecad276 - update gvfs to 1.0.2, so the frogs and start playing with it 2008-11-12 22:45:26 +00:00
jasper
8b9502c9fc - update gvfs to 0.2.5 2008-07-04 18:58:50 +00:00
jasper
b5735e635e import gvfs 0.2.4
GVFS is a replacement for GnomeVFS, the GNOME Virtual File System

GVFS consists of two parts: a shared library which is loaded by
applications supporting GIO and GVFS itself, a collection of daemons
which communicate with each other and the GIO module over D-Bus. This
moves the virtual file systems out of client processes, contrary to
GnomeVFS, but somewhat similar to KIO.


GVFS will eventually replace gnome-vfs2, as more and more applications
are ported to use GIO. In the meantime it remains unlinked from the builds.
Earlier version of this port created while enjoying good beer at FOSDEM.
Quite some patches are already accepted upstream in the meantime.
2008-06-03 07:44:08 +00:00