aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2015-01-05refactoring for later security changesChris Lu8-57/+194
2014-12-26use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...yanyiwu4-4/+4
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 GET...chrislusf4-13/+35
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
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
2014-10-25fix typoChris Lu3-4/+4
2014-10-21Add master bind ip address option.Chris Lu2-3/+4
2014-10-21Fix help text error.Chris Lu1-1/+1
2014-10-21print error the correct way.Chris Lu1-12/+13
2014-10-19Revert "fix func name HasWriableVolume"bmcquee2-3/+3
2014-10-19Revert "change wriable to writeable"bmcquee1-1/+1
2014-10-19change wriable to writeablebmcquee1-1/+1
2014-10-19add another logging line verbosity 2bmcquee1-0/+1
2014-10-19fix func name HasWriableVolumebmcquee2-3/+3
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy69-138/+138
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy69-138/+138
2014-09-20Fix typo.Chris Lu1-1/+1
2014-09-20Add "-ip.bind" option when starting volume servers.Chris Lu3-7/+9
2014-09-20adjust for external API changesChris Lu1-1/+4
2014-09-20rename to Seaweed File SystemChris Lu6-7/+7
2014-09-20Adding unit tests for volume ttl.Chris Lu3-15/+63
2014-09-20version 0.64Chris Lu1-1/+1
2014-09-20add TTL supportChris Lu31-105/+416
2014-09-04use error to report errorChris Lu1-5/+13
2014-09-04resolve directory log file errorChris Lu1-2/+11
2014-08-31adding ttl field to volume super blockChris Lu4-1/+45
2014-08-26wrap etag value with double quotesChris Lu2-2/+2
2014-08-25Fix filer proxing http status codeChris Lu2-1/+2
2014-08-25a bit refactoring to prepare for volume format change and backwardChris Lu3-57/+68
2014-08-05remove uploading stated from volume server.Chris Lu2-5/+0
2014-07-24released 0.62 with solaris supportChris Lu3-3/+3
2014-07-22Add Etag supportChris Lu2-0/+14
2014-07-211. pass through http response headersChris Lu1-0/+4