aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2021-06-26Fix: Loosing environment variables at StartProcessthephoenixofthevoid1-6/+3
2021-06-24adjust logsChris Lu1-1/+1
2021-06-20start weed with mount in backgrounddanielflira1-0/+24
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-06-07Return correct exitcode when `wheed upload` failsDaniel Nagy1-2/+11
2021-06-06mount: adjust starting orderChris Lu1-0/+1
avoid possible nil wfs.Server
2021-06-02Return artificial . and .. directoriesPatrick Schmidt1-2/+27
2021-05-29filer.backup: escape colon from path on windowsChris Lu3-10/+32
fix https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-28Merge pull request #2099 from danielflira/mount-helperChris Lu1-110/+167
fix parameter multiple values
2021-05-29fix parameter multiple valuesdanielflira1-110/+167
2021-05-28freespace params fixEugeniy Kozlov1-1/+1
2021-05-27scaffold add commentsChris Lu1-2/+3
2021-05-26replace filer.remote and parts[1]danielflira1-39/+41
2021-05-25create fuse subcommand to use weed with mountdanielflira2-0/+164
2021-05-25filer.backup: backup to local directory optionally is incrementalChris Lu1-6/+0
fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-23filer: Support sqlite as filer meta storeChris Lu1-0/+5
2021-05-21adjust help messageChris Lu1-1/+1
2021-05-21FUSE mount: support multiple filersChris Lu1-10/+10
fix https://github.com/chrislusf/seaweedfs/issues/2015 fix https://github.com/chrislusf/seaweedfs/issues/1531
2021-05-12filer.copy: "check.size" before copying filesChris Lu1-5/+57
fix https://github.com/chrislusf/seaweedfs/issues/2067
2021-05-07add retry to assign volumeChris Lu1-36/+40
fix https://github.com/chrislusf/seaweedfs/issues/2056
2021-05-07remove duplicated codeChris Lu1-3/+0
2021-05-06go fmtChris Lu1-1/+1
2021-05-05revert PR #1903 avoid http error: superfluous response.WriteHeaderChris Lu1-1/+1
2021-04-27minFreeSpace refactoredbingoohuang2-23/+12
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-14/+16
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
fix https://github.com/chrislusf/seaweedfs/issues/2016
2021-04-20fix path-specific filer store comment errorliuxiaobo1-1/+1
2021-04-18cleaner way to set readonlyChris Lu1-1/+3
2021-04-16remove unused variableChris Lu1-1/+0
2021-04-14adjust loggingChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1999
2021-04-11adjust help messageChris Lu1-1/+1
2021-04-10go fmtChris Lu1-3/+3
2021-04-10add gateway for easier POST and DELETE blobsChris Lu2-0/+94
2021-04-07Fix typo in weed filer long helpPhilippe Pepiot1-1/+1
2021-04-07remove mac specific mount optionsChris Lu1-2/+0
2021-04-06fix get filerGrpcAddressKonstantin Lebedev1-1/+1
2021-04-06Merge branch 'upstreamMaster' into iamapiprKonstantin Lebedev20-197/+740
2021-04-04mount: add readOnly optionChris Lu2-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/1961
2021-04-02go fmtChris Lu1-1/+1
2021-04-01smaller file chunks are fasterChris Lu4-4/+4
2021-04-01refactor buffer poolChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu3-40/+48
add some back pressure when writes are slow
2021-03-30server add memory profilingChris Lu1-9/+4
2021-03-30fix postgres2 upsertQuery syntax alsoLazyDBA247-Anyvision1-1/+1
2021-03-30adjust orderingChris Lu1-4/+4
2021-03-30Merge pull request #1948 from LazyDBA247-Anyvision/masterChris Lu1-16/+12
add enableUpsert=true
2021-03-30use a compatible pg syntax for upsertLazyDBA247-Anyvision1-1/+1
2021-03-30reduce default concurrentWriters to 32Chris Lu1-1/+1
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-16/+12
and rename config to upsertQuery
2021-03-29adjust orderingChris Lu1-13/+13