wings/server
Dane Everitt de30e2fcc9
Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420
The stat call is operating against an unflushed file if called in the archive function, so you'll just get the emtpy archive size, rather than the final size.

Plus, we only used the file stat in one place, so slight efficiency win?
2020-09-27 11:16:38 -07:00
..
backup Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
archiver.go Performance improvements by using a smaller buffer size 2020-08-23 17:18:40 -07:00
backup.go Correctly report backup API errors; ref pterodactyl/panel#2271 2020-08-27 19:35:57 -07:00
collection.go Add support for modifying daemon configuration on-the-fly 2020-04-11 16:17:46 -07:00
config_parser.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
configuration.go Use same values between panel and wings when calculating disk 2020-09-25 20:31:33 -07:00
console.go Add console throttling; closes pterodactyl/panel#2214 (#60) 2020-09-17 20:13:04 -07:00
crash.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
errors.go Don't run pre-boot actions if the server is already running 2020-09-11 23:11:57 -07:00
events.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
filesystem_darwin.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
filesystem_linux.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
filesystem_unarchive.go Don't ignore disk space limits when copying/archiving; closes pterodactyl/panel#2400 2020-09-24 21:18:10 -07:00
filesystem_windows.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
filesystem.go Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
install.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
listeners.go Fix #2380 2020-09-20 12:51:12 -06:00
loader.go Add console throttling; closes pterodactyl/panel#2214 (#60) 2020-09-17 20:13:04 -07:00
mounts.go Refactor environment handling logic to separate a server from the environment handler itself 2020-08-10 21:38:42 -07:00
power.go Don't allow a reinstall while server is processing a power action; closes pterodactyl/panel#2409 2020-09-25 20:03:04 -07:00
resources.go Replace logic with PublishJson 2020-09-12 20:13:48 -07:00
server.go Set the docker image correctly when a server is updated; closes pterodactyl/panel#2356 2020-09-17 20:20:39 -07:00
state.go Speed up wings boot when restoring from cleared docker environment 2020-09-12 22:08:50 -07:00
update.go Safety logic check, don't try to stop a stopped server when suspending; closes #2318 2020-09-10 20:16:16 -07:00