| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 160 | -16378/+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 | 7 | -25/+45 | |
| 2016-05-27 | fix concurrent write map | Chris Lu | 1 | -1/+13 | |
| fix https://github.com/chrislusf/seaweedfs/issues/311 | |||||
| 2016-05-26 | add missing parameters. | Chris Lu | 1 | -2/+2 | |
| strange git errors happen twice since adding glide. | |||||
| 2016-05-25 | bind ip address when starting filer | Chris Lu | 2 | -2/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/290 | |||||
| 2016-05-24 | clean up old config only when peers are changed. | Chris Lu | 2 | -35/+47 | |
| fix https://github.com/chrislusf/seaweedfs/issues/307 | |||||
| 2016-05-23 | add glide to manage dependency | Chris Lu | 2 | -0/+123 | |
| fix https://github.com/chrislusf/seaweedfs/issues/256 | |||||
| 2016-05-23 | master: redirect handler accept collection parameter | yangrun | 1 | -2/+3 | |
| 2016-05-19 | lock node.children | Chris Lu | 1 | -3/+20 | |
| 2016-05-19 | lock dn.volumes | Chris Lu | 4 | -4/+21 | |
| 2016-05-13 | properly release memory | Chris Lu | 5 | -7/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/301 | |||||
| 2016-05-12 | Fix Content-Disposition header; add dl=(0|1) URI param to use inline ↵ | Alexander Kovalenko | 1 | -1/+7 | |
| (default) or attachment | |||||
| 2016-05-09 | close current needle map when switching | Chris Lu | 1 | -0/+1 | |
| 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 | fix refactoring error | Chris Lu | 1 | -3/+3 | |
| 2016-04-28 | use detailed map of errors for distributed operations | Chris Lu | 1 | -21/+42 | |
| 2016-04-26 | just refactoring | Chris Lu | 2 | -20/+36 | |
| 2016-04-26 | separate into 2 files, no logic change | Chris Lu | 2 | -36/+44 | |
| 2016-04-17 | correct cache: fix racing condition | chrislusf | 2 | -9/+7 | |
| 2016-04-15 | adjust to real case cache size | chrislusf | 1 | -2/+2 | |
| 2016-04-15 | add []byte caching and pooling | chrislusf | 4 | -34/+82 | |
| fixes https://github.com/chrislusf/seaweedfs/issues/211 | |||||
| 2016-04-15 | fmt | chrislusf | 1 | -2/+2 | |
| 2016-04-14 | improve performance a little bit when having white list | chrislusf | 1 | -3/+1 | |
| 2016-04-14 | Added /favicon.ico handler | Vitaly Baev | 5 | -0/+253 | |
| 2016-04-14 | mark it as 0.71beta | chrislusf | 1 | -1/+1 | |
| 2016-04-14 | pooling []byte | chrislusf | 9 | -7/+216 | |
| reduce the number of requests to make([]byte) | |||||
| 2016-04-14 | make VolumeLayout thread safe | chrislusf | 1 | -3/+15 | |
| 2016-04-11 | remove test image | Chris Lu | 1 | -0/+0 | |
| 2016-04-11 | releasing 0.70 | Chris Lu | 2 | -1/+1 | |
| 2016-04-11 | [MOD] fix a bug.if node is nil will get an panic. | 张远浩 | 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 | clearer error message | chrislusf | 1 | -17/+11 | |
| 2016-04-10 | storage: faster ParseKeyHash | Jianfei Wang | 1 | -11/+18 | |
| 2016-04-10 | storage: add test for ParseKeyHash | Jianfei Wang | 2 | -1/+46 | |
| 2016-04-10 | Revert "Merge pull request #284 from thinxer/binary" | chrislusf | 12 | -123/+117 | |
| This reverts commit 3523ad523929870aa8d4a7741ee8e152cfd40489, reversing changes made to 5d100994b1b9c6679113c8dd73f97aff85397f02. | |||||
| 2016-04-10 | storage: do not copy sync.Mutex by value | Jianfei Wang | 1 | -4/+4 | |
| 2016-04-09 | replace util/bytes.go with binary.BigEndian | Jianfei Wang | 11 | -117/+78 | |
| 2016-04-09 | storage: add test for ParseKeyHash | Jianfei Wang | 2 | -1/+46 | |
| 2016-04-08 | Revert "Merge pull request #281 from thinxer/binary" | chrislusf | 11 | -63/+109 | |
| This reverts commit a87fe8ffcec7a5210bf97301e2951eea51a0a0ec, reversing changes made to 6876bfa68524d4fc0a961f89dc29e53fbc654ea5. | |||||
| 2016-04-06 | replace util/bytes.go with binary.BigEndian | Jianfei Wang | 11 | -109/+63 | |
| 2016-04-04 | avoid same directory with different dir ids | chrislusf | 1 | -21/+36 | |
| fix https://github.com/chrislusf/seaweedfs/issues/277 | |||||
| 2016-04-01 | use klauspost/crc32 instead of hash/crc32 | Alexandr Razumov | 1 | -1/+1 | |
| 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 | adjust reading ip address | chrislusf | 1 | -1/+1 | |
| adjust reading ip address | |||||
| 2016-03-08 | add redis password | chrislusf | 4 | -6/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/263 | |||||
| 2016-02-27 | Fix chunk manifest replicate upload error | tnextday | 2 | -3/+30 | |
| Escape the redirect url in volume read handler | |||||
| 2016-01-17 | Update filer_server_handlers.go | Xiaodong Huo | 1 | -77/+40 | |
| filer service PUT method update file while POST method create file | |||||
