| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 13 | -977/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2016-04-04 | avoid same directory with different dir ids | chrislusf | 1 | -21/+36 | |
| fix https://github.com/chrislusf/seaweedfs/issues/277 | |||||
| 2016-03-30 | fix tests | chrislusf | 1 | -4/+4 | |
| 2016-03-30 | add lock to dir children map | chrislusf | 1 | -16/+44 | |
| fix https://github.com/chrislusf/seaweedfs/issues/273 | |||||
| 2016-03-08 | add redis password | chrislusf | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/263 | |||||
| 2015-08-21 | avoid using empty fileId to delete | chrislusf | 1 | -0/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/183 | |||||
| 2015-07-08 | Adjust for window path | chrislusf | 1 | -4/+12 | |
| fix https://github.com/chrislusf/seaweedfs/issues/161 | |||||
| 2015-04-16 | More consistency with SeaweedFS name | Stuart P. Bentley | 1 | -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-16 | Merge pull request #119 from stuartpb/fix-namesapce | chrislusf | 1 | -11/+11 | |
| Fix flat_namespace_filer.go implementing "FlatNamesapceFiler" | |||||
| 2015-04-16 | Fix flat_namespace_filer.go implementing "FlatNamesapceFiler" | Stuart P. Bentley | 1 | -11/+11 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 7 | -10/+10 | |
| 2015-03-10 | follow golint suggestions | chrislusf | 4 | -18/+16 | |
| 2015-01-13 | Cleanup error printing. | Chris Lu | 1 | -1/+1 | |
| 2015-01-06 | Add Redis support for Distributed Filer store. | Chris Lu | 1 | -0/+48 | |
| 2015-01-05 | Add support for distributed filer metadata store. | Chris Lu | 5 | -0/+168 | |
| 2015-01-05 | Refactoring for supporing cassandra as filer meta data store | Chris Lu | 7 | -42/+51 | |
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 6 | -9/+8 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 4 | -4/+4 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 4 | -4/+4 | |
| 2014-09-20 | add TTL support | Chris Lu | 1 | -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-04 | use error to report error | Chris Lu | 1 | -5/+13 | |
| 2014-09-04 | resolve directory log file error | Chris Lu | 1 | -2/+11 | |
| avoid possible race condition | |||||
| 2014-07-20 | test move function | Chris Lu | 1 | -3/+10 | |
| 2014-07-20 | fix test error due to changed api | Chris Lu | 1 | -1/+1 | |
| 2014-07-20 | Add /admin/mv to move a file or a folder | Chris Lu | 5 | -31/+87 | |
| 2014-07-20 | adjust file name | Chris Lu | 1 | -0/+0 | |
| 2014-05-14 | 1. refactor, move image resizing to its own package | Chris Lu | 1 | -7/+7 | |
| 2. make code compile | |||||
| 2014-05-13 | add os.Kill signal to handle. | Chris Lu | 1 | -1/+0 | |
| go fmt some code. | |||||
| 2014-05-13 | releasing 0.58 to handle control+c interrupts. | Chris Lu | 2 | -58/+71 | |
| compilable now. but FUSE mount is not working. | |||||
| 2014-05-12 | Can compile now. not working just yet. | Chris Lu | 3 | -3/+63 | |
| 2014-04-17 | Add option to recursively delete a folder. | Chris Lu | 2 | -6/+42 | |
| 2014-04-17 | Avoid showing the first directory when listing the root directory | Chris Lu | 1 | -3/+3 | |
| 2014-04-09 | 1. root dir has id of 0 | Chris Lu | 3 | -8/+19 | |
| 2. only delete empty folders 3. correct listing files under a folder | |||||
| 2014-04-09 | a correct implementation of filer | Chris Lu | 7 | -0/+502 | |
