Commit Graph

651 Commits

Author SHA1 Message Date
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
Chris Lu
b5aa2ef605 Add master bind ip address option. 2014-10-21 01:28:17 -07:00
Chris Lu
670b240a26 Fix help text error. 2014-10-21 01:27:40 -07:00
Chris Lu
e9a8999f63 print error the correct way. 2014-10-21 01:27:06 -07:00
chrislusf
a3c17f17b1 Merge pull request #20 from mcqueenorama/master
fix link to download binaries
2014-10-19 08:27:18 -07:00
bmcquee
92653d2c41 fix link to download binaries 2014-10-18 20:17:28 -07:00
chrislusf
cbaaf1b539 Update Dockerfile
revert back to original version to keep documentation consistent.
2014-10-14 17:29:23 -07:00
Chris Lu
88e7c98e6e tweaking the docker file 2014-10-08 18:13:23 -07:00
Chris Lu
a09240391f Adjust wiki syntax error. 2014-09-25 22:34:06 -07:00
Chris Lu
599d0ae21b Add benchmark to the introduction page. 2014-09-25 22:32:12 -07:00
Chris Lu
b225793103 Move introduction page to github. 2014-09-25 22:25:51 -07:00
Chris Lu
d0229d99ed name change on documents 2014-09-25 21:53:32 -07:00
chrislusf
348a50052e Merge pull request #15 from aszxqw/upstream_master
Changing to github !!! Thanks!
2014-09-25 21:24:08 -07:00
wyy
620b1244b4 update readme.md 2014-09-25 17:07:24 +08:00
wyy
4126280d55 use github.com/chrislusf instead of github.com/aszxqw 2014-09-25 16:57:22 +08:00
wyy
d39c62bbed add .gitignore 2014-09-25 16:34:26 +08:00
wyy
2f1cf164b9 update readme.md 2014-09-25 16:28:32 +08:00
wyy
1cd19447e3 use github.com/aszxqw instead of code.google.com/p 2014-09-25 00:47:09 +08:00
Chris Lu
a2f8d985fb Fix typo. 2014-09-20 23:34:13 -07:00
Chris Lu
ba179b1542 Add "-ip.bind" option when starting volume servers.
Also some Weed->Seaweed changes.
2014-09-20 23:30:35 -07:00
Chris Lu
ca16cfa147 adjust for external API changes 2014-09-20 22:10:58 -07:00
Chris Lu
794b755f1d rename to Seaweed File System 2014-09-20 21:18:26 -07:00
Chris Lu
fa9318914c Merge branch 'master' of https://github.com/chrislusf/weed-fs 2014-09-20 21:05:34 -07:00
Chris Lu
7920b4685e Adding unit tests for volume ttl. 2014-09-20 20:51:24 -07:00
Chris Lu
f7094d7a99 version 0.64 2014-09-20 12:39:42 -07:00
Chris Lu
b9aee2defb add TTL support
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.

volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h

file TTL is used when uploading
2014-09-20 12:38:59 -07:00
Chris Lu
a092794804 use error to report error 2014-09-04 19:34:43 -07:00
Chris Lu
4be5ccd0c8 resolve directory log file error
avoid possible race condition
2014-09-04 19:26:31 -07:00
Chris Lu
69343c5951 adding ttl field to volume super block 2014-08-31 23:25:54 -07:00
Chris Lu
57a4549d86 wrap etag value with double quotes 2014-08-26 10:15:12 -07:00
Chris Lu
ce4acecaa8 Fix filer proxing http status code
Double quote etag value.
2014-08-25 12:02:04 -07:00
Chris Lu
4c58cef24a a bit refactoring to prepare for volume format change and backward
compatibility.
2014-08-25 11:37:00 -07:00
Chris Lu
aac5fa49de remove the submit via volume server api. 2014-08-11 07:41:00 -07:00
Chris Lu
df78466a12 remove uploading stated from volume server. 2014-08-05 18:14:12 -07:00