aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30use proto "github.com/golang/protobuf/proto"yanyiwu1-1/+1
2015-01-18Fix compilation error.Chris Lu1-1/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from ↵Chris Lu12-24/+74
normal file operations.
2015-01-16fix the #59 and #56yourchanges1-12/+32
2015-01-14Resolve ConflictsChris Lu5-5/+5
2015-01-13Cleanup error printing.Chris Lu14-29/+31
2015-01-13fix some typosLei Xue5-5/+5
2015-01-13Separate into admin and public mux for volume servers.Chris Lu3-18/+18
2015-01-13Refactoring volume server options.Chris Lu1-1/+5
2015-01-13Refactoring volume server options.Chris Lu1-37/+57
2015-01-12Fix go vet warnings.Chris Lu2-2/+2
2015-01-12v0.68Chris Lu1-1/+1
2015-01-11Add caching volume locations to batch volume id lookup.Chris Lu1-4/+29
2015-01-10Fix the first form multi-part item is not a "file type part" problem in ↵yourchanges1-4/+13
"ParseUpload()"
2015-01-09add w.Write for FilerServer HTTP responseyanyiwu1-0/+1
2015-01-08fix bug: 'http: multiple response.WriteHeader calls'yanyiwu1-1/+0
2015-01-08fixed description error in redis.databaseBrian McQueen1-1/+1
2015-01-08add server options to set redis and cassandra in the filer and corrected ↵Brian McQueen1-0/+4
filer option description text
2015-01-08Set http status after modifying response headers.Chris Lu10-88/+87
2015-01-08add some String() to make codes easier to read and debugyanyiwu8-2/+41
2015-01-07fix bug about : writed needle into localfile twice when replicating, because ↵yanyiwu1-0/+1
of the ip is not equal : ":8080" != "127.0.0.1:8080"
2015-01-06Add Redis support for Distributed Filer store.Chris Lu4-7/+66
2015-01-06Adjust function name.Chris Lu1-1/+1
2015-01-06Merge branch 'master' of github.com:chrislusf/weed-fsChris Lu1-0/+1
2015-01-06Adjust function name.Chris Lu2-2/+2
2015-01-06fix bug about the collection in volume is wrong when curl -F ↵yanyiwu1-0/+1
"file=@/tmp/test.jpg" "localhost:9333/submit?collection=picture"
2015-01-05Add support for distributed filer metadata store.Chris Lu9-11/+197
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu8-43/+53
2015-01-05refactoring for later security changesChris Lu8-57/+194
2014-12-26use github.com/golang/protobuf/proto instead of ↵yanyiwu4-4/+4
code.google.com/p/goprotobuf/proto
2014-12-26fix bug: upload a file which already existed return a wrong file size.yanyiwu3-2/+19
2014-12-26add String function for needle to printyanyiwu1-0/+6
2014-12-14switch it back to chris's repoBrian McQueen69-140/+140
2014-12-14make it turn on the filer when filer.redirectOnRead is setBrian McQueen1-0/+4
2014-12-14switch to my forked repoBrian McQueen69-140/+141
2014-12-14Merge branch 'master' of https://github.com/chrislusf/weed-fsBrian McQueen87-390/+514
2014-12-08Add optional http redirect for filer GET requests.chrislusf1-1/+2
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.chrislusf5-34/+74
2014-12-08Add filer option to redirect instead of proxying to volume server on file ↵chrislusf4-13/+35
GET requests.
2014-12-05Improve Benchmark tool's performance.Chris Lu1-1/+1
2014-12-04Remove a volume server concurrent connection limit.chrislusf1-88/+62
2014-12-04Add more thread safe counters. Tighten thread synchronization.chrislusf1-30/+49
2014-11-30Increase performance by reusing []byte, reducing GC.Chris Lu1-1/+22
2014-11-28Change name to Seaweed.Chris Lu1-1/+1
2014-11-28Write request id to first 8 bytes of a file, instead of whole file, forChris Lu3-16/+22
better write performance.
2014-10-27Clean raft configurations if "peers" option is set.Chris Lu1-21/+25
2014-10-26formatting code by: goimports -w=true .Chris Lu84-170/+205
2014-10-26fix commenting error.Chris Lu1-2/+2
2014-10-25adjust visibilityChris Lu3-4/+4