aboutsummaryrefslogtreecommitdiff
path: root/weed/command/download.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Added tls for http clients (#5766)vadimartynov1-4/+5
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-6/+6
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-08-12use grpc and jwtChris Lu1-8/+13
2021-02-17go fmtChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-6/+6
2020-09-09return http response directlyChris Lu1-7/+7
2020-07-16resolve directories if containing home directoryChris Lu1-1/+1
2020-02-14properly close http responseChris Lu1-0/+1
2018-09-21able to sync the changesChris Lu1-2/+2
2016-06-02directory structure change to work with glideChris Lu1-0/+130