aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Merge pull request #855 from chrislusf/add_jwtChris Lu70-565/+792
2019-02-18avoid changing attributes for mount directoryChris Lu1-0/+4
2019-02-18adding grpc mutual tlsChris Lu53-188/+382
2019-02-16skip nil optionsChris Lu1-8/+21
2019-02-16avoid util package depends on security packageChris Lu4-6/+4
2019-02-16Merge branch 'master' into add_jwtChris Lu1-3/+0
2019-02-16simplify isLeader() logicChris Lu1-3/+0
2019-02-15Merge branch 'master' into add_jwtChris Lu1-0/+4
2019-02-15avoid "fchmod failed" during cpChris Lu1-0/+4
2019-02-15add jwt for writesChris Lu2-5/+9
2019-02-15go fmtChris Lu3-3/+3
2019-02-15benchmark can work in secure modeChris Lu18-179/+233
2019-02-14weed mount deletion always goes to weed filerChris Lu2-41/+0
2019-02-14add authorizing fileId write accessChris Lu8-92/+125
2019-02-09cleanup security.SecretChris Lu16-131/+90
2019-02-09wip: add security.toml fileChris Lu4-5/+18
2019-02-09Merge branch 'master' of https://github.com/chrislusf/seaweedfsChris Lu5-6/+6
2019-02-09raft: use the first master to bootstrap the electionChris Lu1-3/+10
2019-02-09log raft state changesChris Lu1-0/+3
2019-02-06Merge pull request #853 from saromanov/fix-misspellChris Lu5-6/+6
2019-02-06fixing of typosSergey5-6/+6
2019-01-28Revert "randomize based on self address"Chris Lu2-11/+0
2019-01-28randomize based on self addressChris Lu2-0/+11
2019-01-28Revert "use the first entry to bootstrap master cluster"Chris Lu1-10/+3
2019-01-28better way to detect a master isLeaderChris Lu1-0/+3
2019-01-28use the first entry to bootstrap master clusterChris Lu1-3/+10
2019-01-261.241.24Chris Lu1-1/+1
2019-01-26add a timeoutChris Lu1-0/+1
2019-01-26fix related testsChris Lu1-2/+2
2019-01-26memory needle map mark size to be TombstoneFileSizeChris Lu1-2/+2
2019-01-24Merge branch 'master' of https://github.com/chrislusf/seaweedfsChris Lu1-3/+1
2019-01-24set file attributesChris Lu1-4/+0
2019-01-23Merge pull request #846 from bingoohuang/masterChris Lu1-3/+1
2019-01-23use tempFile.Truncate to reset file size to speedup testbingoohuang1-3/+1
2019-01-22raft: adding idle connection time outChris Lu1-0/+1
2019-01-22Merge pull request #842 from PapaYofen/fixChris Lu1-6/+5
2019-01-22Fix block-waiting for leader when there are no volumeschenwanli1-6/+5
2019-01-18fix docker to work with master grpc portChris Lu4-2/+8
2019-01-181.231.23Chris Lu1-1/+1
2019-01-18go fmtChris Lu1-2/+2
2019-01-18master add separate grpc portChris Lu7-46/+95
2019-01-181.221.22Chris Lu1-1/+1
2019-01-18fix timeout issue, but can not reproduce with local built binariesChris Lu1-2/+2
2019-01-17timeout http connectionsChris Lu1-1/+1
2019-01-161.211.21Chris Lu1-1/+1
2019-01-16Merge pull request #838 from bingoohuang/masterChris Lu22-59/+58
2019-01-17go fmt and fix some typobingoohuang22-59/+58
2019-01-16Merge pull request #836 from bingoohuang/masterChris Lu8-138/+261
2019-01-16extract VolumeFileScanner for ScanVolumeFilebingoohuang6-130/+190
2019-01-16fix needle Append return offset to avoid uint32 overflowbingoohuang3-8/+71