| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-12 | ensure unwritable volumes are not in writables list | Chris Lu | 1 | -6/+13 | |
| 2013-08-11 | wording change | Chris Lu | 1 | -2/+2 | |
| 2013-08-11 | prepare to release 0.38 | Chris Lu | 1 | -1/+1 | |
| 2013-08-11 | handle cases when .idx files are also readonly | Chris Lu | 5 | -17/+27 | |
| adjusting log level | |||||
| 2013-08-09 | avoid changing max size | Chris Lu | 3 | -6/+6 | |
| 2013-08-08 | switching to temporarily use glog library | Chris Lu | 34 | -167/+199 | |
| 2013-08-08 | copying from glog project. Need to adjust several APIs | Chris Lu | 5 | -0/+1722 | |
| 2013-08-08 | avoid verbose log message when some volumes are full | Chris Lu | 1 | -1/+1 | |
| 2013-08-06 | add /submit handler for both master and volume server | Chris Lu | 2 | -42/+52 | |
| 2013-08-06 | Issue 6: upload file without id specified | Chris Lu | 4 | -10/+55 | |
| 2013-08-06 | refactor "content upload" out of needle creation | Chris Lu | 1 | -30/+40 | |
| 2013-08-05 | report errors when upload timeouts | Chris Lu | 2 | -24/+28 | |
| 2013-07-29 | replicate mime type | Chris Lu | 3 | -4/+10 | |
| 2013-07-28 | release 0.37 | Chris Lu | 1 | -1/+1 | |
| 2013-07-28 | a little more concise | Chris Lu | 1 | -4/+3 | |
| 2013-07-28 | Issue 37: Replicate delete | Chris Lu | 1 | -3/+4 | |
| Reported by hieu.hcmus, Today (24 minutes ago) What steps will reproduce the problem? 1.Create 2 volumes server same rack, replication type = 001 2.Upload a file 3.Delete file What is the expected output? What do you see instead? Expected output: File is deleted in both volume server But: file is only deleted in one volume server What version of the product are you using? On what operating system? 0.36 Please provide any additional information below. After remove NeedleValue from NeedleMap, the size = 0 and it causes the error. I uploaded the patch to fix this error | |||||
| 2013-07-24 | fix when volume growth are partial successful in automatic mode | Chris Lu | 2 | -9/+21 | |
| 2013-07-20 | add more description to upload command | Chris Lu | 1 | -0/+10 | |
| 2013-07-20 | release 0.36 | Chris Lu | 1 | -1/+1 | |
| 2013-07-19 | fix for issue #35 | Chris Lu | 1 | -3/+7 | |
| 2013-07-19 | fix issue 34 | Chris Lu | 1 | -2/+1 | |
| 2013-07-15 | better locking to prevent any possible memory access error | Chris Lu | 1 | -0/+15 | |
| 2013-07-15 | upload respect master default replication setting | Chris Lu | 1 | -3/+5 | |
| 2013-07-15 | escaping upload file name special characters | Chris Lu | 3 | -9/+16 | |
| if already gzipped, avoid gzipping again | |||||
| 2013-07-15 | remove logging | Chris Lu | 2 | -2/+1 | |
| 2013-07-15 | bump up the versoin | Chris Lu | 1 | -1/+1 | |
| 2013-07-15 | support gzip file upload, fix problem during replication of gzipped data | Chris Lu | 4 | -5/+11 | |
| 2013-07-13 | add support for http://localhost:8080/vid/key_cookie | Chris Lu | 1 | -2/+11 | |
| or http://localhost:8080/vid/key_cookie.txt | |||||
| 2013-07-13 | adjust usage | Chris Lu | 1 | -1/+1 | |
| 2013-07-13 | upload files recursively matching a pattern | Chris Lu | 1 | -0/+7 | |
| 2013-07-13 | better error message if directory is not found | Chris Lu | 1 | -6/+10 | |
| 2013-07-13 | prepare for 0.34 release | Chris Lu | 1 | -1/+1 | |
| 2013-07-13 | clean up log fmt usage. Move to log for important data changes, | Chris Lu | 10 | -41/+40 | |
| warnings. | |||||
| 2013-07-13 | Fix a file name parsing error | Chris Lu | 1 | -2/+3 | |
| 2013-07-13 | Consistent result format when error happens | Chris Lu | 1 | -17/+16 | |
| 2013-07-13 | Add support to upload a directory recursively. | Chris Lu | 1 | -11/+35 | |
| 2013-07-13 | use bytes.Equal() instead, Thanks for Thomas' suggestion | Chris Lu | 1 | -7/+2 | |
| 2013-07-13 | add support for multiple folders and multiple max limit: eg | Chris Lu | 2 | -75/+139 | |
| -dir=folder1,folder2,folder3 -max=7,8,9 | |||||
| 2013-07-12 | bump up to 0.33 | Chris Lu | 1 | -1/+1 | |
| 2013-07-12 | added support for /vid/keycookie/filename.txt format for HTTP GET | Chris Lu | 2 | -26/+31 | |
| 2013-07-12 | ensure append only for deleted files | Chris Lu | 1 | -2/+2 | |
| 2013-07-12 | write file info only when data is not empty | Chris Lu | 1 | -21/+21 | |
| 2013-07-11 | empty deleted file | Chris Lu | 1 | -0/+1 | |
| 2013-07-11 | "weed upload" return message changes | Chris Lu | 2 | -9/+12 | |
| 2013-07-11 | avoid writing the same file | Chris Lu | 2 | -2/+31 | |
| 2013-07-11 | ensure mime type checking by lower cased file name extension | Chris Lu | 1 | -1/+2 | |
| 2013-07-11 | Issue 28: [HELP NEEDED] weed upload does not send correct mime type to | Chris Lu | 1 | -2/+8 | |
| weedfs Fix is provided by claudiu.raveica | |||||
| 2013-07-10 | remove unused code | Chris Lu | 1 | -4/+1 | |
| 2013-07-10 | 1. ensure replicated file has the same timestamp | Chris Lu | 5 | -9/+20 | |
| 2. upload can specify modified time by &ts=... 3. correctly return code 304 | |||||
| 2013-07-09 | bump up version number to 0.32 | Chris Lu | 1 | -1/+1 | |
