summaryrefslogtreecommitdiff
path: root/sysutils/gvfs
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26Add link to upstream bug report.wiz2-3/+5
2009-05-26update to 1.2.3drochner3-21/+7
changes: bugfixes
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-17update to 1.2.2drochner2-6/+6
changes: bugfixes
2009-03-16Update gvfs to 1.2.0.jmcneill4-95/+17
Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-02Add fuse option, enable it by default where available. Bump PKGREVISION.jmcneill4-7/+34
2008-12-20Add avahi and cdda support, bump PKGREVISION.jmcneill2-5/+25
2008-11-24Update to 1.0.3:wiz2-9/+8
Major changes in 1.0.3 ====================== * Fixed custom mimetype icon won't display problem (requires new glib and nautilus too) * Fixed a memory leak * Fixed paste into menu item blinking in nautilus
2008-11-23Pull in hal, bump PKGREVISIONjmcneill2-2/+21
2008-10-24Update to 1.0.2:wiz2-6/+6
Major changes in 1.0.2 ====================== * Make sure mount-added is always emitted when a mount operation is completed * Crash fixes * FUSE: Set st_blocks to make du and ls -s work * FUSE: Stability fix with concurrent close and reads (made amarok2 crash)
2008-10-16update to 1.0.1drochner4-21/+34
This switches to the gnome-2.24 release branch.
2008-07-15update to 0.2.5drochner2-6/+6
changes: bugfixes
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-01Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38813.
2008-05-29update to 0.2.4drochner4-13/+13
changes: -bugfixes -Add ability to control http debuging through GVFS_HTTP_DEBUG env variable
2008-05-29Remove two more directories. Bump PKGREVISION.wiz2-3/+6
2008-05-01Needs pkg-config.wiz1-2/+2
2008-04-15add a runtime library search path for samba, bump PKGREVISION.drochner3-4/+14
(smb access works now)
2008-04-11add gvfs-0.2.3, a userland virtual file system implementation whichdrochner6-0/+235
ought to replace gnome-vfs, starting with gnome-2.22 pkgsrc note: It would be great to have this split into modules to limit dependencies, but as the code is structured this is hard to do. So I've basically selected functions which are provided by gnome-vfs plus gnome-vfs-samba. Unfortunately, the samba part doesn't work for me - mount attempts just hang. So this is a work-in-progress, help welcome.