Commit graph

689 commits

Author SHA1 Message Date
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
Shaoshan Liu 74b76a2c41 add instructions for users who are not familiar with golang 2014-12-03 21:04:02 -08:00
Chris Lu 6c5a3d3dbf Increase performance by reusing []byte, reducing GC. 2014-11-30 21:55:53 -08:00
Chris Lu ca67ed69a1 Change name to Seaweed. 2014-11-28 17:02:10 -08:00
Chris Lu 9d03cd20ba De-support go 1.2 2014-11-28 16:55:40 -08:00
Chris Lu dbd7a0c92d Merge branch 'master' of git@github.com:chrislusf/weed-fs.git 2014-11-28 16:35:08 -08:00
Chris Lu 8af4753002 Write request id to first 8 bytes of a file, instead of whole file, for
better write performance.
2014-11-28 16:34:03 -08:00
chrislusf 8cdfd5852d Merge pull request #22 from aszxqw/patch-1
Update Dockerfile
2014-10-31 11:59:41 -07:00
Yanyi Wu cd1b70caf7 Update Dockerfile 2014-11-01 01:48:19 +08:00
Chris Lu b0e8f8ca2a Upgraded to 0.97 goclipse. 2014-10-27 01:10:33 -07:00
Chris Lu 7ce628bf09 Clean raft configurations if "peers" option is set. 2014-10-27 01:09:45 -07:00
Chris Lu 179d36ba0e formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
Chris Lu a5d6e70299 fix commenting error. 2014-10-26 11:25:02 -07:00
Chris Lu f527fc1d5e adjust visibility 2014-10-25 23:45:31 -07:00
Chris Lu 30bcda7136 fix typo 2014-10-25 18:10:32 -07:00
Chris Lu b85eb293fe fix doc about submit api 2014-10-23 09:55:05 -07:00
Chris Lu af106fe961 Merge branch 'master' of git@github.com:chrislusf/weed-fs.git 2014-10-21 01:28:58 -07:00