Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.17.5_amd64_windows_v0.2.0.zip | 2021-12-31 | 14.3 MB | |
gofs_go1.17.5_amd64_linux_v0.2.0.tar.gz | 2021-12-26 | 7.3 MB | |
README.md | 2021-12-24 | 698 Bytes | |
v0.2.0.tar.gz | 2021-12-24 | 35.7 kB | |
v0.2.0.zip | 2021-12-24 | 59.5 kB | |
Totals: 5 Items | 21.7 MB | 0 |
Fixed
- Fix the web server allows unauthorized access, the default auth middleware is not abort the route when auth failed.
- Fix the
GetFileTimeBySys
func get incorrectctime
andmtime
on linux.
Enhancements
- The
query
api support return file hash with theneed_hash
parameter. - Remove the simple http server implement, use gin web framework now.
- Reduce writing the file or directory that does not exist.
- Optimize the
sync_once
command, support just sync the changed files. - The create event does not truncate the file, that will truncate file before writing to file now.
- Add the
DoWithContext
func forRetry
interface to support cancel retry work.