aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
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
This reverts commit bff7b71389557235c8573a77b0c030765c85fd1f.
2014-10-19Revert "change wriable to writeable"bmcquee1-1/+1
This reverts commit 626b896448473b3ce7f2ec40b644c2bfd0e3c714.
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
Also some Weed->Seaweed changes.
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
The volume TTL and file TTL are not necessarily the same. as long as file TTL is smaller than volume TTL, it'll be fine. volume TTL is used when assigning file id, e.g. http://.../dir/assign?ttl=3h file TTL is used when uploading
2014-09-04use error to report errorChris Lu1-5/+13
2014-09-04resolve directory log file errorChris Lu1-2/+11
avoid possible race condition
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
Double quote etag value.
2014-08-25a bit refactoring to prepare for volume format change and backwardChris Lu3-57/+68
compatibility.
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
2. set http status 201 for creating files
2014-07-21fix wrong error printing that caused panicChris Lu1-1/+1
2014-07-20test move functionChris Lu1-3/+10
2014-07-20fix test error due to changed apiChris Lu1-1/+1
2014-07-20fix old tests that's found not working during travis integration.Chris Lu4-110/+10
2014-07-20comments changeChris Lu1-4/+4
2014-07-20Add /admin/mv to move a file or a folderChris Lu9-34/+119
2014-07-20adjust file nameChris Lu1-0/+0
2014-07-08compress *.htm fileChris Lu1-1/+1
2014-07-05lowercase when checking file name extensions.Chris Lu1-3/+5
2014-07-05return image size when client image processingChris Lu3-11/+16
2014-07-04add a convenient function to preprocess images on client side.Chris Lu2-1/+26
2014-06-17released 0.61, prepare for 0.62 betaChris Lu1-1/+1
2014-06-13Setting application/json for json result.Chris Lu1-1/+2
Setting application/javascript for jsonp result.
2014-06-08Better guessing mime type with octstreamChris Lu1-1/+4
2014-06-07Remove glog from http_util for better reusability.Chris Lu1-13/+0
2014-06-02only set lookup cache when successfulChris Lu1-2/+3
2014-05-31Reduce memory usage for "weed fix"Chris Lu4-6/+9
2014-05-29start to code for 0.61 releaseChris Lu1-1/+1
2014-05-29Important Fix: Avoid overwriting the index file!!!Chris Lu2-12/+37
2014-05-270.60 beta startChris Lu1-1/+1
2014-05-26Add partial content request support.Chris Lu2-5/+205
2014-05-26fix compilation errorChris Lu1-1/+1