wings/server/filesystem
DaneEveritt b00d328107
attempt to update vhd on-the-fly
This is not currently working correctly — when setting the limit to 0 all existing files are destroyed. When setting it back to a non-zero value the old files are returned from the allocated disk.

This at least starts getting the code pathways in place to handle it and introduces some additional lock safety on the VHD management code.
2022-10-29 14:06:29 -07:00
..
testdata add decompress tests 2021-04-25 16:44:54 -07:00
archive.go server(transfers): track progress of archive creation and extraction (#143) 2022-10-04 20:35:48 -06:00
compress_test.go replace deprecated ioutil function calls 2021-11-15 10:24:52 -07:00
compress.go chore: run gofumpt 2022-10-05 17:24:11 -06:00
disk_space.go attempt to update vhd on-the-fly 2022-10-29 14:06:29 -07:00
errors_test.go Add better error handling for filesystem 2021-04-17 13:29:18 -07:00
errors.go break everything 2021-08-02 15:07:00 -06:00
filesystem_test.go Fix faulty handling of named pipes; closes pterodactyl/panel#4059 2022-05-07 15:53:08 -04:00
filesystem.go attempt to update vhd on-the-fly 2022-10-29 14:06:29 -07:00
path_test.go Fix faulty handling of named pipes; closes pterodactyl/panel#4059 2022-05-07 15:53:08 -04:00
path.go run gofumpt 2021-11-15 10:37:56 -07:00
stat_darwin.go Modify stat to embed os.FileInfo differently and update file content reader 2021-01-16 12:03:55 -08:00
stat_linux.go Modify stat to embed os.FileInfo differently and update file content reader 2021-01-16 12:03:55 -08:00
stat_windows.go Modify stat to embed os.FileInfo differently and update file content reader 2021-01-16 12:03:55 -08:00
stat.go Replace encoding/json with goccy/go-json for cpu and memory usage improvement 2022-01-23 15:17:40 -05:00
virtual.go attempt to update vhd on-the-fly 2022-10-29 14:06:29 -07:00