aboutsummaryrefslogtreecommitdiff
path: root/go/operation
AgeCommit message (Expand)AuthorFilesLines
2015-04-06change count to uint64 to fix #109chrislusf2-4/+4
2015-03-19Add better error message.chrislusf1-1/+1
2015-03-10follow golint suggestionschrislusf1-1/+1
2015-03-09Add read only public port on volume serverchrislusf2-2/+3
2015-02-07merge conflictsChris Lu4-15/+33
2015-02-02Using Url instead of PublicUrl for volume serverchrislusf3-6/+6
2015-01-30use proto "github.com/golang/protobuf/proto"yanyiwu1-1/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu1-1/+9
2015-01-11Add caching volume locations to batch volume id lookup.Chris Lu1-4/+29
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-1/+5
2014-12-26use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...yanyiwu2-2/+2
2014-10-26formatting code by: goimports -w=true .Chris Lu8-10/+15
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy6-8/+8
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy6-8/+8
2014-09-20add TTL supportChris Lu3-9/+19
2014-06-02only set lookup cache when successfulChris Lu1-2/+3
2014-05-25Add volume id lookup cachingChris Lu3-1/+84
2014-04-21Change to protocol buffer for volume-join-masster messageChris Lu2-0/+247
2014-04-16added typed join resultChris Lu1-0/+8
2014-04-15Add types to uploadingChris Lu2-10/+10
2014-04-15Use type ClusterStatusResult for writing and reading resultsChris Lu1-3/+3
2014-04-15minor textual changeChris Lu1-2/+2
2014-04-15Use type AssignResult when writing and reading result.Chris Lu1-5/+5
2014-04-15Added batch file deleting.Chris Lu2-3/+92
2014-04-14rename variable nameChris Lu1-2/+2
2014-04-14rename file from lookup_volume_id.go to lookup.goChris Lu1-0/+0
2014-04-13refactor lookup result types into package "operation"Chris Lu1-4/+22
2014-03-30more robust filerChris Lu1-0/+1
2014-03-30working filer server!Chris Lu1-4/+5
2014-03-20enhance deletion operationChris Lu1-12/+2
2014-03-19Thread-safe fixes:Chris Lu1-1/+1
2014-03-12avoid sharing same err variableChris Lu1-16/+16
2014-03-12reusing http connectionsChris Lu1-1/+11
2014-03-12fix error messageChris Lu1-1/+1
2014-03-09benchmarking writing data to a specific collectionChris Lu2-16/+23
2014-03-09refactoringChris Lu1-9/+11
2014-03-02Major:Chris Lu1-1/+5
2014-02-141. volume server auto detect clustered master nodesChris Lu3-40/+34
2014-02-06fix replication type parameter nameChris Lu1-1/+1
2013-12-02ssue 59: Multi Ip Enviromment support + publicUrl is disregarded byChris Lu1-1/+1
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