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
Chris Lu
5d86b50782
fixes
12 years ago
Chris Lu
77c0de914a
now any data node can accept storing files
files are automatically copied to replicas
12 years ago
Chris Lu
5e97179d06
refactoring content uploading
12 years ago