aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
AgeCommit message (Expand)AuthorFilesLines
2024-08-01rename functionschrislu1-1/+1
2024-07-16Added tls for http clients (#5766)vadimartynov1-3/+18
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+1
2023-12-22adjust optionschrislu1-1/+1
2023-12-22fixchrislu1-1/+1
2023-12-22go fmtchrislu1-15/+15
2023-12-22option to filer.copy with public volume server urlchrislu1-0/+5
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-5/+7
2023-01-02more solid weed mount (#4089)Chris Lu1-4/+4
2022-09-14go fmtchrislu1-13/+13
2022-09-14refactor: `concurrentFiles` and `concurrentChunks` var name fix (#3655)Ryan Russell1-7/+7
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-1/+1
2022-08-20refactoringchrislu1-56/+20
2022-08-20filer.copy: retryable file part uploadchrislu1-43/+26
2022-08-20add fileId to UploadWithRetry return resultchrislu1-3/+1
2022-08-20filer.copy: retryable uploadchrislu1-48/+46
2022-08-20remove unused collection and replication from upload resultchrislu1-6/+5
2022-08-20remove unused codechrislu1-7/+0
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-9/+9
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-20/+16
2022-04-21fix typochrislu1-1/+1
2022-01-19url should be always using forward slashchrislu1-1/+1
2022-01-11filer.copy: don't crash when volume creation failsKyle Sanderson1-1/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-7/+7
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-6/+4
2021-10-01typoChris Lu1-1/+1
2021-10-01retry both assign volume and uploading dataChris Lu1-28/+34
2021-09-12change server address from string to a typeChris Lu1-42/+25
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-09-06refactoringChris Lu1-5/+30
2021-08-18filer.copy: large files pack file ids into chunksChris Lu1-1/+58
2021-07-23filer.copy: fail early if assign request failedChris Lu1-0/+3
2021-07-23weed -h subcommand list is not sorted, makes discovery difficultChris Lu1-14/+14
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-05-12filer.copy: "check.size" before copying filesChris Lu1-5/+57
2021-05-07add retry to assign volumeChris Lu1-36/+40
2021-05-07remove duplicated codeChris Lu1-3/+0
2021-05-06go fmtChris Lu1-1/+1
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+3
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-1/+1
2020-12-16go fmtChris Lu1-3/+3
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-2/+2
2020-12-14show error a little bit more obviouslyChris Lu1-2/+2