aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2019-10-22go fmtChris Lu1-2/+2
2019-10-22refactor ScanVolumeFileFrom()Chris Lu6-67/+53
2019-10-22refactor memory map related codeChris Lu6-51/+34
2019-10-21go fmtChris Lu1-1/+1
2019-10-21adjust parameter namesChris Lu15-321/+317
2019-10-21fix unreachable codeChris Lu1-9/+8
2019-10-21Merge pull request #1087 from joeslay/masterChris Lu30-228/+1026
2019-10-18Comma, no space?j.laycock1-1/+1
2019-10-18using a space instead of a comma to hopefully fix the build!j.laycock1-1/+1
2019-10-18Make volumeCreate more consistent between all 3 implementations.j.laycock2-3/+3
2019-10-18Fix volume_create breaking the buildj.laycock1-1/+1
2019-10-14Merge pull request #10 from chrislusf/masterjoeslay15-131/+1581
2019-10-14fix benchmark cmd usage infozhangsong1-1/+1
2019-10-111.441.44Chris Lu1-1/+1
2019-10-09follow the redirected masterChris Lu1-4/+2
2019-10-09fix logic errorChris Lu1-1/+1
2019-10-09go fmtChris Lu5-43/+35
2019-10-09volume: return error if superblock is not initializedChris Lu2-0/+7
2019-10-06support basic json filtering and selectionChris Lu6-186/+417
2019-10-06add some basic sql typesChris Lu4-0/+613
2019-10-06scaffold for volume server query featureChris Lu6-126/+735
2019-10-01Merge pull request #8 from chrislusf/masterjoeslay6-9/+16
2019-10-01Make releaseMemory private and return byte array instead, fix other platform ...j.laycock4-27/+24
2019-09-29s3 api: fix listbucket common_prefixes issueLei Liu3-4/+11
2019-09-29master api: return http 404 when volumeId not existLei Liu3-5/+5
2019-09-20limit locking physical memory to 80% of max physical memoryj.laycock1-13/+64
2019-09-19Merge pull request #7 from chrislusf/masterjoeslay3-5/+105
2019-09-19minor change to setProcessWorkingSetSize functionj.laycock1-4/+4
2019-09-16add more logsChris Lu1-0/+4
2019-09-16add logsChris Lu1-0/+1
2019-09-14tweaking data typesChris Lu2-17/+19
2019-09-14Merge pull request #1060 from divinerapier/masterChris Lu2-5/+98
2019-09-13fix: thread unsafedivinerapier2-5/+98
2019-09-12Change joeslay paths to chrislusf pathsj.laycock235-715/+715
2019-09-12Merge pull request #6 from chrislusf/masterjoeslay8-113/+122
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu7-109/+122
2019-09-11volume: skip readonly checking when Destroy()Chris Lu1-4/+0
2019-09-11Add some comments/documentationj.laycock1-1/+7
2019-09-11Merge pull request #5 from chrislusf/masterjoeslay2-25/+18
2019-09-10Remove Finalizerj.laycock1-2/+0
2019-09-10Virtual lock memory pages and Set Process Working set size to hint to windows...j.laycock1-24/+79
2019-09-09refactoring: remove unused functionsChris Lu2-31/+0
2019-09-09avoid nil needle mapChris Lu1-0/+24
2019-09-06Merge pull request #4 from chrislusf/masterjoeslay2-119/+0
2019-09-06remove glideChris Lu1-117/+0
2019-09-05rename mem_buffer to mBufferj.laycock4-26/+26
2019-09-05rename more memorymapped variables to memoryMapMaxSizeMBj.laycock1-4/+4
2019-09-05rename volume property MemoryMap to MemoryMapMaxSizeMBj.laycock3-15/+15
2019-09-05Only use truncate flag when creating non memory map files, rename and use mem...j.laycock1-9/+13
2019-09-05use 0 instead of false for max memory flagj.laycock1-2/+2