tnextday
a98f359122
Fix chunk manifest replicate upload error
...
Escape the redirect url in volume read handler
2016-02-27 17:42:41 +08:00
chrislusf
e921cb1a9d
format changes
2015-12-14 22:38:58 -08:00
tnextday
031d26527f
update
2015-12-15 13:08:09 +08:00
tnextday
521be17a9e
verbose log
2015-12-15 13:05:59 +08:00
tnextday
f925374db6
Move write response content into a function
2015-12-15 11:26:16 +08:00
tnextday
4fda5f8bfd
update
2015-12-03 18:21:58 +08:00
tnextday
662915e691
Delete all chunks when delete a ChunkManifest
...
LoadChunkManifest can uncompress buffer
move compress.go from storage to operation because of import cycle
MakeFile add cross complete command
2015-12-02 21:27:29 +08:00
tnextday
520875d455
update
2015-12-02 18:25:18 +08:00
tnextday
d0e2475ece
FilePart.Upload
use base name instead of full path
...
fix chunked file download error
2015-12-02 16:35:16 +08:00
tnextday
2c0a7fe75e
complete submit chunked file
2015-12-02 15:00:46 +08:00
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