aboutsummaryrefslogtreecommitdiff
path: root/go/weed/volume.go
AgeCommit message (Expand)AuthorFilesLines
2014-10-26formatting code by: goimports -w=true .Chris Lu1-3/+4
2014-10-21Add master bind ip address option.Chris Lu1-2/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-3/+3
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-3/+3
2014-09-20Add "-ip.bind" option when starting volume servers.Chris Lu1-2/+3
2014-05-15defauting images.fix.orientation option to trueChris Lu1-1/+1
2014-05-15Add option to auto fix jpg orientationChris Lu1-0/+2
2014-05-13better handling of os signalsChris Lu1-10/+3
2014-05-13add os.Kill signal to handle.Chris Lu1-1/+1
2014-05-13Add control+c or INT handlingChris Lu1-0/+1
2014-05-13Add control+c or INT handlingChris Lu1-1/+11
2014-04-25Adjust command line options.Chris Lu1-10/+14
2014-04-171. v0.54Chris Lu1-1/+1
2014-03-251. adding statistics reportingChris Lu1-2/+2
2014-03-20switch to idle timeout instead of read timeoutChris Lu1-8/+10
2014-03-12adjusting default read time outChris Lu1-1/+1
2014-02-05help message adjustmentChris Lu1-1/+1
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu1-11/+4
2013-12-02ssue 59: Multi Ip Enviromment support + publicUrl is disregarded byChris Lu1-1/+1
2013-12-02use glogChris Lu1-1/+0
2013-12-02refactoring to separate master and volume server, so that these serversChris Lu1-292/+4
2013-12-01refactoring, start to use gorilla/muxChris Lu1-9/+11
2013-11-18fix filename not set errorChris Lu1-1/+1
2013-11-12support for collections!Chris Lu1-2/+4
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-7/+5
2013-08-28default to use os.TempDir() instead of hard coded "/tmp"Chris Lu1-1/+1
2013-08-13add white list to both master and volume serversChris Lu1-20/+0
2013-08-13adjusting parameter namesChris Lu1-26/+26
2013-08-12v0.40Chris Lu1-8/+17
2013-08-12fix syntax errorChris Lu1-2/+4
2013-08-12added write whiteList, to make it a bit easier to secure volume serversChris Lu1-10/+24
2013-08-08switching to temporarily use glog libraryChris Lu1-14/+14
2013-08-06add /submit handler for both master and volume serverChris Lu1-42/+3
2013-08-06Issue 6: upload file without id specifiedChris Lu1-6/+46
2013-08-05report errors when upload timeoutsChris Lu1-23/+22
2013-07-15escaping upload file name special charactersChris Lu1-7/+7
2013-07-13add support for http://localhost:8080/vid/key_cookieChris Lu1-2/+11
2013-07-13Fix a file name parsing errorChris Lu1-2/+3
2013-07-13add support for multiple folders and multiple max limit: egChris Lu1-19/+35
2013-07-12added support for /vid/keycookie/filename.txt format for HTTP GETChris Lu1-25/+30
2013-07-101. ensure replicated file has the same timestampChris Lu1-1/+1
2013-07-08Issue 27: feature request - Last-Modified headerChris Lu1-4/+11
2013-07-08change default number of volumes to 7, so that the first volume growthChris Lu1-1/+5
2013-06-19add dataCenter option when assign file keysChris Lu1-1/+16
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-77/+4
2013-03-20adding HEAD supportChris Lu1-4/+8
2013-02-26add lots of error checking by GThomasChris Lu1-22/+37
2013-02-10go vetChris Lu1-1/+1
2013-02-10rename from cmd to weed for easier "go build"Chris Lu1-0/+378