| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 10 | -716/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2016-06-02 | add missing unlock()!!!!! | Chris Lu | 1 | -0/+1 | |
| 2016-05-30 | rwlock concurrent read map | Chris Lu | 1 | -11/+33 | |
| 2016-04-14 | mark it as 0.71beta | chrislusf | 1 | -1/+1 | |
| 2016-04-14 | pooling []byte | chrislusf | 2 | -0/+168 | |
| reduce the number of requests to make([]byte) | |||||
| 2016-04-11 | releasing 0.70 | Chris Lu | 1 | -1/+1 | |
| 2016-04-11 | modify the lock | bluefoxah | 1 | -3/+2 | |
| It seems that we did not use the feture of rwlock now. delete the sync.Mutex only use sync.RWMutex. | |||||
| 2016-04-10 | Revert "Merge pull request #284 from thinxer/binary" | chrislusf | 1 | -0/+45 | |
| This reverts commit 3523ad523929870aa8d4a7741ee8e152cfd40489, reversing changes made to 5d100994b1b9c6679113c8dd73f97aff85397f02. | |||||
| 2016-04-09 | replace util/bytes.go with binary.BigEndian | Jianfei Wang | 1 | -45/+0 | |
| 2016-04-08 | Revert "Merge pull request #281 from thinxer/binary" | chrislusf | 1 | -0/+45 | |
| This reverts commit a87fe8ffcec7a5210bf97301e2951eea51a0a0ec, reversing changes made to 6876bfa68524d4fc0a961f89dc29e53fbc654ea5. | |||||
| 2016-04-06 | replace util/bytes.go with binary.BigEndian | Jianfei Wang | 1 | -45/+0 | |
| 2015-12-14 | format changes | chrislusf | 1 | -3/+2 | |
| 2015-12-15 | `weed download` command use stream download the large file. | tnextday | 1 | -3/+2 | |
| 2015-12-03 | more check in `http_util.Delete` | tnextday | 1 | -2/+16 | |
| add status code in `DeleteResult` struct operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks | |||||
| 2015-05-26 | Add "weed backup" command. | chrislusf | 1 | -0/+38 | |
| This is a pre-cursor for asynchronous replication. | |||||
| 2015-05-25 | Add ParseUint64 function | chrislusf | 1 | -1/+11 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 4 | -4/+4 | |
| 2015-04-16 | Adjust versioning. Beta version should not have a date. | chrislusf | 1 | -1/+1 | |
| 2015-04-16 | Nomalize url before redirecting. | chrislusf | 1 | -0/+7 | |
| 2015-04-14 | 0.70 beta start | chrislusf | 1 | -1/+1 | |
| 2015-04-13 | releasing 0.69v0.69 | Chris Lu | 1 | -1/+1 | |
| 2015-03-27 | add leveldb support for needle map | chrislusf | 1 | -2/+2 | |
| This supposedly should reduce memory consumption. However, for tests with millions of, this shows consuming more memories. Need to see whether this will work out. If not, later boltdb will be tested. | |||||
| 2015-03-10 | follow golint suggestions | chrislusf | 3 | -6/+6 | |
| 2015-02-26 | a 0.69 beta release | Chris Lu | 1 | -1/+1 | |
| 2015-02-11 | Add publicUrl for master server | chrislusf | 1 | -1/+1 | |
| 2015-02-07 | merge conflicts | Chris Lu | 1 | -1/+6 | |
| 2015-01-12 | v0.68 | Chris Lu | 1 | -1/+1 | |
| 2015-01-08 | add some String() to make codes easier to read and debug | yanyiwu | 1 | -1/+3 | |
| 2014-12-08 | Merge branch 'master' of https://github.com/chrislusf/weed-fs | chrislusf | 1 | -1/+1 | |
| 2014-12-08 | Add read-write lock to guard topology changes on new collections and ttls. | chrislusf | 1 | -0/+37 | |
| 2014-12-05 | Improve Benchmark tool's performance. | Chris Lu | 1 | -1/+1 | |
| 2014-11-28 | Write request id to first 8 bytes of a file, instead of whole file, for | Chris Lu | 1 | -1/+1 | |
| better write performance. | |||||
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 4 | -5/+6 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 3 | -3/+3 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 3 | -3/+3 | |
| 2014-09-20 | version 0.64 | Chris Lu | 1 | -1/+1 | |
| 2014-08-31 | adding ttl field to volume super block | Chris Lu | 2 | -1/+13 | |
| 2014-07-24 | released 0.62 with solaris support | Chris Lu | 1 | -1/+1 | |
| 2014-06-17 | released 0.61, prepare for 0.62 beta | Chris Lu | 1 | -1/+1 | |
| 2014-06-07 | Remove glog from http_util for better reusability. | Chris Lu | 1 | -13/+0 | |
| 2014-05-29 | start to code for 0.61 release | Chris Lu | 1 | -1/+1 | |
| 2014-05-27 | 0.60 beta start | Chris Lu | 1 | -1/+1 | |
| 2014-05-13 | 0.59 beta | Chris Lu | 1 | -1/+1 | |
| 2014-05-13 | releasing 0.58 to handle control+c interrupts. | Chris Lu | 1 | -1/+1 | |
| compilable now. but FUSE mount is not working. | |||||
| 2014-05-13 | Add control+c or INT handling | Chris Lu | 1 | -1/+1 | |
| 2014-05-12 | support file names with a comma inside. | Chris Lu | 1 | -0/+1 | |
| 2014-05-08 | version upgrade | Chris Lu | 1 | -1/+1 | |
| 2014-04-21 | Change to protocol buffer for volume-join-masster message | Chris Lu | 1 | -0/+16 | |
| Reduced size to about 1/5 of the previous json format message | |||||
| 2014-04-17 | start 0.56 beta | Chris Lu | 1 | -1/+1 | |
| 2014-04-17 | cut 0.55 | Chris Lu | 1 | -1/+1 | |
