aboutsummaryrefslogtreecommitdiff
path: root/src/zenvfs
Commit message (Collapse)AuthorAgeFilesLines
* long filename support (#330)Dan Engelbrecht2025-03-311-7/+6
| | | - Bugfix: Long file paths now works correctly on Windows
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-071-1/+1
| | | | | this is a header-only library which mostly contains definitions to support different platforms and compilers. It is part of the zen codebase but is intended to be consumable separately to zenbase etc to support standalone transport plug-ins and similar.
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-2011-0/+1322
currently, only Windows (using Projected File System) is supported