chrislusf
f91baa4b4b
mark it as 0.71beta
9 years ago
chrislusf
0649d778a7
pooling []byte
reduce the number of requests to make([]byte)
9 years ago
Chris Lu
274230dbcb
releasing 0.70
9 years ago
bluefoxah
c67aee7012
modify the lock
It seems that we did not use the feture of rwlock now.
delete the sync.Mutex only use sync.RWMutex.
9 years ago
chrislusf
b39c384d6d
Revert "Merge pull request #284 from thinxer/binary"
This reverts commit 3523ad5239
, reversing
changes made to 5d100994b1
.
9 years ago
Jianfei Wang
18254d9aae
replace util/bytes.go with binary.BigEndian
9 years ago
chrislusf
5d100994b1
Revert "Merge pull request #281 from thinxer/binary"
This reverts commit a87fe8ffce
, reversing
changes made to 6876bfa685
.
9 years ago
Jianfei Wang
7bc10d46e3
replace util/bytes.go with binary.BigEndian
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
chrislusf
c89b4fd18b
Add ParseUint64 function
10 years ago
Stuart P. Bentley
f0c2a2dcb3
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
10 years ago
chrislusf
41f29e9d8c
Adjust versioning. Beta version should not have a date.
10 years ago
chrislusf
087b839354
Nomalize url before redirecting.
10 years ago
chrislusf
c28d55d343
0.70 beta start
10 years ago
Chris Lu
4483732b2c
releasing 0.69
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
chrislusf
b07d81fb08
follow golint suggestions
10 years ago
Chris Lu
25efb4debe
a 0.69 beta release
10 years ago
chrislusf
eff83a87d1
Add publicUrl for master server
10 years ago
Chris Lu
f7998f8652
merge conflicts
10 years ago
Chris Lu
d102443630
v0.68
10 years ago
yanyiwu
cacfc85869
add some String() to make codes easier to read and debug
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
chrislusf
52180f386b
Add read-write lock to guard topology changes on new collections and ttls.
10 years ago
Chris Lu
482e3fb973
Improve Benchmark tool's performance.
10 years ago
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
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
f7094d7a99
version 0.64
10 years ago
Chris Lu
69343c5951
adding ttl field to volume super block
11 years ago
Chris Lu
bcd36dedb4
released 0.62 with solaris support
11 years ago
Chris Lu
d85b1d70db
released 0.61, prepare for 0.62 beta
11 years ago
Chris Lu
d2f3cab8e1
Remove glog from http_util for better reusability.
11 years ago
Chris Lu
08cbb2c345
start to code for 0.61 release
11 years ago
Chris Lu
5f58da8de7
0.60 beta start
11 years ago
Chris Lu
5367d96512
0.59 beta
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
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
8ceaaa6c4f
version upgrade
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
5f2604b1f7
start 0.56 beta
11 years ago
Chris Lu
5c0c5a4913
cut 0.55
11 years ago
Chris Lu
3ee017d350
0.55 beta
11 years ago
Chris Lu
3b5035c468
1. v0.54
2. go vet found many printing format errors
11 years ago