aboutsummaryrefslogtreecommitdiff
path: root/go/storage
AgeCommit message (Expand)AuthorFilesLines
2013-11-18adjust function nameChris Lu2-4/+4
2013-11-12support for collections!Chris Lu3-23/+39
2013-10-31fix issue 52Chris Lu1-10/+19
2013-10-31add test case for issue 52Chris Lu1-0/+14
2013-10-31fix testChris Lu1-0/+1
2013-10-31log changesChris Lu1-2/+6
2013-10-16issue 48 weed upload does not set the modified dateChris Lu1-1/+1
2013-09-28add a command to force compaction of a volume, removing deleted filesChris Lu2-2/+2
2013-09-19Issue 45 in weed-fs: [Compact issue] Offset overflowChris Lu3-10/+13
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu8-22/+40
2013-08-14easier for client to delete fileChris Lu2-9/+7
2013-08-12v0.40Chris Lu1-2/+4
2013-08-12correct and more cleaner logic to fall back to read only modeChris Lu1-40/+67
2013-08-11wording changeChris Lu1-2/+2
2013-08-11handle cases when .idx files are also readonlyChris Lu4-16/+25
2013-08-08switching to temporarily use glog libraryChris Lu11-70/+84
2013-08-06refactor "content upload" out of needle creationChris Lu1-30/+40
2013-08-05report errors when upload timeoutsChris Lu1-1/+6
2013-07-28a little more conciseChris Lu1-4/+3
2013-07-28Issue 37: Replicate deleteChris Lu1-3/+4
2013-07-19fix for issue #35Chris Lu1-3/+7
2013-07-19fix issue 34Chris Lu1-2/+1
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 Lu3-8/+9
2013-07-13use bytes.Equal() instead, Thanks for Thomas' suggestionChris Lu1-7/+2
2013-07-13add support for multiple folders and multiple max limit: egChris Lu1-56/+104
2013-07-12ensure append only for deleted filesChris Lu1-2/+2
2013-07-12write file info only when data is not emptyChris Lu1-21/+21
2013-07-11empty deleted fileChris Lu1-0/+1
2013-07-11avoid writing the same fileChris Lu2-2/+31
2013-07-101. ensure replicated file has the same timestampChris Lu1-1/+4
2013-07-08Issue 27: feature request - Last-Modified headerChris Lu2-10/+36
2013-07-05Issue 26: Could not download uploaded filesChris Lu1-0/+10
2013-07-03add error when size limit is reachedChris Lu1-15/+19
2013-06-19add dataCenter option when assign file keysChris Lu3-27/+115
2013-05-05Tamás Gulácsi contributed cdb map for read only extremely low memoryChris Lu2-0/+398
2013-04-18refactoring needle mapper interface to separate index file storage logicChris Lu3-36/+67
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu2-2/+39
2013-04-14fix compilation errorChris Lu1-3/+4
2013-04-14accurate error messages during writingChris Lu1-5/+10
2013-04-14merge changes from about dealing with read only volumes.Chris Lu3-9/+36
2013-02-26add lots of error checking by GThomasChris Lu6-16/+32
2013-02-26checking file name emptyChris Lu1-2/+8
2013-02-11only cares about error other than EOFChris Lu1-1/+5
2013-02-11avoid EOF error on windows. This is a "try to load" function anyway.Chris Lu1-1/+1
2013-02-11do not truncate file if any error happens. Truncating will lose allChris Lu1-11/+3
2013-02-10Issue 15: Stress test corrupts volumeChris Lu2-19/+35
2013-02-10go vetChris Lu3-13/+13
2013-02-10testing compilation with remove packageChris Lu14-0/+1478