Commit Graph

13 Commits

Author SHA1 Message Date
Felicitas Pojtinger
c4ba80416a feat: Start implementation of symlink support to readdir 2022-01-24 23:51:32 +01:00
Felicitas Pojtinger
d5d0738909 feat: Add rest of tests for symlink behaviour of File.Stat 2022-01-24 01:47:28 +01:00
Felicitas Pojtinger
01313dcd2b feat: Add rest of tests for symlink behaviour of File.Name 2022-01-24 01:02:14 +01:00
Felicitas Pojtinger
ae19c460d1 fix: Resolve symlinks when creating files for OsFs compatibility 2022-01-21 04:03:56 +01:00
Felicitas Pojtinger
9370ee4dd4 refactor: Disable broken symlink implementation for now to prepare for table-based reimplementation 2022-01-20 23:48:59 +01:00
Felicitas Pojtinger
204ed0b247 refactor: Start adding tests for reading from symlinks 2022-01-20 23:24:53 +01:00
Felicitas Pojtinger
a23524d34a feat: Add sequential read tests, allow reading directory if length of buffer is 0 2022-01-20 21:34:36 +01:00
Felicitas Pojtinger
634a23e3cb feat: Add first tests for Read 2022-01-19 17:41:56 +01:00
Felicitas Pojtinger
4da0effb76 feat: Add rest of tests for Readdirnames 2022-01-19 16:22:31 +01:00
Felicitas Pojtinger
f91b1a7848 feat: Add rest of tests for Readdir 2022-01-19 00:25:44 +01:00
Felicitas Pojtinger
2d5441f699 feat: Add first tests for Readdir 2022-01-18 23:54:27 +01:00
Felicitas Pojtinger
cbec1c50e6 feat: Add tests for File.Stat() 2022-01-18 22:22:40 +01:00
Felicitas Pojtinger
b5aca14188 feat: Add tests for File.Name() 2022-01-18 21:21:06 +01:00