aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-24set needle AppendAtNs value during writesChris Lu2-0/+3
2018-07-24Merge branch 'master' of https://github.com/chrislusf/seaweedfsChris Lu14-53/+71
2018-07-24Merge pull request #697 from chrislusf/add_version3Chris Lu14-53/+71
2018-07-24starting on 0.93 betaChris Lu1-1/+1
2018-07-24releasing 0.920.92Chris Lu1-1/+1
2018-07-24go fmtChris Lu4-30/+32
2018-07-24working version3Chris Lu12-64/+80
2018-07-24fix compilation errorChris Lu1-1/+1
2018-07-24refactoring: avoid common codeChris Lu1-19/+15
2018-07-24initialize read seekerChris Lu1-0/+1
2018-07-24Merge branch 'master' of https://github.com/chrislusf/seaweedfsChris Lu1-1/+3
2018-07-24fix nil if not imagesChris Lu1-1/+2
2018-07-23add amazon s3Chris Lu1-1/+3
2018-07-23start 0.92 beta2Chris Lu1-1/+1
2018-07-23re-releasing 0.910.91Chris Lu1-1/+1
2018-07-23s3API working with listing objectsChris Lu1-26/+30
2018-07-23go fmtChris Lu2-3/+3
2018-07-23s3api do not proxy directory requestsChris Lu2-1/+7
2018-07-22s3 add https supportChris Lu1-7/+20
2018-07-22print out unsupported methodsChris Lu1-0/+2
2018-07-22Merge pull request #695 from zhangmingfeng/masterChris Lu3-14/+32
2018-07-22Merge pull request #694 from himyxia/inprove_switch_caseChris Lu1-8/+2
2018-07-23better way to handler switch caseJimmy1-8/+2
2018-07-22add WIP 0.92 betaChris Lu1-1/+1
2018-07-22releasing 0.91Chris Lu2-2/+2
2018-07-22s3 API add ListObjectsV2HandlerChris Lu2-23/+85
2018-07-22remove printlnChris Lu3-5/+0
2018-07-22go fmtChris Lu7-12/+12
2018-07-22s3 API add ListObjectsV1Chris Lu11-131/+333
2018-07-21fix compilation problemChris Lu2-21/+25
2018-07-21adjust default buckets folderChris Lu1-1/+1
2018-07-21Merge pull request #693 from chrislusf/add_s3Chris Lu62-413/+2796
2018-07-21adjust DELETE response to S3 formatChris Lu1-7/+15
2018-07-21fix compilationChris Lu1-2/+0
2018-07-21unused methodChris Lu1-5/+0
2018-07-21s3 add HEAD DELETEChris Lu3-10/+73
2018-07-21adjust log levelChris Lu1-1/+1
2018-07-21fix printingChris Lu1-1/+1
2018-07-21remove unused codeChris Lu3-149/+5
2018-07-21delegating old chunk purging to CreateEntryChris Lu2-27/+22
2018-07-21needle priting formatChris Lu3-11/+15
2018-07-21update also delete old chunks if different from latest chunksChris Lu1-9/+32
2018-07-21go fmtChris Lu43-105/+105
2018-07-21Merge branch 'master' into add_s3Chris Lu5-109/+197
2018-07-21support PUTChris Lu2-6/+13
2018-07-21refactor: separate multipart parsing fileChris Lu2-86/+104
2018-07-21add s3 upload, and removing mono and multi part upload analyzerChris Lu8-59/+139
2018-07-20set filer2.ErrNotFound for not found entryChris Lu5-14/+21
2018-07-20fix string printingChris Lu1-1/+1
2018-07-20fix compilation errorChris Lu1-1/+1