aboutsummaryrefslogtreecommitdiff
path: root/go/storage
AgeCommit message (Expand)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu29-3246/+0
2016-05-27fix concurrent write mapChris Lu1-1/+13
2016-05-13properly release memoryChris Lu3-4/+5
2016-05-09close current needle map when switchingChris Lu1-0/+1
2016-04-26just refactoringChris Lu2-20/+36
2016-04-26separate into 2 files, no logic changeChris Lu2-36/+44
2016-04-17correct cache: fix racing conditionchrislusf2-9/+7
2016-04-15adjust to real case cache sizechrislusf1-2/+2
2016-04-15add []byte caching and poolingchrislusf3-32/+80
2016-04-14pooling []bytechrislusf3-4/+36
2016-04-10clearer error messagechrislusf1-17/+11
2016-04-10storage: faster ParseKeyHashJianfei Wang1-11/+18
2016-04-10storage: add test for ParseKeyHashJianfei Wang2-1/+46
2016-04-10Revert "Merge pull request #284 from thinxer/binary"chrislusf10-119/+69
2016-04-10storage: do not copy sync.Mutex by valueJianfei Wang1-4/+4
2016-04-09replace util/bytes.go with binary.BigEndianJianfei Wang9-69/+74
2016-04-09storage: add test for ParseKeyHashJianfei Wang2-1/+46
2016-04-08Revert "Merge pull request #281 from thinxer/binary"chrislusf9-59/+61
2016-04-06replace util/bytes.go with binary.BigEndianJianfei Wang9-61/+59
2016-04-01use klauspost/crc32 instead of hash/crc32Alexandr Razumov1-1/+1
2015-12-14format changeschrislusf2-7/+9
2015-12-02Delete all chunks when delete a ChunkManifesttnextday2-61/+3
2015-12-02complete submit chunked filetnextday1-1/+1
2015-12-01rename FlagChunkedFile to FlagChunkManifesttnextday2-6/+6
2015-12-01update ChunkedFile to seekable reader, so we can use io.* to read datatnextday2-8/+13
2015-11-29add chunk file helper to support large filetnextday1-0/+9
2015-08-18fix extract collection name from .dat fileTimur Nurutdinov1-1/+3
2015-07-17fix ttl change detectionchrislusf1-1/+1
2015-07-11fix wrong logicchrislusf1-1/+1
2015-07-11add loggingchrislusf1-0/+1
2015-07-10skip isFileUnchanged checking since ttl always changechrislusf1-0/+3
2015-07-08Avoid nil case when fixing datachrislusf1-1/+1
2015-06-23In case lastNode==0, need to set it to -1chrislusf1-2/+2
2015-05-26Add "weed backup" command.chrislusf8-124/+357
2015-05-25Add Key String() functionchrislusf1-0/+6
2015-05-23Rename variableschrislusf2-10/+10
2015-05-23Add commentschrislusf1-0/+1
2015-05-22Fix looking for master nodes.chrislusf1-2/+6
2015-05-14More debug information for connecting to masterchrislusf1-0/+4
2015-05-08Textual changes.chrislusf1-1/+1
2015-05-08Increase compact revision during each compactionchrislusf1-0/+1
2015-05-08Add compact revision in volume super blockchrislusf1-0/+5
2015-04-21unittest: TestSortVolumeInfosyanyiwu1-0/+23
2015-04-21Sort VolumeInfos by VolumeId in Store.Status();yanyiwu2-1/+25
2015-04-19Prepend prefix "0" for odd number of hex characters.chrislusf1-0/+3
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley16-27/+27
2015-04-14Add error checking for file reads.chrislusf1-1/+5
2015-03-29remove verbose logging.chrislusf1-1/+0
2015-03-29Add boltdb for volume needle mapchrislusf6-46/+246
2015-03-27removing unused fileschrislusf2-407/+0