sftpgo/service
Nicola Murino ca3e15578e
Use new methods in the io and os packages instead of ioutil ones
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not
a library, we have no reason to keep compatibility with old Go
versions.

Go 1.16 fix some cifs related issues too.
2021-02-25 21:53:04 +01:00
..
service.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
service_portable.go httpd: add mTLS and multiple bindings support 2021-01-19 18:59:41 +01:00
service_windows.go windows service: simplify code 2021-01-21 19:07:13 +01:00
sighup_unix.go defender: allow hot-reloading for safe and block lists 2021-01-04 17:52:14 +01:00
sighup_windows.go Allow to rotate logs on demand 2020-06-22 19:11:53 +02:00
sigusr1_unix.go Allow to rotate logs on demand 2020-06-22 19:11:53 +02:00
sigusr1_windows.go Allow to rotate logs on demand 2020-06-22 19:11:53 +02:00