aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2013-08-11handle cases when .idx files are also readonlyChris Lu5-17/+27
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
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
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
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
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
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
2013-07-10remove unused codeChris Lu1-4/+1
2013-07-101. ensure replicated file has the same timestampChris Lu5-9/+20
2013-07-09bump up version number to 0.32Chris Lu1-1/+1
2013-07-08Issue 27: feature request - Last-Modified headerChris Lu4-14/+58
2013-07-08change default number of volumes to 7, so that the first volume growthChris Lu1-1/+5
2013-07-05Issue 26: Could not download uploaded filesChris Lu1-0/+10