aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2013-07-08Issue 27: feature request - Last-Modified headerChris Lu4-14/+58
2013-07-08change default number of volumes to 7, so that the first volume growthChris Lu1-1/+5
would not fail.
2013-07-05Issue 26: Could not download uploaded filesChris Lu1-0/+10
Fix is provided by hieu.hcmus, He convinced me of the fix. Thanks!
2013-07-03add error when size limit is reachedChris Lu1-15/+19
2013-06-19add dataCenter option when assign file keysChris Lu16-115/+287
add dataCenter option when starting volume servers some work related to freeze a volume. Not tested yet.
2013-05-05Tamás Gulácsi contributed cdb map for read only extremely low memoryChris Lu2-0/+398
implementation.
2013-04-18refactoring needle mapper interface to separate index file storage logicChris Lu4-37/+68
out
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu6-89/+108
stand-alone file, for later easier improvements
2013-04-15rename volume_location.go to volume_location_list.goChris Lu1-0/+0
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 Lu5-14/+47
https://github.com/tgulacsi/weed-fs/commit/97482255d555f152ea99052aba7d0a0163235e39.diff
2013-03-20adding HEAD supportChris Lu1-4/+8
2013-03-200.31 is next releaseChris Lu1-1/+1
2013-03-20avoid empty data nodesChris Lu1-1/+1
2013-03-20bump to 0.30 since it fixed an important bugChris Lu1-1/+1
2013-03-20return nil instead of memory access errorChris Lu1-1/+4
2013-03-19fix sequence assignment errorChris Lu1-1/+1
2013-03-19bump up the versionChris Lu1-1/+1
2013-03-19avoid missing configuration file errorChris Lu1-2/+3
2013-03-19avoid error when missing configuration fileChris Lu1-0/+2
2013-03-19avoid file not exist errorChris Lu1-1/+2
2013-03-18fix documentation errorChris Lu1-1/+1
2013-03-08releasing version 0.28Chris Lu1-1/+1
2013-02-26add lots of error checking by GThomasChris Lu29-170/+268
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
files after this file entry.
2013-02-11print out error messageChris Lu1-1/+1
2013-02-10Issue 15: Stress test corrupts volumeChris Lu2-19/+35
2013-02-10checking errorChris Lu1-1/+4
2013-02-10go vetChris Lu8-30/+30
2013-02-10rename from cmd to weed for easier "go build"Chris Lu9-0/+0
2013-02-10testing compilation with remove packageChris Lu50-0/+4799