Commit Graph

29 Commits

Author SHA1 Message Date
ajacoutot
a854045fc5 Update to gvfs-1.11.5. 2012-03-29 06:34:16 +00:00
ajacoutot
2d97a7ebef Remove horrible uthreads hack. 2012-02-18 11:09:14 +00:00
ajacoutot
9189ebeef3 Sync some patches with upstream. 2012-02-16 22:17:38 +00:00
ajacoutot
d3ac08446a Sync patch with upstream commit; no pkg change. 2012-01-18 16:32:34 +00:00
ajacoutot
17b80afe93 Add a workaround to be able to unmount FTP shares without crashing
nautilus.
2011-10-20 15:35:29 +00:00
ajacoutot
39ff25f8e1 Update to gvfs-1.10.1. 2011-10-17 13:24:59 +00:00
ajacoutot
40def5eef0 Fix a couple of crashers, from upstream. 2011-10-05 13:56:08 +00:00
ajacoutot
01472d8140 Update to gvfs-1.10.0. 2011-09-26 14:32:35 +00:00
ajacoutot
9ff0a38ea3 Ignore SIGPIPE signals to avoid process termination on cancelled transfer,
from upstream.
2011-08-29 15:12:50 +00:00
ajacoutot
35043a15e3 Better patch for gvfsbackendftp.c and regen patches while here. 2011-08-29 08:50:56 +00:00
ajacoutot
9b02d91f43 Typo. 2011-07-02 15:46:17 +00:00
ajacoutot
d92c196e73 Fix implicit declaration. 2011-06-15 07:21:13 +00:00
ajacoutot
dc76e471d0 Remove useless patch. 2011-06-15 06:36:44 +00:00
ajacoutot
ff9ef4ca73 Better patch from upstream for webdav unmount. 2011-06-07 12:53:56 +00:00
ajacoutot
be2ce2ad0b Don't kill the mount if g_vfs_backend_ftp_has_feature() (for chmod)
fails. Now I can upload stuffs with nautilus to my freebox again...
2011-06-02 18:34:16 +00:00
ajacoutot
aa5c47275b Bugfix update to gvfs-1.8.2. 2011-05-23 22:41:04 +00:00
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