aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-13fix nil crashChris Lu1-0/+6
2016-06-10Merge pull request #315 from 030io/masterChris Lu4-7/+19
2016-06-11fix bug: filer DELETEDaLin4-7/+19
2016-06-08Merge pull request #314 from hxiaodon/masterChris Lu1-37/+185
2016-06-08refactor work for filer write handler霍晓栋1-122/+146
2016-06-08made a little change for Amazon S3 API's compatibility霍晓栋1-28/+152
2016-06-06a little refactoringChris Lu1-8/+9
2016-06-06Merge pull request #312 from hxiaodon/masterChris Lu4-13/+91
2016-06-07read write handler update霍晓栋2-7/+7
2016-06-07filer could detect master nodes healthy status and choose a working one when ...霍晓栋2-6/+84
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