| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -189/+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 | 1 | -5/+5 | |
| 2015-05-03 | break away from code.google.com | chrislusf | 1 | -1/+1 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 1 | -5/+5 | |
| 2015-04-06 | change count to uint64 to fix #109 | chrislusf | 1 | -1/+1 | |
| fix https://github.com/chrislusf/weed-fs/issues/109 | |||||
| 2015-03-10 | follow golint suggestions | chrislusf | 1 | -2/+1 | |
| 2015-03-09 | Add read only public port on volume server | chrislusf | 1 | -5/+1 | |
| Add read only public port on volume server | |||||
| 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 | 1 | -1/+7 | |
| normal file operations. | |||||
| 2015-01-13 | fix some typos | Lei Xue | 1 | -1/+1 | |
| 2014-12-08 | Add read-write lock to guard topology changes on new collections and ttls. | chrislusf | 1 | -15/+14 | |
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 1 | -3/+4 | |
| 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 | 1 | -4/+4 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 1 | -4/+4 | |
| 2014-09-20 | add TTL support | Chris Lu | 1 | -7/+14 | |
| 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-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-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 | 1. refactoring, merge "replication" logic into "topology" package | Chris Lu | 1 | -2/+7 | |
| 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-19 | switch to ReadAt() for thread-safe read | Chris Lu | 1 | -3/+3 | |
| fix bugs during volume compaction | |||||
| 2014-03-15 | toughen weedfs clustering, adding synchronizing max volume id among | Chris Lu | 1 | -3/+24 | |
| peers in order to avoid the same volume id being assigned twice 1. moving raft.Server to topology 2. adding max volume id command for raft | |||||
| 2014-03-10 | can now delete a collection! Is this a dangerous feature? Only enabling | Chris Lu | 1 | -1/+10 | |
| deleting "benchmark" collections for now. | |||||
| 2014-03-02 | Major: | Chris Lu | 1 | -15/+5 | |
| change replication_type to ReplicaPlacement, hopefully cleaner code works for 9 possible ReplicaPlacement xyz x : number of copies on other data centers y : number of copies on other racks z : number of copies on current rack x y z each can be 0,1,2 Minor: weed server "-mdir" default to "-dir" if empty | |||||
| 2014-02-09 | cleaner cluster messages | Chris Lu | 1 | -0/+2 | |
| 2013-11-12 | support for collections! | Chris Lu | 1 | -20/+19 | |
| 2013-11-10 | adding etcd storage support for cluster meta data. Currently just | Chris Lu | 1 | -2/+2 | |
| sequence. More to come... | |||||
| 2013-09-01 | issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> | Chris Lu | 1 | -1/+1 | |
| some basic changes to parse upload url | |||||
| 2013-08-08 | switching to temporarily use glog library | Chris Lu | 1 | -4/+4 | |
| 2013-07-13 | clean up log fmt usage. Move to log for important data changes, | Chris Lu | 1 | -3/+2 | |
| warnings. | |||||
| 2013-06-19 | add dataCenter option when assign file keys | Chris Lu | 1 | -19/+9 | |
| add dataCenter option when starting volume servers some work related to freeze a volume. Not tested yet. | |||||
| 2013-04-16 | refactoring, same logic, but the store replication logic is moved to a | Chris Lu | 1 | -2/+1 | |
| stand-alone file, for later easier improvements | |||||
| 2013-03-20 | avoid empty data nodes | Chris Lu | 1 | -1/+1 | |
| 2013-03-19 | avoid missing configuration file error | Chris Lu | 1 | -2/+3 | |
| 2013-03-19 | avoid error when missing configuration file | Chris Lu | 1 | -0/+2 | |
| 2013-03-19 | avoid file not exist error | Chris Lu | 1 | -1/+2 | |
| 2013-02-26 | add lots of error checking by GThomas | Chris Lu | 1 | -6/+6 | |
| 2013-02-10 | testing compilation with remove package | Chris Lu | 1 | -0/+148 | |
