aboutsummaryrefslogtreecommitdiff
path: root/go/weed/server.go
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-12adjusting default read time outChris Lu1-1/+1
2014-03-02Major:Chris Lu1-18/+21
2014-02-05working auto fail-over master nodeChris Lu1-2/+3
2014-02-05adjust description textChris Lu1-1/+1
2014-01-29reduce the default volume size to 32000MB from 32768MBChris Lu1-1/+1
2013-12-09a start for distributed master support, not working yetChris Lu1-5/+5
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu1-10/+20
2013-12-03adding "server" command to start both volume server and an embeddedChris Lu1-0/+131