Chris Lu
8af4753002
Write request id to first 8 bytes of a file, instead of whole file, for
better write performance.
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
b5aa2ef605
Add master bind ip address option.
10 years ago
Chris Lu
670b240a26
Fix help text error.
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
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
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
794b755f1d
rename to Seaweed File System
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
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
4c58cef24a
a bit refactoring to prepare for volume format change and backward
compatibility.
10 years ago
Chris Lu
df78466a12
remove uploading stated from volume server.
11 years ago
Chris Lu
530927db64
Add Etag support
11 years ago
Chris Lu
5d88cec2df
1. pass through http response headers
2. set http status 201 for creating files
11 years ago
Chris Lu
a3fb644d86
fix wrong error printing that caused panic
11 years ago
Chris Lu
a0b2582a75
comments change
11 years ago
Chris Lu
77fd5ecd98
Add /admin/mv to move a file or a folder
11 years ago
Chris Lu
38231b6891
return image size when client image processing
11 years ago
Chris Lu
cb28c26398
Setting application/json for json result.
Setting application/javascript for jsonp result.
11 years ago
Chris Lu
d7f6af09e6
Better guessing mime type with octstream
11 years ago
Chris Lu
4b7b439be9
Reduce memory usage for "weed fix"
11 years ago
Chris Lu
e60af7b82e
Add partial content request support.
11 years ago
Chris Lu
625f880b15
Adjust "weed server" parameters.
11 years ago
Chris Lu
34e03e7cf6
iphone usually has upper cased .JPG extension
refactor
11 years ago
Chris Lu
8ff0d17d6a
defauting images.fix.orientation option to true
11 years ago
Chris Lu
dcd12576c6
Add option to auto fix jpg orientation
11 years ago
Chris Lu
f7d6909b6f
1. refactor, move image resizing to its own package
2. make code compile
11 years ago
Chris Lu
5367d96512
0.59 beta
11 years ago
Chris Lu
dac95464b8
better handling of os signals
11 years ago
Chris Lu
029923329d
add os.Kill signal to handle.
go fmt some code.
11 years ago
Chris Lu
dc24bad791
releasing 0.58 to handle control+c interrupts.
compilable now. but FUSE mount is not working.
11 years ago
Chris Lu
750e1aaaa5
Add control+c or INT handling
11 years ago
Chris Lu
7e0ae72b07
Add control+c or INT handling
11 years ago
Chris Lu
982aaa41b9
Add control+c or INT handling
11 years ago
Chris Lu
68ceea3f8d
support file names with a comma inside.
11 years ago
Chris Lu
328aa48c6a
Can compile now. not working just yet.
11 years ago
Chris Lu
1c30a780a7
fix image serving performance problem introduced in last release.
11 years ago
Chris Lu
729716ab7a
Add cpu profiling option.
11 years ago
Chris Lu
87b98711f7
A hidden feature: dynamically resize image.
Adding width=xxx or height=xxx, or both, can dynamically resize a
gif,jpg,png. But the performance is bad. So, not recommending, but you
can use it if you insist. :)
11 years ago