Chris Lu
a2f8d985fb
Fix typo.
10 years ago
Chris Lu
ba179b1542
Add "-ip.bind" option when starting volume servers.
Also some Weed->Seaweed changes.
10 years ago
Chris Lu
ca16cfa147
adjust for external API changes
10 years ago
Chris Lu
794b755f1d
rename to Seaweed File System
10 years ago
Chris Lu
fa9318914c
Merge branch 'master' of https://github.com/chrislusf/weed-fs
10 years ago
Chris Lu
7920b4685e
Adding unit tests for volume ttl.
10 years ago
Chris Lu
f7094d7a99
version 0.64
10 years ago
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
10 years ago
Chris Lu
a092794804
use error to report error
10 years ago
Chris Lu
4be5ccd0c8
resolve directory log file error
avoid possible race condition
10 years ago
Chris Lu
69343c5951
adding ttl field to volume super block
10 years ago
Chris Lu
57a4549d86
wrap etag value with double quotes
10 years ago
Chris Lu
ce4acecaa8
Fix filer proxing http status code
Double quote etag value.
10 years ago
Chris Lu
4c58cef24a
a bit refactoring to prepare for volume format change and backward
compatibility.
10 years ago
Chris Lu
aac5fa49de
remove the submit via volume server api.
11 years ago
Chris Lu
df78466a12
remove uploading stated from volume server.
11 years ago
chrislusf
78ccbbf3d0
Merge pull request #10 from ernado/master
Added docker example to docs
11 years ago
ernado
b5c89b9a73
fixed RTD link from fork to official docs
11 years ago
ernado
6cd0b961da
added docker example
11 years ago
Chris Lu
e67afa8715
Merge branch 'master' of https://github.com/chrislusf/weed-fs
11 years ago
Chris Lu
bcd36dedb4
released 0.62 with solaris support
11 years ago
chrislusf
4b97358100
Merge pull request #7 from ernado/master
Read the docs integration
11 years ago
ernado
c65a9f5639
added benchmarks page
11 years ago
ernado
c38b50e9fc
added optimizations page
11 years ago
ernado
3d8d18dd8f
added directories and files page
11 years ago
ernado
f903727476
added use cases page
11 years ago
ernado
0812346e56
added failover page
11 years ago
ernado
17fcf828d3
added replication docs
11 years ago
ernado
b41d7bd5a3
fixed url for camlistore
11 years ago
ernado
73f32be01f
fixed title
11 years ago
ernado
bdacb5c25a
added http api docs
11 years ago
ernado
dddbd86649
capitalize authors names
11 years ago
ernado
c57884a295
added projects and websites
11 years ago
ernado
0f8ad6c40e
fixed names
11 years ago
ernado
027d86794f
added client libraries
11 years ago
ernado
34eb00de33
fixed typo mirrow-mirror
11 years ago
ernado
fe439f54f5
added godoc ref
11 years ago
ernado
3188598367
formatting for getting started page of -h examples
11 years ago
ernado
2af5d9fb15
Merge branch 'master' of github.com:ernado/weed-fs
11 years ago
ernado
66689f2381
added getting started page
11 years ago
Aleksandr Razumov
d6c4734e34
added rtd badge
11 years ago
ernado
3333577e06
read the docs fix
11 years ago
ernado
181e7a547a
changed docs theme
11 years ago
ernado
3b3391cd65
added initial docs
11 years ago
Chris Lu
dc03626167
add download url to github readme
11 years ago
Chris Lu
530927db64
Add Etag support
11 years ago
Chris Lu
5d88cec2df
1. pass through http response headers
2. set http status 201 for creating files
11 years ago
Chris Lu
a3fb644d86
fix wrong error printing that caused panic
11 years ago
Chris Lu
b8bef16c98
test move function
11 years ago
Chris Lu
5f975f5ce8
fix test error due to changed api
11 years ago