aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
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-29scaffold - insertQueryLazyDBA247-Anyvision1-0/+16
2021-03-25add a snowflake sequencer as more robust fid generator, but less compressable...李海1-1/+1
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
2021-03-04skip checking master peers if not starting masterChris Lu1-3/+5
2021-03-03adjust help messageChris Lu1-1/+1
2021-03-03add filer.meta.backup commandChris Lu2-0/+269
2021-03-02adjust help messageChris Lu1-2/+2
2021-03-02support IPv6Chris Lu4-4/+4
2021-02-28go fmtChris Lu1-1/+0
2021-02-28filer.backup: added to replace filer.replicateChris Lu4-99/+292
2021-02-28minorChris Lu1-2/+2
2021-02-28data sink: add incremental modeChris Lu1-0/+8
2021-02-22disk type support custom tagsChris Lu9-11/+11
2021-02-20support command line arguments in a configuration file so we can `weed master...bingoohuang1-1/+1
2021-02-18webdav adds disktypeChris Lu3-0/+5
2021-02-18webdav add replication settingChris Lu3-1/+6
2021-02-17go fmtChris Lu3-4/+4
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu5-12/+14
2021-02-16this can compile now!!!Chris Lu2-4/+5
2021-02-15better postgres connection pool managementLazyDBA247-Anyvision1-0/+2
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu7-8/+8