Commit graph

806 commits

Author SHA1 Message Date
chrislusf f2b07d6051 Merge pull request #48 from aszxqw/master
fix bug about : writed needle into localfile twice when replicating
2015-01-07 05:11:17 -08:00
yanyiwu 7d810a15c0 fix bug about : writed needle into localfile twice when replicating, because of the ip is not equal : ":8080" != "127.0.0.1:8080" 2015-01-07 16:47:57 +08:00
Chris Lu f7f6f331db Adjust documentation. 2015-01-06 22:38:56 -08:00
Chris Lu e4531fc1e6 Add Redis support for Distributed Filer store. 2015-01-06 20:15:13 -08:00
Chris Lu d77f3120c3 Adjust function name. 2015-01-06 19:34:11 -08:00
Chris Lu c25c9aff41 Merge branch 'master' of github.com:chrislusf/weed-fs 2015-01-06 19:26:58 -08:00
Chris Lu cceb5768c7 Adjust function name. 2015-01-06 19:26:48 -08:00
chrislusf 479a4699e3 Merge pull request #45 from aszxqw/master
fix bug about the collection
2015-01-06 05:51:03 -08:00
yanyiwu 0b192917f8 fix bug about the collection in volume is wrong when curl -F "file=@/tmp/test.jpg" "localhost:9333/submit?collection=picture" 2015-01-06 19:31:26 +08:00
Chris Lu 7471bccb9b Adjust document script. 2015-01-05 23:24:12 -08:00
Chris Lu 25568245cf Adjust minor document text. 2015-01-05 23:20:42 -08:00
Chris Lu 8d9a77c9b7 Adjust documents for distributed filer metadata store. 2015-01-05 23:16:59 -08:00
Chris Lu 44f53cba1d Adjust documents for distributed filer metadata store. 2015-01-05 23:06:27 -08:00
Chris Lu 49784d7f28 Add support for distributed filer metadata store. 2015-01-05 23:03:27 -08:00
Chris Lu 165734ce11 Refactoring for supporing cassandra as filer meta data store 2015-01-05 14:58:30 -08:00
Chris Lu a3e4145e8a refactoring for later security changes 2015-01-05 14:20:04 -08:00
chrislusf 878d1aa35e Merge pull request #42 from OGrape/master
Weed "minimal" docker image
2015-01-01 21:23:33 -08:00
ブドウの鳥 3d3a810488 Update gettingstarted.rst 2015-01-01 21:52:42 -07:00
ブドウの鳥 b51282ae95 Update gettingstarted.rst
Adding instructions to build docker image
2015-01-01 20:59:56 -07:00
Sam Ng 329c5915fe Go Build Dockerfile 2015-01-01 18:56:51 -07:00
Sam Ng e778d04740 An extremely small 19.6 MB docker image for weed-fs 2015-01-01 14:25:59 -07:00
chrislusf 763f5e16c7 Merge pull request #38 from aszxqw/master
fix
2014-12-26 01:29:30 -08:00
yanyiwu 5b7628cf08 use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto 2014-12-26 16:59:53 +08:00
yanyiwu 5a40f539f2 fix bug: upload a file which already existed return a wrong file size. 2014-12-26 15:36:33 +08:00
yanyiwu 12d86a0f1e Merge branch 'master' of github.com:chrislusf/weed-fs 2014-12-26 13:37:29 +08:00
yanyiwu 089eb8ad39 add String function for needle to print 2014-12-26 13:29:44 +08:00
chrislusf 8651f7c727 Add change list. 2014-12-21 23:27:04 -08:00
chrislusf ed07d3c8c6 Merge branch 'master' of https://github.com/chrislusf/weed-fs 2014-12-21 23:06:56 -08:00
chrislusf 33602a03a4 misc doc changes 2014-12-21 23:06:42 -08:00
chrislusf c02a2e25c4 Update ttl.rst 2014-12-21 22:32:51 -08:00
chrislusf 986797c1c8 Adjust wording. 2014-12-21 22:10:53 -08:00
chrislusf 1384fed3eb Update ttl.rst 2014-12-21 22:03:42 -08:00
chrislusf c9b0cec5b8 Include ttl in index 2014-12-21 22:00:59 -08:00
chrislusf 305c36ddd1 Update ttl.rst 2014-12-21 18:08:07 -08:00
chrislusf 01d96433b1 add ttl.rst 2014-12-21 18:01:31 -08:00
chrislusf 6ec6541a0d Update index.rst 2014-12-21 17:49:38 -08:00
chrislusf 2b1369277f Merge pull request #33 from mcqueenorama/master
turn on filer when file.redirectOnRead
2014-12-14 20:43:43 -08:00
Brian McQueen d56c748fa8 switch it back to chris's repo 2014-12-14 00:35:26 -08:00
Brian McQueen 57ec736941 make it turn on the filer when filer.redirectOnRead is set 2014-12-14 00:33:16 -08:00
Brian McQueen c0dfdf4392 switch to my forked repo 2014-12-14 00:20:21 -08:00
Brian McQueen a3583e4e7c Merge branch 'master' of https://github.com/chrislusf/weed-fs 2014-12-14 00:13:51 -08:00
chrislusf e431d4121e Add optional http redirect for filer GET requests. 2014-12-08 20:34:27 -08:00
chrislusf 124c232a3b Merge branch 'master' of https://github.com/chrislusf/weed-fs 2014-12-08 20:29:38 -08:00
chrislusf 52180f386b Add read-write lock to guard topology changes on new collections and ttls. 2014-12-08 20:29:25 -08:00
chrislusf ba972694c7 Add filer option to redirect instead of proxying to volume server on file GET requests. 2014-12-08 20:27:26 -08:00
Chris Lu 482e3fb973 Improve Benchmark tool's performance. 2014-12-05 12:00:13 -08:00
chrislusf 7a6394378c Remove a volume server concurrent connection limit. 2014-12-04 21:22:09 -08:00
chrislusf 89fd1e4b6e Add more thread safe counters. Tighten thread synchronization. 2014-12-04 18:30:44 -08:00
chrislusf ed7b00bf02 Update README.md 2014-12-03 21:37:00 -08:00
chrislusf 9ebbf655c0 Merge pull request #28 from ShaoshanLiu/master
add instructions for users who are not familiar with golang
2014-12-03 21:31:49 -08:00