aboutsummaryrefslogtreecommitdiff
path: root/go/util/http_util.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-163/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
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-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-1/+1
2015-04-16Nomalize url before redirecting.chrislusf1-0/+7
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-02-07merge conflictsChris Lu1-1/+6
2014-06-07Remove glog from http_util for better reusability.Chris Lu1-13/+0
2014-05-12support file names with a comma inside.Chris Lu1-0/+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-03-30working filer server!Chris Lu1-0/+24
2014-03-20enhance deletion operationChris Lu1-0/+19
2014-03-12adjust error messageChris Lu1-2/+2
2014-03-12in progress, trying to make benchmark working better to reuse httpChris Lu1-2/+18
connections.
2014-02-141. volume server auto detect clustered master nodesChris Lu1-0/+38
2. remove operation package dependency on storage