aboutsummaryrefslogtreecommitdiff
path: root/go/weed/volume.go
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Fix empty public urlchrislusf1-3/+3
2015-03-29Add boltdb for volume needle mapchrislusf1-3/+11
2015-03-27add leveldb support for needle mapchrislusf1-0/+3
2015-03-09Add read only public port on volume serverchrislusf1-18/+18
2015-02-12Fix compilation errorchrislusf1-1/+1
2015-02-12ensure non empty volume publicUrlchrislusf1-0/+3
2015-02-02change CLI option from publicIp to publicUrlchrislusf1-11/+5
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu1-6/+28
2015-01-13Cleanup error printing.Chris Lu1-2/+2
2015-01-13Separate into admin and public mux for volume servers.Chris Lu1-1/+1
2015-01-13Refactoring volume server options.Chris Lu1-1/+5
2015-01-13Refactoring volume server options.Chris Lu1-37/+57
2015-01-07fix bug about : writed needle into localfile twice when replicating, because ...yanyiwu1-0/+1
2015-01-05refactoring for later security changesChris Lu1-1/+3
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