aboutsummaryrefslogtreecommitdiff
path: root/go/operation
AgeCommit message (Expand)AuthorFilesLines
2013-11-19avoid nil cases when errorChris Lu1-1/+4
2013-11-18refactor api: lookup file idChris Lu2-12/+19
2013-11-18fix duplicated file id list entries when uploading large fileChris Lu1-5/+2
2013-11-18add option to split large files into parts and then uploadChris Lu1-10/+51
2013-11-12support for collections!Chris Lu1-1/+2
2013-11-12remove a commentChris Lu1-1/+0
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu2-7/+7
2013-08-14Only limit input parameter to io.ReaderChris Lu1-8/+10
2013-08-14refactoring submit operationChris Lu1-38/+51
2013-08-14easier for client to delete fileChris Lu1-0/+15
2013-08-13refactoring codeChris Lu3-3/+142
2013-08-13correctly print strings in errorChris Lu1-1/+1
2013-08-08switching to temporarily use glog libraryChris Lu2-8/+8
2013-07-29replicate mime typeChris Lu1-2/+5
2013-07-15escaping upload file name special charactersChris Lu1-1/+3
2013-07-15remove loggingChris Lu1-1/+0
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu1-1/+5
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 Lu1-1/+4
2013-02-26add lots of error checking by GThomasChris Lu3-7/+17
2013-02-10go vetChris Lu1-4/+4
2013-02-10testing compilation with remove packageChris Lu4-0/+133