aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2019-05-19mark the webdav as unstableChris Lu1-1/+1
2019-05-17filer: optimization for leveldb, add leveldb2Chris Lu1-0/+6
2019-05-17filer: adjust recommended mysql meta data type to LONGBLOBChris Lu1-1/+1
2019-05-14filer ip only use bind ipChris Lu1-1/+1
2019-05-11weedfuse: adapt to fstab command line patternChris Lu2-6/+115
2019-05-10weedfuse: daemonizeChris Lu2-1/+42
2019-05-10add weedfuseChris Lu2-30/+105
2019-05-06shell: volume.balance add option for all_collections, each_collectionChris Lu1-1/+1
2019-05-06use ip.bind to listen for grpc callsChris Lu1-1/+1
2019-05-04master: add jwt expires_after_secondsChris Lu1-2/+3
2019-05-03better error handling for nil raftServerChris Lu1-0/+3
2019-05-03volume: add option to limit compaction speedChris Lu4-2/+6
2019-05-03Merge pull request #950 from chrislusf/webdavChris Lu2-0/+110
2019-05-03webdav: can read nowChris Lu1-0/+18
2019-05-02scaffolding, but seems hard to satisfy mac, windows, and different os versionsChris Lu2-0/+92
2019-04-30style: go fmt for allWine931-1/+1
2019-04-29mount: allow nonempty fuse mount to work with SambaChris Lu1-0/+1
2019-04-24adjust usage descriptionChris Lu1-8/+5
2019-04-24weed server: also optionally start S3 gatewayChris Lu2-16/+49
2019-04-24filer: listen on specified ip addressChris Lu1-1/+1
2019-04-23filer: remove customizable grpc port, fixed to filer port + 10000Chris Lu3-9/+1
2019-04-19volume: atomic copying file, adds version and stopOffsetChris Lu1-2/+2
2019-04-19filer mysql: adjust scaffolding instructionsChris Lu1-2/+3
2019-04-19fix needle map entry sizeChris Lu1-1/+3
2019-04-18refactoringChris Lu4-16/+22
2019-04-18filer.copy: add adjustable compression levelChris Lu1-11/+13
2019-04-17refactoringChris Lu1-1/+1
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu2-192/+0
2019-04-11filer: rename -port.public to -port.readonlyChris Lu1-1/+1
2019-04-11typo: remove blankWine931-4/+4
2019-04-10weed mount: mount to the same folder nameChris Lu1-1/+4
2019-04-09weed volume: fix bug, remove boltdb, btreeChris Lu1-2/+2
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu2-5/+5
2019-04-08add large disk supportChris Lu2-2/+2
2019-04-08refactor Offset into a struct of bytesChris Lu2-3/+3
2019-04-08Merge pull request #914 from jba/gocdk-receiveChris Lu1-0/+1
2019-04-07weed filer.copy: use existing file owner and gropu idChris Lu1-4/+10
2019-04-07weed filer.copy: add option to profile the executionChris Lu1-0/+4
2019-04-05weed filer.copy: parallelize the copying to increase throughputChris Lu1-72/+130
2019-04-05added entry to scaffoldJonathan Amsterdam1-0/+1
2019-04-05weed filer.copy: use cached filer grpc connectionChris Lu1-8/+4
2019-04-05weed filer.copy: skip files that can not be openedChris Lu1-8/+11
2019-04-04default weed filer.copy and weed upload chunk size to 32MBChris Lu2-2/+2
2019-04-04weed shell: fs.cd change current directoryChris Lu1-1/+1
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current dire...Chris Lu1-0/+4
2019-04-01weed filer: increase default mysql/postgres dir or name length to 65535Chris Lu1-5/+5
2019-03-29refactoringChris Lu1-11/+11
2019-03-29weed filer.copy: support multiple mastersChris Lu1-2/+8
2019-03-28weed filer.export: fix pagination errorChris Lu1-0/+1
2019-03-25refactoring, go fmtChris Lu1-1/+1