aboutsummaryrefslogtreecommitdiff
path: root/go/filer
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu13-977/+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
2016-03-08add redis passwordchrislusf1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/263
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-16More consistency with SeaweedFS nameStuart P. Bentley1-1/+1
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
2015-04-16Merge pull request #119 from stuartpb/fix-namesapcechrislusf1-11/+11
Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"
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
The volume TTL and file TTL are not necessarily the same. as long as file TTL is smaller than volume TTL, it'll be fine. volume TTL is used when assigning file id, e.g. http://.../dir/assign?ttl=3h file TTL is used when uploading
2014-09-04use error to report errorChris Lu1-5/+13
2014-09-04resolve directory log file errorChris Lu1-2/+11
avoid possible race condition
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
2. make code compile
2014-05-13add os.Kill signal to handle.Chris Lu1-1/+0
go fmt some code.
2014-05-13releasing 0.58 to handle control+c interrupts.Chris Lu2-58/+71
compilable now. but FUSE mount is not working.
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
2. only delete empty folders 3. correct listing files under a folder
2014-04-09a correct implementation of filerChris Lu7-0/+502