summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-05Move plugin global data allocation back to the moduleTomas Bzatek4-26/+44
2008-10-05VFS API break: Introduce FDisplayName propertyv0.6.52Tomas Bzatek8-142/+157
2008-10-05Remove gnome-vfs2 moduleTomas Bzatek5-1384/+0
2008-09-15Add mandatory open() attribute fixing some compilation errorsv0.6.50release-0.6.50-devTomas Bzatek2-6/+7
open(2): "mode must be specified when O_CREAT is in the flags, and is ignored otherwise."
2008-09-14Documentation updatesTomas Bzatek5-13/+387
2008-09-14Makefile updatesTomas Bzatek2-2/+1
2008-09-08Actually fix directory size calculationTomas Bzatek1-1/+1
2008-09-04Fix directory size calculationTomas Bzatek1-4/+2
(exclude directory sizes, e.g. valid for ISO9660)
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 Bzatek3-0/+1160
Missing authentication code at the moment
2008-08-24libarchive plugin: fix up list of supported archivesTomas Bzatek1-1/+1
2008-08-21libarchive plugin: Adapt supported archive types to use multiple extensionsTomas Bzatek1-4/+4
2008-08-21Always canonicalize paths when adding items (avoid blank directory names)Tomas Bzatek3-48/+56
2008-08-21Update unrar sources to v3.8.2Tomas Bzatek49-236/+589
Unfortunately, I had to make some small compatibility fixes in unrar code. Changes are commented with my name.
2008-08-21Update libarchive to v2.5.5Tomas Bzatek301-7747/+13773
2008-06-16Crash fix in symlink resolving codeTomas Bzatek1-12/+14
2008-06-13Symlink resolving code, disabled by defaultTomas Bzatek5-5/+165
2008-06-09Fixed gcc-4.3.0 compatibilityTomas Bzatek2-1/+2
2008-06-08Initial commitv0.6.36release-0.6.36-devTomas Bzatek580-0/+194972