aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2020-11-21remove zstdChris Lu1-2/+2
2020-11-17fs.configure: configurable volume growthChris Lu1-6/+7
2020-11-16add commentChris Lu1-0/+1
2020-11-16deprecating "filer.options.buckets_fsync" in filer.tomlChris Lu1-0/+1
2020-11-15go fmtChris Lu2-5/+5
2020-11-15refactoringChris Lu5-123/+65
2020-11-15refactoringChris Lu4-40/+66
2020-11-15filer: load filer conf when startingChris Lu1-0/+2
2020-11-12gen pbKonstantin Lebedev1-5/+3
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev2-2/+2
2020-11-11initialKonstantin Lebedev1-4/+6
2020-11-09filer: add API to add/modify/delete taggingChris Lu3-6/+118
2020-11-03volume: detect max volume count changes based on disk usageChris Lu1-0/+1
2020-11-03store together with "Seaweed-" prefixChris Lu1-1/+1
2020-11-03filer: Headers with "Seaweed-" prefix are stored as extended propertiesChris Lu2-5/+17
2020-10-31go fmtChris Lu2-2/+2
2020-10-31filer: add CORS supportChris Lu3-9/+29
2020-10-31volume: add CORS supportChris Lu2-1/+23
2020-10-31glogKonstantin Lebedev1-1/+1
2020-10-31When the volume server is stopped, the master server immediately sees the del...Konstantin Lebedev1-0/+17
2020-10-30make space for the QR codeChris Lu1-1/+1
2020-10-29adjust s3 header file.ruitao.liu2-7/+9
2020-10-29S3 bucket list, response with uploaded storageclass.ruitao.liu2-12/+7
2020-10-28save s3 metadata to filer.ruitao.liu2-1/+36
2020-10-27volume: add a note file to avoid incomplete volume filesChris Lu1-0/+5
2020-10-27copy large file firstChris Lu1-3/+2
2020-10-27fix tag prefix.ruitao.liu1-1/+1
2020-10-27rename s3 tag prefix.ruitao.liu1-1/+1
2020-10-27return x-amz-tag-count header when GET object.ruitao.liu1-0/+13
2020-10-25passing full path when assign volume locationsChris Lu1-1/+1
2020-10-25renamingChris Lu2-2/+2
2020-10-24less verbose logsChris Lu1-1/+1
2020-10-23conditionally display volume server public url linkChris Lu1-1/+1
2020-10-23adjust election timeout to 10 secondsChris Lu1-3/+4
2020-10-23add volume public urlChris Lu1-1/+5
2020-10-20filer: support default rackChris Lu5-34/+35
2020-10-19mount: pass along replication and collection parametersChris Lu1-1/+5
2020-10-16webdav: return io.EOF when at end of a fileChris Lu1-5/+1
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+22
2020-10-12add back http.StatusPartialContentChris Lu1-2/+2
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-10-10filer: added QR code to transfer files with mobile devicesChris Lu2-18/+45
2020-10-08fix loggingChris Lu1-1/+1
2020-10-08some changes to prepare fix after failed readsChris Lu1-0/+4
2020-10-07volume: avoid hanging when stopping a volume serverChris Lu1-1/+1
2020-10-07go fmtChris Lu2-23/+22
2020-10-07read from alternative replicaChris Lu1-4/+7
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu4-75/+45
2020-10-05We return etag using the same algorithm as aws s3Konstantin Lebedev1-1/+2
2020-10-04fix: remove deleted peers if resumeState = trueУстюжанин Антон Александрович2-5/+26