wings/server/filesystem
Dane Everitt d45a159456
Fix tests
2021-01-12 20:07:00 -08:00
..
archive.go Update commentary 2020-12-27 16:53:40 -08:00
compress.go Rework archiving logic to be more consistent and less impactful on disk IO (#79) 2020-12-25 11:52:57 -08:00
decompress.go Better error handling; skip file when unarchiving 2021-01-10 17:01:41 -08:00
disk_space.go Fix use of atomics in codebase 2020-12-25 17:04:18 -08:00
errors_test.go Convert all filesystem error types into the same Error struct 2020-12-15 20:51:13 -08:00
errors.go Better error handling for access to denylist files 2021-01-10 16:43:33 -08:00
filesystem_test.go Fix tests 2021-01-12 20:07:00 -08:00
filesystem.go Add base idea for denying write access to certain files; ref pterodactyl/panel#569 2021-01-10 16:33:39 -08:00
path_test.go Invite our lord and savior emperror back to the table 2020-12-15 21:56:53 -08:00
path.go Add base idea for denying write access to certain files; ref pterodactyl/panel#569 2021-01-10 16:33:39 -08:00
stat_darwin.go Refactor filesystem to not be dependent on a server struct 2020-09-27 12:24:08 -07:00
stat_linux.go Remoe stat_arm.go, make stat_linux.go with with both 32 and 64 bit systems 2020-10-17 15:45:14 -06:00
stat_windows.go Refactor filesystem to not be dependent on a server struct 2020-09-27 12:24:08 -07:00
stat.go Only use the permission bits for ModeBits 2020-11-29 16:13:07 -07:00