aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-171.561.56Chris Lu1-1/+1
2020-02-17Merge pull request #1200 from chrislusf/add_s3_aclChris Lu16-43/+2389
Add s3 ACL
2020-02-17configuration stores the identity listChris Lu4-34/+35
2020-02-14ignore error when counting closed connectionsChris Lu1-5/+2
2020-02-14refactoring the close http responseChris Lu2-6/+8
2020-02-14properly close http responseChris Lu5-10/+18
2020-02-14volume: add grpc file read operationChris Lu4-274/+647
This is added more for performance benchmarking.
2020-02-13Merge pull request #1198 from stlpmo-jn/resolve_core_when_loadVolume_failedChris Lu1-21/+30
when Store.MountVolume(), the volume server will be core
2020-02-13make loadExistingVolume() return boolpanyc161-21/+30
2020-02-111.551.55Chris Lu1-1/+1
2020-02-11filer: recursively batch delete file chunksChris Lu1-5/+5
fix https://github.com/chrislusf/seaweedfs/issues/1197
2020-02-11volume: return 204 for unchanged file uploadsChris Lu1-2/+3
fix https://github.com/chrislusf/seaweedfs/issues/1196
2020-02-10Revert "HEAD operation changes to fasthttp"Chris Lu5-59/+15
This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8.
2020-02-10HEAD operation changes to fasthttpChris Lu5-15/+59
2020-02-091.541.54Chris Lu1-1/+1
2020-02-09unusedChris Lu1-1/+0
2020-02-09add streaming v4Chris Lu4-16/+162
2020-02-09add v2 supportChris Lu6-16/+445
2020-02-09add s3.config to server.goChris Lu1-0/+1
2020-02-09support aclChris Lu12-28/+1798
2020-02-04refactorChris Lu2-7/+7
2020-02-04volume: sdx generation uses memdb instead of compactMapChris Lu1-3/+4
fix https://github.com/chrislusf/seaweedfs/issues/1194
2020-02-04sync before closing index fileChris Lu1-0/+4
merge from https://github.com/stlpmo-jn/seaweedfs/commit/0181f87d9142852f981541cb05689df9fc9ef6a0
2020-02-04sync before closing fileChris Lu1-2/+11
merge changes from https://github.com/stlpmo-jn/seaweedfs/commit/1747fc2d523a42af6cade446c56317d840bd2c67
2020-02-03master: add configurable volume growth toml settingChris Lu2-4/+19
2020-02-03filer: set file size, streaming chunk file uploadingChris Lu2-62/+43
fix https://github.com/chrislusf/seaweedfs/issues/1193
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu10-252/+536
fix https://github.com/chrislusf/seaweedfs/issues/1192
2020-01-31fix build1.53Chris Lu1-1/+1
2020-01-311.53Chris Lu1-1/+1
2020-01-31remove printlnChris Lu1-3/+0
2020-01-31s3: add s3 copyChris Lu6-6/+225
fix https://github.com/chrislusf/seaweedfs/issues/1190
2020-01-29Merge pull request #1189 from eryx67/compression-wavChris Lu1-1/+9
Support wav files compression
2020-01-29remove testing for viperChris Lu1-24/+0
2020-01-29fix testChris Lu1-1/+1
2020-01-30support wav files compressioneryx671-1/+9
2020-01-29adjust exampleChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu60-247/+268
2020-01-28fix wrong urlChris Lu1-4/+1
fix https://github.com/chrislusf/seaweedfs/issues/1187
2020-01-27reduce logsChris Lu1-7/+3
2020-01-27avoid retry delayChris Lu1-1/+0
2020-01-27mount: able to write to any part of a fileChris Lu2-18/+82
2020-01-27loggingChris Lu1-1/+1
2020-01-261.521.52Chris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu51-121/+121
2020-01-26Update README.mdChris Lu1-4/+10
2020-01-26update docker readmeChris Lu1-1/+5
2020-01-26mount: able to handle large git cloneChris Lu3-21/+60
2020-01-26add test casesChris Lu1-0/+36
2020-01-26add loggingChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu14-124/+152