aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2014-05-26Adjust "weed server" parameters.Chris Lu3-5/+12
2014-05-25Add volume id lookup cachingChris Lu3-1/+84
2014-05-19rename to _vacuum.goChris Lu1-0/+0
2014-05-19Refactor out volume vacuum.Chris Lu2-38/+40
2014-05-19Refactor out volume vacuum.Chris Lu2-28/+35
2014-05-19Refactor out weedfs vacuum.Chris Lu2-35/+43
2014-05-16fix orientation for all jpg filesChris Lu1-2/+5
2014-05-15iphone usually has upper cased .JPG extensionChris Lu2-6/+7
2014-05-15defauting images.fix.orientation option to trueChris Lu2-2/+2
2014-05-15Add option to auto fix jpg orientationChris Lu5-20/+19
2014-05-15Add auto fixing jpg file orientation.Chris Lu4-3/+207