Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.6_amd64_windows_v0.2.2.zip | 2022-01-12 | 15.1 MB | |
gofs_go1.17.6_amd64_linux_v0.2.2.tar.gz | 2022-01-12 | 7.7 MB | |
README.md | 2022-01-12 | 1.0 kB | |
v0.2.2.tar.gz | 2022-01-12 | 40.6 kB | |
v0.2.2.zip | 2022-01-12 | 67.6 kB | |
Totals: 5 Items | 22.8 MB | 0 |
Fixed
- Fix the
auth
request data is expired when the remote client reconnect and auth again. - Fix the problem of data race in the
local disk
mode. - Fix the problem of data race in the
remote disk server
andremote disk client
mode. - Fix the problem of data race for
fileLogger
. - Fix the problem of data race for
Conn
.
Enhancements
- Add Chinese document.
- Add support output git commit hash value with the
v
flag. - Add the
sync_cron
flag to support sync src directory to target directory with cron task. - Add the
pprof
flag to support enable the pprof route. - Add the
pprof_private
flag to support allow to access pprof route by private address and loopback address only. - Implement simple shutdown but not very graceful now.
- Add the
DoneWithError
func forWaitDone
interface to receive error info when work is done. - Refactor the
remoteClientMonitor
struct, just use onegoroutine
to read the data, and distribute the data by api type.