chrislusf
89fd1e4b6e
Add more thread safe counters. Tighten thread synchronization.
10 years ago
chrislusf
ed7b00bf02
Update README.md
10 years ago
chrislusf
9ebbf655c0
Merge pull request #28 from ShaoshanLiu/master
add instructions for users who are not familiar with golang
10 years ago
Shaoshan Liu
74b76a2c41
add instructions for users who are not familiar with golang
10 years ago
Chris Lu
6c5a3d3dbf
Increase performance by reusing []byte, reducing GC.
10 years ago
Chris Lu
ca67ed69a1
Change name to Seaweed.
10 years ago
Chris Lu
9d03cd20ba
De-support go 1.2
10 years ago
Chris Lu
dbd7a0c92d
Merge branch 'master' of git@github.com:chrislusf/weed-fs.git
10 years ago
Chris Lu
8af4753002
Write request id to first 8 bytes of a file, instead of whole file, for
better write performance.
10 years ago
chrislusf
8cdfd5852d
Merge pull request #22 from aszxqw/patch-1
Update Dockerfile
10 years ago
Yanyi Wu
cd1b70caf7
Update Dockerfile
10 years ago
Chris Lu
b0e8f8ca2a
Upgraded to 0.97 goclipse.
10 years ago
Chris Lu
7ce628bf09
Clean raft configurations if "peers" option is set.
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
Chris Lu
a5d6e70299
fix commenting error.
10 years ago
Chris Lu
f527fc1d5e
adjust visibility
10 years ago
Chris Lu
30bcda7136
fix typo
10 years ago
Chris Lu
b85eb293fe
fix doc about submit api
10 years ago
Chris Lu
af106fe961
Merge branch 'master' of git@github.com:chrislusf/weed-fs.git
10 years ago
Chris Lu
b5aa2ef605
Add master bind ip address option.
10 years ago
Chris Lu
670b240a26
Fix help text error.
10 years ago
Chris Lu
e9a8999f63
print error the correct way.
10 years ago
yourchanges
f7bcd8e958
Merge pull request #1 from chrislusf/master
update
10 years ago
bmcquee
bd664def45
Revert "fix func name HasWriableVolume"
This reverts commit bff7b71389
.
10 years ago
bmcquee
02ae8b98a5
Revert "change wriable to writeable"
This reverts commit 626b896448
.
10 years ago
bmcquee
626b896448
change wriable to writeable
10 years ago
bmcquee
7ca10d8dcf
add another logging line verbosity 2
10 years ago
bmcquee
bff7b71389
fix func name HasWriableVolume
10 years ago
chrislusf
a3c17f17b1
Merge pull request #20 from mcqueenorama/master
fix link to download binaries
10 years ago
bmcquee
92653d2c41
fix link to download binaries
10 years ago
chrislusf
cbaaf1b539
Update Dockerfile
revert back to original version to keep documentation consistent.
10 years ago
Chris Lu
88e7c98e6e
tweaking the docker file
10 years ago
Chris Lu
a09240391f
Adjust wiki syntax error.
10 years ago
Chris Lu
599d0ae21b
Add benchmark to the introduction page.
10 years ago
Chris Lu
b225793103
Move introduction page to github.
10 years ago
Chris Lu
d0229d99ed
name change on documents
10 years ago
chrislusf
348a50052e
Merge pull request #15 from aszxqw/upstream_master
Changing to github !!! Thanks!
10 years ago
wyy
620b1244b4
update readme.md
10 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
wyy
d39c62bbed
add .gitignore
10 years ago
wyy
2f1cf164b9
update readme.md
10 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
10 years ago
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