aboutsummaryrefslogtreecommitdiff
path: root/go/storage/needle.go
AgeCommit message (Expand)AuthorFilesLines
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