aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-06add tool to change a volume's replicationChris Lu1-0/+84
2016-06-05fixChris Lu1-2/+2
2016-06-05adjust logChris Lu1-2/+2
2016-06-03delete file storage when POST to updateChris Lu1-0/+8
2016-06-02add fid and url to filer post resultChris Lu1-2/+17
2016-06-02refactoringChris Lu3-245/+262
2016-06-02fix pathChris Lu3-5/+5
2016-06-02directory structure change to work with glideChris Lu166-272/+296
2016-06-02add missing unlock()!!!!!Chris Lu1-0/+1
2016-05-30rwlock concurrent read mapChris Lu7-25/+45
2016-05-27fix concurrent write mapChris Lu1-1/+13
2016-05-26add missing parameters.Chris Lu1-2/+2
2016-05-25bind ip address when starting filerChris Lu2-2/+4
2016-05-24clean up old config only when peers are changed.Chris Lu2-35/+47
2016-05-23skip vendor folderChris Lu1-0/+1
2016-05-23add glide to manage dependencyChris Lu2-0/+123
2016-05-23Merge pull request #306 from hankya/masterChris Lu1-2/+3
2016-05-23master: redirect handler accept collection parameteryangrun1-2/+3
2016-05-19lock node.childrenChris Lu1-3/+20
2016-05-19lock dn.volumesChris Lu4-4/+21
2016-05-13properly release memoryChris Lu5-7/+7
2016-05-12Merge pull request #302 from alexanderk23/fix_content_disposition_headerChris Lu1-1/+7
2016-05-12Fix Content-Disposition header; add dl=(0|1) URI param to use inline (default...Alexander Kovalenko1-1/+7
2016-05-09close current needle map when switchingChris Lu1-0/+1
2016-05-09do not forget to vacuum if cluster changesChris Lu1-2/+2
2016-05-05return nil if no errorChris Lu1-0/+3
2016-04-28fix refactoring errorChris Lu1-3/+3
2016-04-28use detailed map of errors for distributed operationsChris Lu1-21/+42
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 poolingchrislusf4-34/+82
2016-04-15fmtchrislusf1-2/+2
2016-04-14improve performance a little bit when having white listchrislusf1-3/+1
2016-04-14Merge pull request #291 from vitalybaev/faviconChris Lu5-0/+253
2016-04-14Added /favicon.ico handlerVitaly Baev5-0/+253
2016-04-14mark it as 0.71betachrislusf1-1/+1
2016-04-14pooling []bytechrislusf9-7/+216
2016-04-14make VolumeLayout thread safechrislusf1-3/+15
2016-04-11remove test imageChris Lu1-0/+0
2016-04-11releasing 0.70Chris Lu2-1/+1
2016-04-11Merge pull request #288 from bluefoxah/masterChris Lu1-1/+1
2016-04-11[MOD] fix a bug.if node is nil will get an panic.张远浩1-1/+1
2016-04-11Merge pull request #287 from bluefoxah/masterChris Lu1-3/+2
2016-04-11modify the lockbluefoxah1-3/+2
2016-04-10clearer error messagechrislusf1-17/+11
2016-04-10Merge pull request #286 from thinxer/parseKeyHashChris Lu2-11/+63
2016-04-10storage: faster ParseKeyHashJianfei Wang1-11/+18
2016-04-10storage: add test for ParseKeyHashJianfei Wang2-1/+46