aboutsummaryrefslogtreecommitdiff
path: root/go/storage/needle.go
AgeCommit message (Expand)AuthorFilesLines
2015-02-25avoid auto unzip tar.gz fileschrislusf1-1/+2
2015-01-16fix the #59 and #56yourchanges1-12/+32
2015-01-10Fix the first form multi-part item is not a "file type part" problem in "Par...yourchanges1-4/+13
2014-12-26fix bug: upload a file which already existed return a wrong file size.yanyiwu1-0/+1
2014-12-26add String function for needle to printyanyiwu1-0/+6
2014-10-26formatting code by: goimports -w=true .Chris Lu1-3/+4
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-3/+3
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-3/+3
2014-09-20Adding unit tests for volume ttl.Chris Lu1-1/+1
2014-09-20add TTL supportChris Lu1-2/+7
2014-05-16fix orientation for all jpg filesChris Lu1-2/+5
2014-05-15iphone usually has upper cased .JPG extensionChris Lu1-1/+6
2014-02-05be lenient when writing, but report right away when volume size limit isChris Lu1-3/+4
2013-12-09toughen up error handling for invalid fidChris Lu1-9/+15
2013-10-16issue 48 weed upload does not set the modified dateChris Lu1-1/+1
2013-09-19Issue 45 in weed-fs: [Compact issue] Offset overflowChris Lu1-0/+3
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-12/+9
2013-08-14easier for client to delete fileChris Lu1-4/+1
2013-08-08switching to temporarily use glog libraryChris Lu1-6/+6
2013-08-06refactor "content upload" out of needle creationChris Lu1-30/+40
2013-08-05report errors when upload timeoutsChris Lu1-1/+6
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu1-2/+4
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu1-5/+5
2013-07-101. ensure replicated file has the same timestampChris Lu1-1/+4
2013-07-08Issue 27: feature request - Last-Modified headerChris Lu1-7/+11
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-2/+2
2013-02-26checking file name emptyChris Lu1-2/+8
2013-02-10go vetChris Lu1-10/+10
2013-02-10testing compilation with remove packageChris Lu1-0/+132