aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-10remove unused filesChris Lu9-1268/+0
2013-02-10Merge remote-tracking branch 'origin/master'Chris Lu9-0/+1268
2013-02-10testing compilation with remove packageChris Lu51-39/+39
2013-02-10testing compilation with remove packageChris Lu9-0/+0
2013-02-10testing new directory structureChris Lu23-38/+38
2013-02-10avoid the "src" folderChris Lu51-0/+0
2013-02-10remove binary accidentally checked inChris Lu1-0/+0
2013-02-10re-organize code directory structureChris Lu56-39/+39
2013-02-06Issue 15: Stress test corrupts volumeChris Lu1-0/+17
2013-01-22ensure file name does not contain any "/"Chris Lu1-0/+2
2013-01-22added file name format when exporting. patch from Tamás GulácsiChris Lu1-6/+43
2013-01-21add option to output to stdout - patch from Tamás GulácsiChris Lu2-14/+21
2013-01-20promptive error messageChris Lu1-0/+4
2013-01-20up the version to 0.28 betaChris Lu1-1/+1
2013-01-20adjust textChris Lu1-3/+3
2013-01-20formattingChris Lu1-7/+3
2013-01-20re-factoring volume file scanning codeChris Lu11-131/+259
2013-01-20adding visit function for the NeedleMapChris Lu2-14/+22
2013-01-20better error handling, check in for Gulácsi TamásChris Lu6-80/+159
2013-01-19fix debug message errorChris Lu1-1/+1
2013-01-19ignore compiled binary fileChris Lu1-1/+0
2013-01-19fix debug message displayingChris Lu6-11/+14
2013-01-17go fmt for all source codesChris Lu35-491/+476
2013-01-17cosmetics changeChris Lu1-8/+11
2013-01-17add git ignoreChris Lu1-0/+1
2013-01-17Revert "sort writables to be able to skew write probability to lesser ids (ol...Chris Lu1-35/+5
2013-01-17Revert "add error return for (Un)GzipData"Chris Lu3-24/+34
2013-01-17Revert "add cmd/dump - a dumper"Chris Lu36-622/+466
2013-01-17Revert "add CdbMap"Chris Lu4-195/+32
2013-01-17Revert "add Frozen attribute to VolumeInfo"Chris Lu6-55/+7
2013-01-17Revert "add "freeze" subcommand to volume"Chris Lu7-144/+16
2013-01-17Revert "fix errors with frozen volume loading"Chris Lu3-20/+4
2013-01-15Merge remote-tracking branch 'choose_remote_name/cdb'Chris Lu45-555/+1086
2013-01-14move to 0.27Chris Lu1-1/+1
2013-01-14fix errors with frozen volume loadingTamás Gulácsi3-4/+20
2013-01-14add "freeze" subcommand to volumeTamás Gulácsi7-16/+144
2013-01-13add Frozen attribute to VolumeInfoTamás Gulácsi6-7/+55
2013-01-12add CdbMapTamás Gulácsi4-32/+195
2013-01-05add cmd/dump - a dumperTamás Gulácsi36-466/+622
2013-01-04add error return for (Un)GzipDataTamás Gulácsi3-34/+24
2013-01-04sort writables to be able to skew write probability to lesser ids (older volu...Tamás Gulácsi1-5/+35