aboutsummaryrefslogtreecommitdiff
path: root/go/util
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu10-716/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-06-02add missing unlock()!!!!!Chris Lu1-0/+1
2016-05-30rwlock concurrent read mapChris Lu1-11/+33
2016-04-14mark it as 0.71betachrislusf1-1/+1
2016-04-14pooling []bytechrislusf2-0/+168
reduce the number of requests to make([]byte)
2016-04-11releasing 0.70Chris Lu1-1/+1
2016-04-11modify the lockbluefoxah1-3/+2
It seems that we did not use the feture of rwlock now. delete the sync.Mutex only use sync.RWMutex.
2016-04-10Revert "Merge pull request #284 from thinxer/binary"chrislusf1-0/+45
This reverts commit 3523ad523929870aa8d4a7741ee8e152cfd40489, reversing changes made to 5d100994b1b9c6679113c8dd73f97aff85397f02.
2016-04-09replace util/bytes.go with binary.BigEndianJianfei Wang1-45/+0
2016-04-08Revert "Merge pull request #281 from thinxer/binary"chrislusf1-0/+45
This reverts commit a87fe8ffcec7a5210bf97301e2951eea51a0a0ec, reversing changes made to 6876bfa68524d4fc0a961f89dc29e53fbc654ea5.
2016-04-06replace util/bytes.go with binary.BigEndianJianfei Wang1-45/+0
2015-12-14format changeschrislusf1-3/+2
2015-12-15`weed download` command use stream download the large file.tnextday1-3/+2
2015-12-03more check in `http_util.Delete`tnextday1-2/+16
add status code in `DeleteResult` struct operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
2015-05-26Add "weed backup" command.chrislusf1-0/+38
This is a pre-cursor for asynchronous replication.
2015-05-25Add ParseUint64 functionchrislusf1-1/+11
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley4-4/+4
2015-04-16Adjust versioning. Beta version should not have a date.chrislusf1-1/+1
2015-04-16Nomalize url before redirecting.chrislusf1-0/+7
2015-04-140.70 beta startchrislusf1-1/+1
2015-04-13releasing 0.69v0.69Chris Lu1-1/+1
2015-03-27add leveldb support for needle mapchrislusf1-2/+2
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.
2015-03-10follow golint suggestionschrislusf3-6/+6
2015-02-26a 0.69 beta releaseChris Lu1-1/+1
2015-02-11Add publicUrl for master serverchrislusf1-1/+1
2015-02-07merge conflictsChris Lu1-1/+6
2015-01-12v0.68Chris Lu1-1/+1
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-1/+3
2014-12-08Merge branch 'master' of https://github.com/chrislusf/weed-fschrislusf1-1/+1
2014-12-08Add read-write lock to guard topology changes on new collections and ttls.chrislusf1-0/+37
2014-12-05Improve Benchmark tool's performance.Chris Lu1-1/+1
2014-11-28Write request id to first 8 bytes of a file, instead of whole file, forChris Lu1-1/+1
better write performance.
2014-10-26formatting code by: goimports -w=true .Chris Lu4-5/+6
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy3-3/+3
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy3-3/+3
2014-09-20version 0.64Chris Lu1-1/+1
2014-08-31adding ttl field to volume super blockChris Lu2-1/+13
2014-07-24released 0.62 with solaris supportChris Lu1-1/+1
2014-06-17released 0.61, prepare for 0.62 betaChris Lu1-1/+1
2014-06-07Remove glog from http_util for better reusability.Chris Lu1-13/+0
2014-05-29start to code for 0.61 releaseChris Lu1-1/+1
2014-05-270.60 beta startChris Lu1-1/+1
2014-05-130.59 betaChris Lu1-1/+1
2014-05-13releasing 0.58 to handle control+c interrupts.Chris Lu1-1/+1
compilable now. but FUSE mount is not working.
2014-05-13Add control+c or INT handlingChris Lu1-1/+1
2014-05-12support file names with a comma inside.Chris Lu1-0/+1
2014-05-08version upgradeChris Lu1-1/+1
2014-04-21Change to protocol buffer for volume-join-masster messageChris Lu1-0/+16
Reduced size to about 1/5 of the previous json format message
2014-04-17start 0.56 betaChris Lu1-1/+1
2014-04-17cut 0.55Chris Lu1-1/+1