aboutsummaryrefslogtreecommitdiff
path: root/weed-fs/src/cmd/weed
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10re-organize code directory structureChris Lu9-1268/+0
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
report file size correctly
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 Lu5-50/+149
add export function fix bugs on deleted byte counting
2013-01-20better error handling, check in for Gulácsi TamásChris Lu2-7/+21
2013-01-19fix debug message errorChris Lu1-1/+1
2013-01-19fix debug message displayingChris Lu6-11/+14
2013-01-17go fmt for all source codesChris Lu5-72/+72
2013-01-17Revert "add error return for (Un)GzipData"Chris Lu1-4/+2
This reverts commit 824371035109225128f8942b64a817838a7c0c25.
2013-01-17Revert "add cmd/dump - a dumper"Chris Lu4-68/+70
This reverts commit 5d2a1e8d4845e7a7f1dccd962bb0ee6a5f9d6081.
2013-01-17Revert "add Frozen attribute to VolumeInfo"Chris Lu1-8/+2
This reverts commit dd685fdd8d8ac6d28dce0d25b72115e3315a30a8.
2013-01-17Revert "add "freeze" subcommand to volume"Chris Lu2-21/+7
This reverts commit f262fed19784ad85d7cfef985f3dfcc09bd7180c.
2013-01-15Merge remote-tracking branch 'choose_remote_name/cdb'Chris Lu7-81/+101
2013-01-14move to 0.27Chris Lu1-1/+1
2013-01-14add "freeze" subcommand to volumeTamás Gulácsi2-7/+21
2013-01-13add Frozen attribute to VolumeInfoTamás Gulácsi1-2/+8
2013-01-05add cmd/dump - a dumperTamás Gulácsi4-70/+68
Walk needed to be added to NeedleMap and CompactMap, to be able to add WalkKeys and WalkValues to volume. This is needed for iterating through all the stored needles in a volume - this was dump's purpose.
2013-01-04add error return for (Un)GzipDataTamás Gulácsi1-2/+4
2013-01-04master can redirect GET/DELETE/POST requests to volume servers. SoChris Lu1-5/+22
clients does not always need to remember the volume server locations. This is good for low~medium sized web site traffic.
2013-01-02set to beta version for 0.27Chris Lu1-1/+1
2013-01-02escape file name when there is a quote insideChris Lu1-1/+3
2012-12-22properly handle quick volume server restartChris Lu1-1/+2
2012-12-22add store metadata:file name, mime type, is_gzippedChris Lu1-2/+21
add support to upload .gz file directly
2012-12-21can read/write files in format version 2Chris Lu1-1/+1
2012-12-21refactoringChris Lu1-2/+2
2012-12-20refactor for reading super blockChris Lu1-43/+48
2012-12-03reporting volume size as early as possibleChris Lu2-1/+5
2012-12-03move to 0.25, previous 0.23 and 0.24 are not correct when managing theChris Lu1-1/+1
volumes
2012-11-26added proper log messagesChris Lu1-12/+23
2012-11-26adjust default read timeout to 3 secondsChris Lu2-2/+2
2012-11-23add command line option to control garbage thresholdChris Lu1-28/+29
2012-11-23periodically compact volumesChris Lu1-2/+12
2012-11-21add version typeChris Lu1-2/+2
2012-11-13better error messageChris Lu1-1/+3
2012-11-12Issue 11: Failed to write to replicas for volumen 3Chris Lu1-2/+5
Fix displaying wrong error message
2012-11-12Issue 11: Failed to write to replicas for volumen 3Chris Lu1-9/+17
Avoid unnecessary master lookup
2012-11-07support compacting a volumeChris Lu4-9/+52
2012-10-23adjusting gzip logicChris Lu1-1/+1
2012-10-15adjust time_wait to 1 secondChris Lu2-2/+2
2012-10-10show volume statusChris Lu1-0/+8
2012-10-09Merge remote-tracking branch 'origin/master'Chris Lu1-0/+1
Conflicts: weed-fs/src/cmd/weed/master.go
2012-10-09setting http status code for failed requestsChris Lu1-0/+8
2012-10-09setting http status code for failed requestsChris Lu1-0/+5
2012-10-06fix compilation errorChris Lu2-2/+2
2012-10-06optionally change the maximun number of CPUsChris Lu2-7/+19
2012-09-30bump up versionChris Lu1-1/+1