aboutsummaryrefslogtreecommitdiff
path: root/go/filer/embedded_filer
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu6-663/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-04-04avoid same directory with different dir idschrislusf1-21/+36
fix https://github.com/chrislusf/seaweedfs/issues/277
2016-03-30fix testschrislusf1-4/+4
2016-03-30add lock to dir children mapchrislusf1-16/+44
fix https://github.com/chrislusf/seaweedfs/issues/273
2015-08-21avoid using empty fileId to deletechrislusf1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/183
2015-07-08Adjust for window pathchrislusf1-4/+12
fix https://github.com/chrislusf/seaweedfs/issues/161
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley4-7/+7
2015-03-10follow golint suggestionschrislusf2-9/+7
2015-01-13Cleanup error printing.Chris Lu1-1/+1
2015-01-05Add support for distributed filer metadata store.Chris Lu1-0/+26
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu5-0/+585