.. |
backup
|
Add some missing error handling, fix a few typos
|
2020-07-15 13:11:12 -06:00 |
archiver.go
|
Delete the server's archive when the server is deleted
|
2020-04-04 18:31:18 -06:00 |
backup.go
|
Update everything expect transfers & sftp to not use zap
|
2020-06-13 10:40:26 -07:00 |
collection.go
|
Add support for modifying daemon configuration on-the-fly
|
2020-04-11 16:17:46 -07:00 |
config_parser.go
|
Replace even more zap occurences
|
2020-06-13 10:26:35 -07:00 |
console.go
|
Improve event emitter/subscription abilities
|
2020-01-18 14:04:26 -08:00 |
crash.go
|
Replace even more zap occurences
|
2020-06-13 10:26:35 -07:00 |
environment_docker.go
|
Prevent race conditions when generating archives
|
2020-07-16 19:56:53 -07:00 |
environment.go
|
Add support for reinstalling a server
|
2020-04-03 13:43:13 -07:00 |
errors.go
|
Don't freak out if the server doesn't exist on the remote
|
2019-12-16 20:47:35 -08:00 |
events.go
|
Unsubscribe any open event listeners when deleting a server
|
2020-05-03 21:30:16 -07:00 |
filesystem_darwin.go
|
Add support for listing a directory's contents
|
2019-04-07 14:45:23 -07:00 |
filesystem_linux.go
|
Add support for listing a directory's contents
|
2019-04-07 14:45:23 -07:00 |
filesystem_unarchive.go
|
Don't cause a race condition
|
2020-07-15 21:35:40 -07:00 |
filesystem_walker.go
|
Handle errors and cancel process when encountered
|
2020-07-16 22:18:47 -07:00 |
filesystem_windows.go
|
Add support for listing a directory's contents
|
2019-04-07 14:45:23 -07:00 |
filesystem.go
|
Change filewalker implementation to use a pool
|
2020-07-16 21:51:31 -07:00 |
install.go
|
Sync server state with Panel before performing installation to ensure information is up to date
|
2020-06-30 20:56:55 -07:00 |
listeners.go
|
Replace even more zap occurences
|
2020-06-13 10:26:35 -07:00 |
mount.go
|
Pass server mounts into docker
|
2020-05-21 14:53:00 -06:00 |
power.go
|
Port most of the HTTP code over to gin
|
2020-04-05 18:00:33 -07:00 |
resources.go
|
Prevent race conditions when generating archives
|
2020-07-16 19:56:53 -07:00 |
server.go
|
Merge branch 'develop' into feature/server-mounts
|
2020-07-04 15:17:59 -06:00 |
state.go
|
Update everything expect transfers & sftp to not use zap
|
2020-06-13 10:40:26 -07:00 |
update.go
|
Address race conditions when booting a server process
|
2020-07-18 10:10:34 -07:00 |