Chris Lu
217cde0a3b
refactoring
6 years ago
Chris Lu
03b9291e5d
volum server passes grpc option and master location to store
6 years ago
Chris Lu
a4f3d82c57
convert needle id to ec intervals to read from
6 years ago
Chris Lu
e5506152c0
refactoring
6 years ago
Chris Lu
86dd933596
go fmt
6 years ago
Chris Lu
0ed816d4e9
formatting error log
6 years ago
Chris Lu
a4ceb051a7
use MD5 for ETag to be consistent with Amazon S3
6 years ago
Chris Lu
164091c269
add s3 multipart upload
6 years ago
Chris Lu
d7a4b12d2a
fix build error
6 years ago
Chris Lu
75e749039b
fix data writes error when consecutive calls overlaps with previous writes
6 years ago
zhangmingfeng
aafe8d84cb
Update volume_server_handlers_read.go
change ext to lower-case
6 years ago
Chris Lu
0b99557c29
fix compilation error
7 years ago
Chris Lu
9bf93e698e
refactoring: avoid common code
7 years ago
Chris Lu
aae77e8ea3
initialize read seeker
7 years ago
Chris Lu
5a237af973
fix nil if not images
7 years ago
zhangmingfeng
79d18c69b4
增加chunk图片文件支持width和height
7 years ago
Chris Lu
43e3f5724c
use fixed list of masters in both filer and volume servers
7 years ago
Chris Lu
dd5661b297
adding favicon to filer also
7 years ago
Chris Lu
5047bdb4a2
skip bytes cache
8 years ago
Chris Lu
83efe1547d
revert webp support due to "go test"
related to https://github.com/chai2010/webp/issues/9
8 years ago
rmn
366fe0d394
Scale images to fit or fill
8 years ago
Vitaly Baev
7ab9160ee1
WebP resize support
8 years ago
Stepan Bujnak
14ec3bfc1d
Show contents of manifest file when cm=false is passed
8 years ago
Chris Lu
3cb0071025
supporting reading file of size zero
8 years ago
sparklxb
86a7c56275
support additional header name-value pairs
8 years ago
Chris Lu
cc01c352c3
refactoring
9 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
9 years ago
Chris Lu
f8b03c45ef
properly release memory
fix https://github.com/chrislusf/seaweedfs/issues/301
9 years ago
Alexander Kovalenko
f101ad6855
Fix Content-Disposition header; add dl=(0|1) URI param to use inline (default) or attachment
9 years ago
chrislusf
3fb98a904b
fmt
9 years ago
Vitaly Baev
d1fd372eb2
Added /favicon.ico handler
9 years ago
chrislusf
0649d778a7
pooling []byte
reduce the number of requests to make([]byte)
9 years ago
tnextday
a98f359122
Fix chunk manifest replicate upload error
Escape the redirect url in volume read handler
9 years ago
chrislusf
e921cb1a9d
format changes
9 years ago
tnextday
031d26527f
update
9 years ago
tnextday
521be17a9e
verbose log
9 years ago
tnextday
f925374db6
Move write response content into a function
9 years ago
tnextday
4fda5f8bfd
update
9 years ago
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
9 years ago
tnextday
520875d455
update
9 years ago
tnextday
d0e2475ece
`FilePart.Upload` use base name instead of full path
fix chunked file download error
9 years ago
tnextday
2c0a7fe75e
complete submit chunked file
9 years ago
tnextday
de5e07ce3e
rename FlagChunkedFile to FlagChunkManifest
9 years ago
tnextday
6b0894d806
update ChunkedFile to seekable reader, so we can use io.* to read data
9 years ago
tnextday
1817864a45
add chunk file helper to support large file
9 years ago
chrislusf
7d1e9a6b8a
add option to redirect moved or non-local volumes
fix https://github.com/chrislusf/seaweedfs/issues/168
10 years ago
chrislusf
86cd40fba8
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
10 years ago
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.
10 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
10 years ago
chrislusf
087b839354
Nomalize url before redirecting.
10 years ago