aboutsummaryrefslogtreecommitdiff
path: root/go/operation/submit.go
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Use public url for returned file url resultchrislusf1-1/+1
2015-04-06change count to uint64 to fix #109chrislusf1-1/+1
2015-03-10follow golint suggestionschrislusf1-1/+1
2015-03-09Add read only public port on volume serverchrislusf1-1/+1
2015-02-07merge conflictsChris Lu1-10/+22
2015-02-02Using Url instead of PublicUrl for volume serverchrislusf1-1/+1
2014-10-26formatting code by: goimports -w=true .Chris Lu1-1/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-1/+1
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-1/+1
2014-09-20add TTL supportChris Lu1-5/+6
2014-04-15Add types to uploadingChris Lu1-7/+7
2014-03-09benchmarking writing data to a specific collectionChris Lu1-15/+19
2014-03-09refactoringChris Lu1-9/+11
2013-11-19avoid nil cases when errorChris Lu1-1/+4
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-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-2/+2
2013-08-14Only limit input parameter to io.ReaderChris Lu1-8/+10
2013-08-14refactoring submit operationChris Lu1-38/+51
2013-08-13refactoring codeChris Lu1-0/+91