aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/submit.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-5/+5
2024-11-04merge current message queue code changes (#6201)Chris Lu1-39/+41
2024-08-29math/rand => math/rand/v2chrislu1-2/+2
2024-08-27randomly pick one replica to writechrislu1-10/+24
2024-07-16Added tls for http clients (#5766)vadimartynov1-3/+21
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-3/+3
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-09-06refactoringChris Lu1-3/+30
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-11/+13
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-01-03upload result changes to the right output variableChris Lu1-1/+1
2020-12-30weed upload: add TTLChris Lu1-0/+1
2020-12-16go fmtChris Lu1-4/+4
2020-12-13rename from volumeType to diskTypeChris Lu1-6/+6
2020-12-13adding volume typeChris Lu1-1/+7
2020-09-25weed upload: usePublicUrl was not being used on big filesChris Lu1-0/+3
2020-05-10go fmtChris Lu1-1/+1
2020-04-30add fsync option for benchmarkzhangsong1-0/+4
2020-03-28refactoringChris Lu1-2/+2
2020-03-18use public url also for deletionsChris Lu1-5/+5
2020-03-18weed upload: add usePublicUrl optionChris Lu1-2/+4
2020-03-08filer: remember content is gzipped or notChris Lu1-5/+4
2020-03-06filer: option to encrypt data on volume serverChris Lu1-4/+3
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu1-9/+10
2019-02-15go fmtChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu1-2/+2
2019-02-09cleanup security.SecretChris Lu1-7/+4
2019-01-17go fmt and fix some typobingoohuang1-1/+1
2018-12-22avoid .gz auto decompressionChris Lu1-4/+2
2018-02-26set file name to base file nameChris Lu1-1/+1
2017-01-09suport uploading files to specific dataCentersparklxb1-18/+45
2017-01-08support additional header name-value pairssparklxb1-3/+3
2017-01-04fix bug: upload big .gz file more than maxMBlixianbin1-7/+4
2016-06-26refactor Volume Assign function霍晓栋1-2/+14
2016-06-02directory structure change to work with glideChris Lu1-0/+194