aboutsummaryrefslogtreecommitdiff
path: root/go/operation
AgeCommit message (Expand)AuthorFilesLines
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
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