| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 19 | -2000/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2016-05-30 | rwlock concurrent read map | Chris Lu | 5 | -13/+11 | |
| 2016-05-19 | lock node.children | Chris Lu | 1 | -3/+20 | |
| 2016-05-19 | lock dn.volumes | Chris Lu | 4 | -4/+21 | |
| 2016-05-09 | do not forget to vacuum if cluster changes | Chris Lu | 1 | -2/+2 | |
| 2016-05-05 | return nil if no error | Chris Lu | 1 | -0/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/299 | |||||
| 2016-04-28 | use detailed map of errors for distributed operations | Chris Lu | 1 | -21/+42 | |
| 2016-04-14 | make VolumeLayout thread safe | chrislusf | 1 | -3/+15 | |
| 2016-04-11 | [MOD] fix a bug.if node is nil will get an panic. | 张远浩 | 1 | -1/+1 | |
| 2016-02-27 | Fix chunk manifest replicate upload error | tnextday | 1 | -2/+19 | |
| Escape the redirect url in volume read handler | |||||
| 2015-12-30 | adjust print out when error | chrislusf | 1 | -4/+3 | |
| 2015-12-28 | Update store_replicate.go | hxiaodon | 1 | -0/+7 | |
| replication operations should be equal to volume's replication setting | |||||
| 2015-11-29 | add chunk file helper to support large file | tnextday | 1 | -0/+1 | |
| 2015-07-11 | add logging | chrislusf | 1 | -0/+3 | |
| 2015-05-23 | Adjust log message | chrislusf | 1 | -1/+1 | |
| 2015-05-17 | Adjust admin url pattern | chrislusf | 1 | -3/+3 | |
| 2015-05-03 | break away from code.google.com | chrislusf | 2 | -2/+2 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 12 | -31/+31 | |
| 2015-04-06 | change count to uint64 to fix #109 | chrislusf | 2 | -2/+2 | |
| fix https://github.com/chrislusf/weed-fs/issues/109 | |||||
| 2015-03-10 | follow golint suggestions | chrislusf | 4 | -27/+25 | |
| 2015-03-09 | Add read only public port on volume server | chrislusf | 5 | -20/+9 | |
| Add read only public port on volume server | |||||
| 2015-03-09 | Avoid wrong way to delete on replication failure | chrislusf | 1 | -10/+0 | |
| Avoid wrong way to delete on replication failure. This deletion has bug to write. The better fix is not to use the deletion on failure at all. | |||||
| 2015-02-25 | display admin url on /dir/status | chrislusf | 1 | -0/+1 | |
| 2015-02-25 | adjust debug message | chrislusf | 1 | -1/+1 | |
| 2015-02-20 | Show returned content when can not parse son | chrislusf | 1 | -1/+2 | |
| 2015-02-07 | merge conflicts | Chris Lu | 1 | -5/+21 | |
| 2015-01-18 | Fix compilation error. | Chris Lu | 1 | -1/+1 | |
| 2015-01-18 | Add optional admin port to volume server, to seperate admin operations from ↵ | Chris Lu | 6 | -11/+23 | |
| normal file operations. | |||||
| 2015-01-14 | Resolve Conflicts | Chris Lu | 1 | -1/+1 | |
| 2015-01-13 | Cleanup error printing. | Chris Lu | 2 | -2/+2 | |
| 2015-01-13 | fix some typos | Lei Xue | 1 | -1/+1 | |
| 2015-01-08 | add some String() to make codes easier to read and debug | yanyiwu | 5 | -0/+28 | |
| 2014-12-08 | Add read-write lock to guard topology changes on new collections and ttls. | chrislusf | 4 | -34/+37 | |
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 13 | -27/+31 | |
| 2014-10-25 | adjust visibility | Chris Lu | 1 | -1/+1 | |
| 2014-10-25 | fix typo | Chris Lu | 1 | -1/+1 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 12 | -28/+28 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 12 | -28/+28 | |
| 2014-09-20 | add TTL support | Chris Lu | 9 | -31/+61 | |
| 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-07-20 | fix old tests that's found not working during travis integration. | Chris Lu | 2 | -108/+8 | |
| 2014-05-19 | rename to _vacuum.go | Chris Lu | 1 | -0/+0 | |
| 2014-04-21 | Change to protocol buffer for volume-join-masster message | Chris Lu | 1 | -6/+15 | |
| Reduced size to about 1/5 of the previous json format message | |||||
| 2014-04-17 | 1. v0.54 | Chris Lu | 1 | -1/+0 | |
| 2. go vet found many printing format errors | |||||
| 2014-04-16 | 1. volume server now sends master server its max file key, so that | Chris Lu | 1 | -4/+5 | |
| master server does not need to store the sequence on disk any more 2. fix raft server's failure to init cluster during bootstrapping | |||||
| 2014-04-13 | Correct logic to allocate volume slots | Chris Lu | 1 | -12/+25 | |
| 2014-04-13 | correct assign logic for rack level. Still need to fix data center | Chris Lu | 1 | -9/+19 | |
| level. | |||||
| 2014-04-13 | mostly working correctly, but may have failed volume growing attempts | Chris Lu | 1 | -0/+13 | |
| when slots are tight. | |||||
| 2014-04-13 | 1. refactoring, merge "replication" logic into "topology" package | Chris Lu | 8 | -20/+464 | |
| 2. when growing volumes, additional preferred "rack" and "dataNode" paraemters are also provided. Previously only "dataCenter" paraemter is provided. | |||||
| 2014-04-11 | Add retrying logic to wait for other peers during cluster bootstrapping. | Chris Lu | 1 | -4/+9 | |
| 2014-03-30 | working filer server! | Chris Lu | 2 | -2/+2 | |
