aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
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
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
2021-03-29adjust orderingChris Lu1-13/+13
2021-03-29iam GetUserKonstantin Lebedev1-4/+21
2021-03-29scaffold - insertQueryLazyDBA247-Anyvision1-0/+16
2021-03-25add a snowflake sequencer as more robust fid generator, but less compressable...李海1-1/+1
2021-03-25init Iam Api ServerKonstantin Lebedev2-0/+98
2021-03-24GOMAXPROCS use defaults to the value of runtime.NumCPUKonstantin Lebedev3-7/+0
2021-03-23more help messageChris Lu3-3/+3
2021-03-23mysql: ensure name column is case sensitiveChris Lu1-4/+4
2021-03-16Merge branch 'upstreamMaster' into check_chunkviews_mrKonstantin Lebedev1-1/+1
2021-03-16CheckAllChunkViews() for HEAD requests onlyKonstantin Lebedev1-1/+1
2021-03-16revert fasthttp changesChris Lu1-1/+1
2021-03-14go fmtChris Lu1-1/+1
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu4-4/+4
2021-03-11mount: add a bit retry when connecting to filer during startupChris Lu1-7/+14
2021-03-10Merge pull request #1872 from kmlebedev/grpc_authChris Lu2-2/+6
2021-03-10add commentsKonstantin Lebedev1-0/+1
2021-03-10allowed wildcard domainKonstantin Lebedev1-0/+1
2021-03-10comma-separatedKonstantin Lebedev1-4/+4
2021-03-08TLS allowed commonNamesKonstantin Lebedev1-1/+4
2021-03-08permitCommonNamesKonstantin Lebedev1-1/+0
2021-03-07make tcp optionalChris Lu2-1/+6
2021-03-06adds tcp writes benchmarkChris Lu1-1/+24
2021-03-05volume server: support tcp direct put/get/deleteChris Lu1-0/+22
2021-03-04fix compilation errorChris Lu1-2/+2