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
Chris Lu
a506e7953f
Separate read and write volume handlers.
10 years ago
chrislusf
226df38c95
Redirect to publicUrl
Redirect to publicUrl
10 years ago
Chris Lu
f7998f8652
merge conflicts
10 years ago
yanyiwu
7bfa93a283
use sync.RWMutex when masterNode changes
10 years ago
chrislusf
cc724305b6
Using Url instead of PublicUrl for volume server
Originally there are only url(ip + port), and publicUrl. Because ip was
used to listen for http service, it has less flexibility and volume
server has to be accessed via publicUrl.
Recently we added ip.bind, for binding http service.
With this change, url can be used to connect to volume servers. And
publicUrl becomes a free style piece of url information, it does not
even need to be unique.
10 years ago
Chris Lu
5b5d6341e5
Set http status after modifying response headers.
10 years ago
Chris Lu
a3e4145e8a
refactoring for later security changes
10 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
10 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
wyy
4126280d55
use github.com/chrislusf instead of github.com/aszxqw
10 years ago
wyy
1cd19447e3
use github.com/aszxqw instead of code.google.com/p
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
530927db64
Add Etag support
11 years ago
Chris Lu
38231b6891
return image size when client image processing
11 years ago
Chris Lu
d7f6af09e6
Better guessing mime type with octstream
11 years ago
Chris Lu
e60af7b82e
Add partial content request support.
11 years ago
Chris Lu
34e03e7cf6
iphone usually has upper cased .JPG extension
refactor
11 years ago