aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2019-10-22go fmtChris Lu1-2/+2
2019-10-22refactor ScanVolumeFileFrom()Chris Lu1-26/+44
2019-10-22refactor memory map related codeChris Lu1-1/+2
2019-10-21adjust parameter namesChris Lu3-4/+4
2019-10-21fix unreachable codeChris Lu1-9/+8
2019-10-14Merge pull request #10 from chrislusf/masterjoeslay2-4/+69
2019-10-09go fmtChris Lu1-9/+7
2019-10-06support basic json filtering and selectionChris Lu1-9/+18
2019-10-06scaffold for volume server query featureChris Lu2-4/+62
2019-10-01Merge pull request #8 from chrislusf/masterjoeslay2-3/+3
2019-09-29master api: return http 404 when volumeId not existLei Liu2-3/+3
2019-09-12Change joeslay paths to chrislusf pathsj.laycock32-162/+162
2019-09-12Merge pull request #6 from chrislusf/masterjoeslay3-3/+5
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu3-3/+5
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell3-15/+22
2019-09-04Merge pull request #3 from chrislusf/masterjoeslay1-2/+2
2019-09-03Add InMemory to Volume Grow structurej.laycock1-1/+1
2019-09-03remove printlnChris Lu1-2/+2
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-1/+1
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell2-1/+2
2019-09-02Merge pull request #2 from chrislusf/masterjoeslay1-1/+1
2019-09-02Swap imports to use joeslayj.laycock32-162/+162
2019-09-01HCFS: avoid verbose file not found exception stack traceChris Lu1-1/+1
2019-08-09skip writing content if not modifiedChris Lu1-0/+6
2019-08-01Add etcd filestoreFeng Ye1-0/+1
2019-07-31fix test errorChris Lu1-1/+1
2019-07-31master: redirect clients to the new leaderChris Lu1-2/+16
2019-07-28master: followers can also lookup and redirectChris Lu4-33/+53
2019-07-17refactoringChris Lu2-2/+2
2019-07-17set the max file key when ever possibleChris Lu1-1/+2
2019-07-17skip all azuresbChris Lu1-1/+1
2019-07-17disable azure due to api changesChris Lu1-1/+1
2019-07-11shell: add fs.mvChris Lu1-0/+5
2019-07-11filer: set file name when uploading to a directoryChris Lu1-6/+6
2019-07-10detect a filer path is a file or a directoryChris Lu1-1/+7
2019-06-30filer: default to leveldb2Chris Lu1-2/+3
2019-06-26mark volume readonly before ec encodingChris Lu1-0/+16
2019-06-25refactoringChris Lu3-14/+19
2019-06-23go fmtChris Lu1-1/+1
2019-06-23simplify metrics settingsChris Lu2-4/+48
2019-06-23big refactoringChris Lu4-51/+43
2019-06-23go fmtChris Lu2-3/+9
2019-06-23filer.copy: use filer settings, avoid unnecessary command line optionsChris Lu1-0/+10
2019-06-22add metrics, refactoringChris Lu4-71/+126
2019-06-22refactoringChris Lu2-2/+2
2019-06-21ec deletion worksChris Lu1-0/+9
2019-06-20delete garbage only when successfulChris Lu1-2/+1
2019-06-20go fmtChris Lu2-3/+3
2019-06-20ec deletion code complete, not tested yetChris Lu1-1/+14
2019-06-20add grpc VolumeEcBlobDeleteChris Lu1-0/+28