summaryrefslogtreecommitdiff
path: root/gvfs/gvfs.c
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25gvfs: Implement manual file open-read-write-closeTomas Bzatek1-44/+119
This makes cross-VFS copy work.
2024-10-24gvfs: Return error when Append is requested for copy operationTomas Bzatek1-0/+11
Would need to fall back to manual file open-read/write-close
2024-10-15gvfs: Retrieve symlink target through a string getterTomas Bzatek1-3/+3
Recent glib versions started reporting critical errors when calling g_file_info_get_symlink_target() on GFileInfo that doesn't have that attribute set.
2024-01-19gvfs: Use the new common logging macrosv0.6.79Tomas Bzatek1-122/+101
2023-12-17GVFS: Fix leaking GFileInfoTomas Bzatek1-11/+13
2012-03-28GVFS: Don't leak enumeratorsTomas Bzatek1-0/+6
2009-12-13Error system transformation to GErrorv0.6.74Tomas Bzatek1-345/+293
2009-11-30Foundation of VFS capabilitiesTomas Bzatek1-0/+25
2009-11-29Introduce inode_no propertyTomas Bzatek1-1/+2
2009-11-28Tune cflags and fix some warningsTomas Bzatek1-1/+1
2009-11-28Consolidate boolean data typesTomas Bzatek1-3/+3
2009-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-147/+180
Also enable symlink resolving by default.
2009-10-25Separate archiving and networking modeTomas Bzatek1-8/+8
2009-10-25Remove obsolete VFSGetPrefix symbolv0.6.69Tomas Bzatek1-16/+0
2009-10-24Rename VFSCopyOut and VFSCopyIn functionsTomas Bzatek1-13/+13
2009-10-24Rename VFSGetExts and VFSGetServices functionsTomas Bzatek1-4/+6
2009-10-04gvfs: return real list of supported URI schemesTomas Bzatek1-4/+23
2009-10-04Consolidate VFS memory managementv0.6.66Tomas Bzatek1-11/+13
2009-10-04Consolidate plugin IDsTomas Bzatek1-4/+4
2008-11-18GVFS plugin: copy flags cleanupTomas Bzatek1-7/+8
2008-11-17Support for returning current URIv0.6.60Tomas Bzatek1-2/+12
2008-11-15Packed size info supportv0.6.59Tomas Bzatek1-2/+3
2008-10-28Password callback support from all VFS modulesv0.6.54Tomas Bzatek1-53/+27
2008-10-26Plugin interface: pass cancellation button id in ask_question callbackTomas Bzatek1-1/+2
2008-10-22GVFS plugin: catch abort flag from SMB backendsTomas Bzatek1-0/+8
2008-10-12GVFS plugin: password setting changes, no passwords in URI anymoreTomas Bzatek1-72/+7
2008-10-12GVFS plugin: Implement question and password callbacksv0.6.53Tomas Bzatek1-64/+164
2008-10-06GVFS: Supply proper user/pass for anonymous FTP loginTomas Bzatek1-4/+20
2008-10-05Move plugin global data allocation back to the moduleTomas Bzatek1-8/+11
2008-10-05VFS API break: Introduce FDisplayName propertyv0.6.52Tomas Bzatek1-8/+9
2008-09-03GVFS plugin: finish authentication codeTomas Bzatek1-10/+69
The plugin is now finished, fully working at present VFS API level
2008-09-02GVFS plugin: finish mount loopTomas Bzatek1-25/+31
Only password URI ripper missing now (will become obsolete with new VFS API anyway)
2008-08-28GVFS plugin: fall back to default file/dir mode if read failsTomas Bzatek1-0/+9
2008-08-28GVFS plugin: fix remote path handlingTomas Bzatek1-4/+21
2008-08-25GVFS plugin: enhancements and basic auth codeTomas Bzatek1-18/+169
2008-08-24GVFS plugin - ininital commitTomas Bzatek1-0/+1115
Missing authentication code at the moment