chenwanli
39c7455881
Set http timeout to 5s
6 years ago
Chris Lu
1bfb96f34d
optimization for reading whole chunk with gzip encoding
6 years ago
Chris Lu
a6cfaba018
able to sync the changes
6 years ago
Chris Lu
865a017936
fix when if buffer is not aligned
6 years ago
Chris Lu
0d98949199
tmp commit
7 years ago
Chris Lu
07e0d13d2d
filer support reading multiple chunks, with range support
7 years ago
Chris Lu
8b0718ac92
go vet
7 years ago
Chris Lu
c11d84f314
fix reading from a url
7 years ago
Chris Lu
d773e11c7a
file handler directly read from volume servers
this mostly works fine now!
next: need to cache files to local disk
7 years ago
kelgon
3bf883327e
( fix #543 )added body to error when Post encounter 4xx response
8 years ago
sparklxb
c46e91d229
complement weed mount: add read and delete
8 years ago
wangjie
90a6f43c56
fix the bug than we can't get filename when download file.
8 years ago
Chris Lu
a57162e8bf
delete operation does not need this checking
9 years ago
Chris Lu
cdae9fc680
add "weed copy" command to copy files to filer
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
chrislusf
e921cb1a9d
format changes
9 years ago
tnextday
b177afc326
`weed download` command use stream download the large file.
9 years ago
tnextday
daac5de1ba
more check in `http_util.Delete`
add status code in `DeleteResult` struct
operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
9 years ago
chrislusf
86cd40fba8
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
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
chrislusf
020ba6c9a8
add leveldb support for needle map
This supposedly should reduce memory consumption. However, for tests
with millions of, this shows consuming more memories. Need to see
whether this will work out. If not, later boltdb will be tested.
10 years ago
Chris Lu
f7998f8652
merge conflicts
10 years ago
Chris Lu
d2f3cab8e1
Remove glog from http_util for better reusability.
11 years ago
Chris Lu
68ceea3f8d
support file names with a comma inside.
11 years ago
Chris Lu
1818a2a2da
Change to protocol buffer for volume-join-masster message
Reduced size to about 1/5 of the previous json format message
11 years ago
Chris Lu
2861275fb6
working filer server!
11 years ago
Chris Lu
7251e357e7
enhance deletion operation
11 years ago
Chris Lu
ff0560ee03
adjust error message
11 years ago
Chris Lu
054374c765
in progress, trying to make benchmark working better to reuse http
connections.
11 years ago
Chris Lu
edae676913
1. volume server auto detect clustered master nodes
2. remove operation package dependency on storage
11 years ago
Chris Lu
82b74c7940
issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>
some basic changes to parse upload url
11 years ago
Chris Lu
ed154053c8
switching to temporarily use glog library
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
7ee12f14a8
add option to set server's ip address
12 years ago
Chris Lu
9b99240584
can auto grow 00 and 01 replication volumes
12 years ago
chris.lu@gmail.com
bb01324482
compatible with Go1
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@46 282b0af5-e82d-9cf1-ede4-77906d7719d0
13 years ago
chris.lu@gmail.com
ae3a53388f
refactoring code
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@24 282b0af5-e82d-9cf1-ede4-77906d7719d0
13 years ago