tnextday
de5e07ce3e
rename FlagChunkedFile to FlagChunkManifest
2015-12-01 20:53:44 +08:00
tnextday
6b0894d806
update ChunkedFile to seekable reader, so we can use io.* to read data
2015-12-01 20:23:50 +08:00
tnextday
1817864a45
add chunk file helper to support large file
2015-11-29 23:49:41 +08:00
chrislusf
7d1e9a6b8a
add option to redirect moved or non-local volumes
...
fix https://github.com/chrislusf/seaweedfs/issues/168
2015-08-03 14:43:15 -07:00
chrislusf
86cd40fba8
Add "weed backup" command.
...
This is a pre-cursor for asynchronous replication.
2015-05-26 00:58:41 -07:00
yanyiwu
96b73e3e94
if mt != "application/octet-stream"
...
became
if !strings.HasPrefix(mt, "application/octet-stream")
In our situation,
mt can be 'application/octet-stream;charset=ISO-8859-1',
so I think HasPrefix will be more accurate.
2015-05-16 18:55:58 +08:00
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
2015-04-16 19:18:06 +00:00
chrislusf
087b839354
Nomalize url before redirecting.
2015-04-16 10:02:53 -07:00
Chris Lu
a506e7953f
Separate read and write volume handlers.
2015-02-25 23:59:07 -08:00