aboutsummaryrefslogtreecommitdiff
path: root/go/weed/server.go
AgeCommit message (Expand)AuthorFilesLines
2015-08-03add option to redirect moved or non-local volumeschrislusf1-1/+2
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-4/+4
2015-04-16Adjust publicUrl to volume server only.chrislusf1-4/+4
2015-04-13Adding filer option disableDirListingchrislusf1-1/+3
2015-04-08Fix empty public urlchrislusf1-0/+3
2015-03-29Add boltdb for volume needle mapchrislusf1-2/+10
2015-03-27add leveldb support for needle mapchrislusf1-0/+2
2015-03-10follow golint suggestionschrislusf1-1/+1
2015-03-09Add read only public port on volume serverchrislusf1-7/+28
2015-02-25set default volume admin portchrislusf1-4/+7
2015-02-11Add publicUrl for master serverchrislusf1-5/+1
2015-02-07merge conflictsChris Lu1-2/+3
2015-02-05Avoid checking folder if not using filer. fix #80chrislusf1-3/+3
2015-02-02Avoid creating filer folder if not starting it.chrislusf1-3/+5
2015-02-02change CLI option from publicIp to publicUrlchrislusf1-10/+6
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu1-1/+4
2015-01-13Cleanup error printing.Chris Lu1-5/+6
2015-01-13Separate into admin and public mux for volume servers.Chris Lu1-4/+4
2015-01-08add server options to set redis and cassandra in the filer and corrected file...Brian McQueen1-0/+4
2015-01-06Add Redis support for Distributed Filer store.Chris Lu1-0/+1
2015-01-06Adjust function name.Chris Lu1-1/+1
2015-01-05Add support for distributed filer metadata store.Chris Lu1-1/+2
2015-01-05refactoring for later security changesChris Lu1-3/+5
2014-12-14switch it back to chris's repoBrian McQueen1-3/+3
2014-12-14make it turn on the filer when filer.redirectOnRead is setBrian McQueen1-0/+4
2014-12-14switch to my forked repoBrian McQueen1-3/+3
2014-12-08Add filer option to redirect instead of proxying to volume server on file GET...chrislusf1-1/+5
2014-11-28Write request id to first 8 bytes of a file, instead of whole file, forChris Lu1-5/+5
2014-10-26formatting code by: goimports -w=true .Chris Lu1-4/+5
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-20Fix typo.Chris Lu1-1/+1
2014-09-20Add "-ip.bind" option when starting volume servers.Chris Lu1-4/+5
2014-09-20rename to Seaweed File SystemChris Lu1-1/+1
2014-05-26Adjust "weed server" parameters.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-11/+4
2014-05-13add os.Kill signal to handle.Chris Lu1-1/+1
2014-05-13Add control+c or INT handlingChris Lu1-29/+30
2014-05-07Add cpu profiling option.Chris Lu1-1/+28
2014-04-25Adjust command line options.Chris Lu1-23/+29
2014-04-171. v0.54Chris Lu1-1/+1
2014-04-161. volume server now sends master server its max file key, so thatChris Lu1-1/+2
2014-03-30adding filer!!!Chris Lu1-29/+54
2014-03-30working filer server!Chris Lu1-0/+19
2014-03-251. adding statistics reportingChris Lu1-5/+5
2014-03-20switch to idle timeout instead of read timeoutChris Lu1-15/+17
2014-03-17adjusting volumeSizeLimitMB default value and descriptionsChris Lu1-1/+1
2014-03-15toughen weedfs clustering, adding synchronizing max volume id amongChris Lu1-2/+13