j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
e5506152c0
refactoring
6 years ago
Chris Lu
a2d34d4802
filer.copy: add adjustable compression level
6 years ago
Chris Lu
a32abda1a3
adjust compression to optimize for speed
6 years ago
Chris Lu
174bf1e8b2
more efficient client side gzip compression
6 years ago
chenwanli
c668e55e07
Revert "fix https://github.com/chrislusf/seaweedfs/issues/780 "
This reverts commit 31038acccf
.
6 years ago
Chris Lu
74fb237727
benchmark can work in secure mode
6 years ago
Chris Lu
67e2ea72be
master add separate grpc port
due to https://github.com/soheilhy/cmux/issues/64
fix https://github.com/chrislusf/seaweedfs/issues/820
fix https://github.com/chrislusf/seaweedfs/issues/840
fix https://github.com/chrislusf/seaweedfs/issues/841
6 years ago
chenwanli
39c7455881
Set http timeout to 5s
6 years ago
Chris Lu
e49a38842a
set etag in response
6 years ago
chenwanli
31038acccf
fix https://github.com/chrislusf/seaweedfs/issues/780
6 years ago
Chris Lu
93e0dddbf3
add function description
6 years ago
Chris Lu
7d6b2a4740
add ETag to upload results and chunks
6 years ago
sparklxb
da9b672d1b
support additional header name-value pairs
8 years ago
sparklxb
86a7c56275
support additional header name-value pairs
8 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
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
10 years ago
Chris Lu
f7998f8652
merge conflicts
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
4ecf5956d7
Add types to uploading
11 years ago
Chris Lu
51fafdb525
more robust filer
11 years ago
Chris Lu
7a8bc2e19e
avoid sharing same err variable
11 years ago
Chris Lu
c3ce024fc1
reusing http connections
11 years ago
Chris Lu
466a55b06d
fix error message
11 years ago
Chris Lu
d5e7c1de0a
refactoring code
reusable code by go clients
12 years ago
Chris Lu
f7c1a15ad1
correctly print strings in error
12 years ago
Chris Lu
ed154053c8
switching to temporarily use glog library
12 years ago
Chris Lu
e94d52c1af
replicate mime type
12 years ago
Chris Lu
5e3b6e968a
escaping upload file name special characters
if already gzipped, avoid gzipping again
12 years ago
Chris Lu
dd66193bfb
remove logging
12 years ago
Chris Lu
70fe7e6b5d
support gzip file upload, fix problem during replication of gzipped data
12 years ago
Chris Lu
db46565d18
ensure mime type checking by lower cased file name extension
12 years ago
Chris Lu
1ac71a111f
Issue 28: [HELP NEEDED] weed upload does not send correct mime type to
weedfs
Fix is provided by claudiu.raveica
12 years ago
Chris Lu
3afc2d2ce6
remove unused code
12 years ago
Chris Lu
4c200acd7d
1. ensure replicated file has the same timestamp
2. upload can specify modified time by &ts=...
3. correctly return code 304
12 years ago
Chris Lu
db8e27be6e
add lots of error checking by GThomas
12 years ago
Chris Lu
5071f528f6
testing compilation with remove package
12 years ago
Chris Lu
ab6fb13ad7
avoid the "src" folder
12 years ago
Chris Lu
cb4e8ec16b
re-organize code directory structure
12 years ago
Chris Lu
b0c7df0c3b
go fmt for all source codes
12 years ago
Chris Lu
bf9c4ed033
Revert "add cmd/dump - a dumper"
This reverts commit 5d2a1e8d48
.
12 years ago
Tamás Gulácsi
5d2a1e8d48
add cmd/dump - a dumper
Walk needed to be added to NeedleMap and CompactMap, to be able to add WalkKeys and WalkValues to volume. This is needed for iterating through all the stored needles in a volume - this was dump's purpose.
12 years ago
Chris Lu
20706d8cf2
more error handling
12 years ago
Chris Lu
a847e2beee
better error reporting and handling
12 years ago
Chris Lu
4b3676a54b
delete replications, untested yet
12 years ago