aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-141. refactor, move image resizing to its own packageChris Lu6-61/+54
2014-05-130.59 betaChris Lu2-1/+2
2014-05-13better handling of os signalsChris Lu5-32/+46
2014-05-13add os.Kill signal to handle.Chris Lu5-6/+4
2014-05-13releasing 0.58 to handle control+c interrupts.Chris Lu8-166/+221
2014-05-13Add control+c or INT handlingChris Lu1-0/+1
2014-05-13Add control+c or INT handlingChris Lu1-1/+11
2014-05-13Add control+c or INT handlingChris Lu3-30/+37
2014-05-12support file names with a comma inside.Chris Lu2-1/+2
2014-05-12Can compile now. not working just yet.Chris Lu5-4/+209
2014-05-08version upgradeChris Lu1-1/+1
2014-05-07fix image serving performance problem introduced in last release.Chris Lu1-9/+9
2014-05-07Add cpu profiling option.Chris Lu1-1/+28
2014-04-25A hidden feature: dynamically resize image.Chris Lu1-0/+36
2014-04-25Adjust command line options.Chris Lu4-42/+61