wings/server/filesystem
2023-05-08 13:52:15 -06:00
..
testdata add decompress tests 2021-04-25 16:44:54 -07:00
archive_test.go server(filesystem): fix archive test 2023-03-07 15:29:29 -07:00
archive.go server(filesystem): fix archiver path matching 2023-03-07 15:19:09 -07:00
compress_test.go server(filesystem): fix inaccurate archive progress (#145) 2022-11-06 13:38:30 -07:00
compress.go go: update dependencies 2023-05-08 13:52:15 -06:00
disk_space.go router: close body once finished 2023-01-24 12:33:42 -07:00
errors_test.go Add better error handling for filesystem 2021-04-17 13:29:18 -07:00
errors.go Cleanup request error handling; properly handle os.ErrNotExist errors (#150) 2022-11-22 11:18:27 -07:00
filesystem_test.go server(filesystem): Delete tweaks 2023-02-08 14:20:13 -07:00
filesystem.go server(filesystem): Delete tweaks 2023-02-08 14:20:13 -07:00
path_test.go server(filesystem): SafePath tweaks 2023-02-07 19:14:35 -07:00
path.go server(filesystem): SafePath tweaks 2023-02-07 19:14:35 -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