aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-081.111.11Chris Lu3-10/+135
2018-12-07refactoringChris Lu2-63/+30
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu5-16/+54
2018-12-07refactoringChris Lu3-62/+46
2018-12-07avoid range request for gzipped contentChris Lu2-4/+10
2018-12-07add a local testChris Lu1-0/+41
2018-12-06refactoringChris Lu3-30/+42
2018-12-06fail fast if two notification queues or inputs are enabledChris Lu2-7/+29
2018-12-06fail early if two filer stores are definedChris Lu1-0/+11
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu5-4/+29
2018-12-05adjust messageChris Lu1-2/+8
2018-12-04Merge branch 'master' of https://github.com/chrislusf/seaweedfsChris Lu1-0/+6
2018-12-04HCFS recursively delete filesChris Lu1-0/+7
2018-12-04Merge pull request #781 from PapaYofen/fix-780Chris Lu1-0/+6
2018-12-05fix https://github.com/chrislusf/seaweedfs/issues/780chenwanli1-0/+6
2018-12-04HCFS: adjust file modification time to millisecondsChris Lu1-1/+1
2018-12-04HCFS: chmodChris Lu2-1/+46
2018-12-04HCFS support chownChris Lu2-0/+50
2018-12-04HCFS support change user name and group namesChris Lu1-0/+2
2018-12-04add debugChris Lu1-1/+2
2018-12-04add @OverrideChris Lu1-0/+10
2018-12-04support hdfs user name and group namesChris Lu2-0/+6
2018-12-03add juintChris Lu1-0/+6
2018-12-03HCFS: read concatenated filesChris Lu4-29/+116
2018-12-03HCFS can read filesChris Lu5-15/+77
2018-12-03put file is workingChris Lu3-26/+84
2018-12-02revert prevChris Lu1-3/+0
2018-12-02do not throw error if not foundChris Lu1-0/+3
2018-12-02skip creation for rootChris Lu1-0/+4
2018-12-02add warning for empty attributesChris Lu1-0/+4
2018-12-02HCFS can ls, mkdirChris Lu3-19/+46
2018-12-02default root to 0755Chris Lu1-1/+1
2018-12-02add default root directoryChris Lu2-0/+42
2018-12-02resolve java jar dependenciesChris Lu5-12/+48
2018-11-29for 1.101.10Chris Lu1-1/+1
2018-11-29Merge pull request #778 from peick/masterChris Lu1-1/+1
2018-11-29Build statically linked release executables.Michael Peick1-1/+1
2018-11-29add SeaweedInputStreamChris Lu8-1/+1089
2018-11-29refactor a bit moreChris Lu2-9/+11
2018-11-29avoid overwriting file or directoryChris Lu1-0/+6
2018-11-26copy the visible chunks logic from Go implementationChris Lu1-0/+105
2018-11-26SeaweedWrite close http clientChris Lu1-7/+12
2018-11-25SeaweedFileSystem add SeaweedOutputStream to writeChris Lu5-23/+152
2018-11-25WIP: adding SeaweedOutputStream for writeChris Lu3-1/+359
2018-11-25SeaweedFileSystem add renameChris Lu2-14/+76
2018-11-25WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, deleteChris Lu11-98/+584
2018-11-24adjust module nameChris Lu4-0/+0
2018-11-24starting with hadoop compatibleChris Lu2-0/+119
2018-11-23fix testChris Lu1-1/+1
2018-11-23go fmtChris Lu12-26/+27