wings/server/filesystem
Matthew Penner 901ab1157d
Rework archiving logic to be more consistent and less impactful on disk IO (#79)
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
2020-12-25 11:52:57 -08:00
..
archive.go Rework archiving logic to be more consistent and less impactful on disk IO (#79) 2020-12-25 11:52:57 -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 Invite our lord and savior emperror back to the table 2020-12-15 21:56:53 -08:00
disk_space.go Avoid race conditions from mismatched use of atomic & sync.Mutex 2020-12-20 13:13:10 -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 Check disk before even trying to run the download 2020-12-20 11:08:01 -08:00
filesystem_test.go Convert all filesystem error types into the same Error struct 2020-12-15 20:51:13 -08:00
filesystem.go Check disk space before trying a write from the downloader; don't make empty directories if we can't even write the file 2020-12-20 11:17:53 -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 Error handling improvements (#71) 2020-11-28 16:57:10 -07: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