aboutsummaryrefslogtreecommitdiff
path: root/go/filer
AgeCommit message (Expand)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu13-977/+0
2016-04-04avoid same directory with different dir idschrislusf1-21/+36
2016-03-30fix testschrislusf1-4/+4
2016-03-30add lock to dir children mapchrislusf1-16/+44
2016-03-08add redis passwordchrislusf1-2/+2
2015-08-21avoid using empty fileId to deletechrislusf1-0/+3
2015-07-08Adjust for window pathchrislusf1-4/+12
2015-04-16More consistency with SeaweedFS nameStuart P. Bentley1-1/+1
2015-04-16Merge pull request #119 from stuartpb/fix-namesapcechrislusf1-11/+11
2015-04-16Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"Stuart P. Bentley1-11/+11
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley7-10/+10
2015-03-10follow golint suggestionschrislusf4-18/+16
2015-01-13Cleanup error printing.Chris Lu1-1/+1
2015-01-06Add Redis support for Distributed Filer store.Chris Lu1-0/+48
2015-01-05Add support for distributed filer metadata store.Chris Lu5-0/+168
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu7-42/+51
2014-10-26formatting code by: goimports -w=true .Chris Lu6-9/+8
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy4-4/+4
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy4-4/+4
2014-09-20add TTL supportChris Lu1-2/+2
2014-09-04use error to report errorChris Lu1-5/+13
2014-09-04resolve directory log file errorChris Lu1-2/+11
2014-07-20test move functionChris Lu1-3/+10
2014-07-20fix test error due to changed apiChris Lu1-1/+1
2014-07-20Add /admin/mv to move a file or a folderChris Lu5-31/+87
2014-07-20adjust file nameChris Lu1-0/+0
2014-05-141. refactor, move image resizing to its own packageChris Lu1-7/+7
2014-05-13add os.Kill signal to handle.Chris Lu1-1/+0
2014-05-13releasing 0.58 to handle control+c interrupts.Chris Lu2-58/+71
2014-05-12Can compile now. not working just yet.Chris Lu3-3/+63
2014-04-17Add option to recursively delete a folder.Chris Lu2-6/+42
2014-04-17Avoid showing the first directory when listing the root directoryChris Lu1-3/+3
2014-04-091. root dir has id of 0Chris Lu3-8/+19
2014-04-09a correct implementation of filerChris Lu7-0/+502