aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-03remove tab0.72.releaseChris Lu1-1/+1
2017-01-03deploy on tagsChris Lu1-1/+1
2017-01-03skip cleanup on travis deploymentChris Lu1-1/+3
2017-01-03adjust makefile and travisChris Lu2-1/+2
2017-01-03adjust makefileChris Lu1-1/+1
2017-01-03default to releaseChris Lu2-4/+54
2017-01-03release 0.720.72Chris Lu1-1/+1
2017-01-03fix build issueChris Lu1-0/+3
2017-01-03Merge pull request #428 from sparklxb/masterChris Lu3-33/+34
fix bug: upload big .gz file more than maxMB
2017-01-03change to 0.71 versionChris Lu1-1/+1
2017-01-03add releasing configsChris Lu3-7/+73
2017-01-04fix bug: upload big .gz file more than maxMBlixianbin3-33/+34
2016-12-26Merge pull request #424 from listeng/masterChris Lu1-1/+6
Return json data when content-type is "application/json"
2016-12-26Return json data when content-type is "application/json"listeng1-1/+6
Before #344, the filer will return json data, and cschiano make a template that render to html. But sometimes need json data, so I add some code will return json data when content-type is "application/json".
2016-12-12Merge pull request #414 from mtolman/masterChris Lu2-183/+440
Updating PostgreSQL file store integration to support directories.
2016-12-12Updating PostgreSQL file store integration to support directories.Mike Tolman2-183/+440
2016-12-07Merge pull request #411 from mtolman/masterChris Lu2-0/+370
Adding PostgreSQL Filer Support
2016-12-07Adding PostgreSQL SupportMike Tolman2-0/+370
2016-12-07Revert "Adding PostgreSQL Filer Support"Mike Tolman2-370/+0
This reverts commit 10853e4d2f683dd91d73b02bd68974981e111698.
2016-12-07Adding PostgreSQL Filer SupportMike Tolman2-0/+370
2016-12-07Revert "Adding PostgreSQL Filer Support"Mike Tolman1-365/+0
This reverts commit 855058858adf18584fe352f5e0b5271dc9585e9f.
2016-12-07Adding PostgreSQL Filer SupportMike Tolman1-0/+365
2016-11-28fix text.Chris Lu1-7/+8
2016-11-28Merge pull request #406 from eshujiushiwo/masterChris Lu1-3/+9
Fix the filer connection of cassandra
2016-11-28let filer use all cassandra servereshujiushiwo1-2/+1
let filer use all cassandra server
2016-11-28fix hosts stringseshujiushiwo1-2/+2
fix hosts strings
2016-11-28fix info logeshujiushiwo1-1/+2
fix info log
2016-11-28Update cassandra_store.goeshujiushiwo1-0/+1
2016-11-28fix the connection of cassandra eshujiushiwo1-4/+1
fix the connection of cassandra ,let filer can connect to multi cassandra nodes which are in the one cluster
2016-11-28Update cassandra_store.goeshujiushiwo1-0/+3
2016-11-28update cassandra connectionseshujiushiwo1-1/+6
update cassandra connections
2016-11-26add writable checkingChris Lu1-0/+7
fix https://github.com/chrislusf/seaweedfs/issues/405
2016-11-16add option to enable cachingChris Lu4-9/+21
2016-11-13adjust verbose loggingChris Lu1-2/+2
2016-11-13Merge pull request #395 from hxiaodon/masterChris Lu2-24/+65
concurrent loading volume when starting volume server
2016-11-13refactor concurrent loading code logic霍晓栋1-29/+45
2016-11-11concurrent loading volume霍晓栋2-19/+44
2016-11-07Merge pull request #394 from bedragon/masterChris Lu1-3/+3
fix bug : join post is empty
2016-11-08fix bug : join post is emptyYang zhixiang1-3/+3
2016-11-06add locks for location.volumesChris Lu2-6/+47
fix https://github.com/chrislusf/seaweedfs/issues/392
2016-11-04add tool to change replication or ttlChris Lu1-12/+31
fix https://github.com/chrislusf/seaweedfs/issues/386
2016-11-03Merge pull request #385 from bedragon/masterChris Lu1-1/+1
fix raft_server.go isPeersChanged bug
2016-11-03fix raft_server.go isPeersChanged bugYang zhixiang1-1/+1
2016-10-12Merge pull request #378 from amincheloh/patch-1Chris Lu2-8/+8
Update Dockerfile and entrypoint.sh
2016-10-12Update DockerfileAmin Cheloh1-3/+3
Move COPY /entrypoint.sh to bottom and make sure entrypoint.sh have execute permission
2016-10-12Update entrypoint.shAmin Cheloh1-5/+5
Running application becomes container's PID 1 allow to receives Unix signals
2016-10-08Merge pull request #375 from hxiaodon/masterChris Lu4-9/+214
supplemental data between compacting and commit compacting
2016-10-07comment UT case霍晓栋1-12/+12
2016-10-07comment UT case霍晓栋1-0/+2
2016-10-07makediff func with UT case霍晓栋4-31/+132