aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12ensure unwritable volumes are not in writables listChris Lu1-6/+13
2013-08-11wording changeChris Lu1-2/+2
2013-08-11prepare to release 0.38Chris Lu1-1/+1
2013-08-11handle cases when .idx files are also readonlyChris Lu5-17/+27
adjusting log level
2013-08-09avoid changing max sizeChris Lu3-6/+6
2013-08-08switching to temporarily use glog libraryChris Lu34-167/+199
2013-08-08copying from glog project. Need to adjust several APIsChris Lu5-0/+1722
2013-08-08avoid verbose log message when some volumes are fullChris Lu1-1/+1
2013-08-06add /submit handler for both master and volume serverChris Lu2-42/+52
2013-08-06Issue 6: upload file without id specifiedChris Lu4-10/+55
2013-08-06refactor "content upload" out of needle creationChris Lu1-30/+40
2013-08-05report errors when upload timeoutsChris Lu2-24/+28
2013-07-29replicate mime typeChris Lu3-4/+10
2013-07-28release 0.37Chris Lu1-1/+1
2013-07-28a little more conciseChris Lu1-4/+3
2013-07-28Issue 37: Replicate deleteChris Lu1-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-24fix when volume growth are partial successful in automatic modeChris Lu2-9/+21
2013-07-20add more description to upload commandChris Lu1-0/+10
2013-07-20release 0.36Chris Lu1-1/+1
2013-07-19fix for issue #35Chris Lu1-3/+7
2013-07-19fix issue 34Chris Lu1-2/+1
2013-07-15better locking to prevent any possible memory access errorChris Lu1-0/+15
2013-07-15upload respect master default replication settingChris Lu1-3/+5
2013-07-15escaping upload file name special charactersChris Lu3-9/+16
if already gzipped, avoid gzipping again
2013-07-15remove loggingChris Lu2-2/+1
2013-07-15bump up the versoinChris Lu1-1/+1
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu4-5/+11
2013-07-13add support for http://localhost:8080/vid/key_cookieChris Lu1-2/+11
or http://localhost:8080/vid/key_cookie.txt
2013-07-13adjust usageChris Lu1-1/+1
2013-07-13upload files recursively matching a patternChris Lu1-0/+7
2013-07-13better error message if directory is not foundChris Lu1-6/+10
2013-07-13prepare for 0.34 releaseChris Lu1-1/+1
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu10-41/+40
warnings.
2013-07-13Fix a file name parsing errorChris Lu1-2/+3
2013-07-13Consistent result format when error happensChris Lu1-17/+16
2013-07-13Add support to upload a directory recursively.Chris Lu1-11/+35
2013-07-13use bytes.Equal() instead, Thanks for Thomas' suggestionChris Lu1-7/+2
2013-07-13add support for multiple folders and multiple max limit: egChris Lu2-75/+139
-dir=folder1,folder2,folder3 -max=7,8,9
2013-07-12bump up to 0.33Chris Lu1-1/+1
2013-07-12added support for /vid/keycookie/filename.txt format for HTTP GETChris Lu2-26/+31
2013-07-12ensure append only for deleted filesChris Lu1-2/+2
2013-07-12write file info only when data is not emptyChris Lu1-21/+21
2013-07-11empty deleted fileChris Lu1-0/+1
2013-07-11"weed upload" return message changesChris Lu2-9/+12
2013-07-11avoid writing the same fileChris Lu2-2/+31
2013-07-11ensure mime type checking by lower cased file name extensionChris Lu1-1/+2
2013-07-11Issue 28: [HELP NEEDED] weed upload does not send correct mime type toChris Lu1-2/+8
weedfs Fix is provided by claudiu.raveica
2013-07-10remove unused codeChris Lu1-4/+1
2013-07-101. ensure replicated file has the same timestampChris Lu5-9/+20
2. upload can specify modified time by &ts=... 3. correctly return code 304
2013-07-09bump up version number to 0.32Chris Lu1-1/+1