Commit graph

620 commits

Author SHA1 Message Date
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
chrislusf 78ccbbf3d0 Merge pull request #10 from ernado/master
Added docker example to docs
2014-07-25 08:11:52 -07:00
ernado b5c89b9a73 fixed RTD link from fork to official docs 2014-07-25 12:58:06 +04:00
ernado 6cd0b961da added docker example 2014-07-25 12:48:40 +04:00
Chris Lu e67afa8715 Merge branch 'master' of https://github.com/chrislusf/weed-fs 2014-07-24 12:24:51 -07:00
Chris Lu bcd36dedb4 released 0.62 with solaris support 2014-07-24 12:24:01 -07:00
chrislusf 4b97358100 Merge pull request #7 from ernado/master
Read the docs integration
2014-07-23 11:00:38 -07:00
ernado c65a9f5639 added benchmarks page 2014-07-23 20:24:32 +04:00
ernado c38b50e9fc added optimizations page 2014-07-23 20:19:56 +04:00
ernado 3d8d18dd8f added directories and files page 2014-07-23 20:15:25 +04:00
ernado f903727476 added use cases page 2014-07-23 20:08:00 +04:00
ernado 0812346e56 added failover page 2014-07-23 20:03:24 +04:00
ernado 17fcf828d3 added replication docs 2014-07-23 16:30:16 +04:00
ernado b41d7bd5a3 fixed url for camlistore 2014-07-23 16:15:56 +04:00
ernado 73f32be01f fixed title 2014-07-23 16:12:58 +04:00
ernado bdacb5c25a added http api docs 2014-07-23 16:10:27 +04:00
ernado dddbd86649 capitalize authors names 2014-07-23 15:48:30 +04:00
ernado c57884a295 added projects and websites 2014-07-23 15:46:28 +04:00
ernado 0f8ad6c40e fixed names 2014-07-23 15:41:10 +04:00
ernado 027d86794f added client libraries 2014-07-23 15:38:03 +04:00
ernado 34eb00de33 fixed typo mirrow-mirror 2014-07-23 13:31:50 +04:00
ernado fe439f54f5 added godoc ref 2014-07-23 13:30:42 +04:00
ernado 3188598367 formatting for getting started page of -h examples 2014-07-23 13:10:06 +04:00
ernado 2af5d9fb15 Merge branch 'master' of github.com:ernado/weed-fs 2014-07-23 13:07:00 +04:00
ernado 66689f2381 added getting started page 2014-07-23 13:06:42 +04:00
Aleksandr Razumov d6c4734e34 added rtd badge 2014-07-23 12:31:41 +04:00
ernado 3333577e06 read the docs fix 2014-07-23 12:23:21 +04:00
ernado 181e7a547a changed docs theme 2014-07-23 12:19:32 +04:00
ernado 3b3391cd65 added initial docs 2014-07-23 12:16:57 +04:00
Chris Lu dc03626167 add download url to github readme 2014-07-22 12:22:17 -07:00
Chris Lu 530927db64 Add Etag support 2014-07-22 00:24:50 -07:00
Chris Lu 5d88cec2df 1. pass through http response headers
2. set http status 201 for creating files
2014-07-21 14:25:51 -07:00