aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2020-05-08able to read chan and write chanChris Lu3-4/+40
2020-05-05add broker connects to filerChris Lu2-1/+42
2020-04-30refactoringChris Lu3-33/+3
2020-04-29able to subscribe any topic from any point of timeChris Lu1-1/+2
2020-04-29refactoringChris Lu1-0/+2
2020-04-28meta subscription: update the last read timeChris Lu1-0/+8
2020-04-28master and volume server: avoid race conditionChris Lu2-1/+6
2020-04-28remove printoutsChris Lu1-1/+1
2020-04-28filer: simplify image resizeChris Lu1-2/+8
2020-04-28metadata log: read from any timestampChris Lu1-11/+14
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang2-2/+4
2020-04-26Hadoop: fix entry not found for HCFSChris Lu1-3/+22
2020-04-23support semicolon seperated command linesChris Lu1-18/+23
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu2-1/+6
2020-04-23make lock/unlock optionalChris Lu1-16/+2
2020-04-23make second lock instantChris Lu1-1/+1
2020-04-23add exclusive lock library on shellChris Lu1-2/+2
2020-04-23add master side code for cluster wise exclusive lockChris Lu2-1/+109
2020-04-22reduce the connectionsChris Lu1-13/+0
2020-04-21async meta caching: can stream updates nowChris Lu1-2/+3
2020-04-21adjust loggingChris Lu1-2/+2
2020-04-20go fmtChris Lu1-1/+1
2020-04-20refactoringChris Lu1-36/+49
2020-04-19refactorChris Lu1-0/+1
2020-04-19Merge pull request #1280 from bukton123/filer_mongodbChris Lu1-0/+1
2020-04-18filer master start up with default ip address instead of just localhostChris Lu2-2/+4
2020-04-19Merge remote-tracking branch 'origin/master' into filer_mongodbbukton16-199/+169
2020-04-18add import mongodb to filer serverbukton1-0/+1
2020-04-17fix unreachable codeChris Lu2-2/+0
2020-04-17filer: able to append to a fileChris Lu1-0/+32
2020-04-16refactoringChris Lu2-144/+0
2020-04-16scaffolding messagingChris Lu1-5/+5
2020-04-16making volume stats size info readable.Reed1-5/+5
2020-04-13tiered cachingChris Lu1-1/+1
2020-04-12refactoringChris Lu3-6/+6
2020-04-12refactoringChris Lu1-3/+3
2020-04-12shell: only one shell is allowed to connect to the clusterChris Lu2-0/+15
2020-04-12re-enable system logsChris Lu2-2/+3
2020-04-12remove configurable topics folder locationChris Lu2-3/+0
2020-04-12filer store: add redis2 redis_cluster2 as default redis storeChris Lu1-0/+1
2020-04-11s3: add option to fsync bucketsChris Lu5-15/+19
2020-04-11volume server: accept fsync=true in write requestsChris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu1-1/+8
2020-04-11refactorChris Lu1-3/+3
2020-04-11refactoringChris Lu1-1/+1
2020-04-10mv : create new folder, move children, and delete old folderChris Lu1-6/+22
2020-04-08weed shell: simplify CLI option for filerChris Lu1-4/+5
2020-04-08add etag only for PUT or large chunked uploadsChris Lu2-3/+18
2020-04-08add If-None-Match and If-Modified-SinceChris Lu3-10/+37
2020-04-07fix setting default valueChris Lu1-2/+2