| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-10 | re-organize code directory structure | Chris Lu | 9 | -1268/+0 | |
| 2013-01-22 | added file name format when exporting. patch from Tamás Gulácsi | Chris Lu | 1 | -6/+43 | |
| 2013-01-21 | add option to output to stdout - patch from Tamás Gulácsi | Chris Lu | 2 | -14/+21 | |
| report file size correctly | |||||
| 2013-01-20 | promptive error message | Chris Lu | 1 | -0/+4 | |
| 2013-01-20 | up the version to 0.28 beta | Chris Lu | 1 | -1/+1 | |
| 2013-01-20 | adjust text | Chris Lu | 1 | -3/+3 | |
| 2013-01-20 | formatting | Chris Lu | 1 | -7/+3 | |
| 2013-01-20 | re-factoring volume file scanning code | Chris Lu | 5 | -50/+149 | |
| add export function fix bugs on deleted byte counting | |||||
| 2013-01-20 | better error handling, check in for Gulácsi Tamás | Chris Lu | 2 | -7/+21 | |
| 2013-01-19 | fix debug message error | Chris Lu | 1 | -1/+1 | |
| 2013-01-19 | fix debug message displaying | Chris Lu | 6 | -11/+14 | |
| 2013-01-17 | go fmt for all source codes | Chris Lu | 5 | -72/+72 | |
| 2013-01-17 | Revert "add error return for (Un)GzipData" | Chris Lu | 1 | -4/+2 | |
| This reverts commit 824371035109225128f8942b64a817838a7c0c25. | |||||
| 2013-01-17 | Revert "add cmd/dump - a dumper" | Chris Lu | 5 | -164/+70 | |
| This reverts commit 5d2a1e8d4845e7a7f1dccd962bb0ee6a5f9d6081. | |||||
| 2013-01-17 | Revert "add Frozen attribute to VolumeInfo" | Chris Lu | 1 | -8/+2 | |
| This reverts commit dd685fdd8d8ac6d28dce0d25b72115e3315a30a8. | |||||
| 2013-01-17 | Revert "add "freeze" subcommand to volume" | Chris Lu | 2 | -21/+7 | |
| This reverts commit f262fed19784ad85d7cfef985f3dfcc09bd7180c. | |||||
| 2013-01-15 | Merge remote-tracking branch 'choose_remote_name/cdb' | Chris Lu | 8 | -81/+197 | |
| 2013-01-14 | move to 0.27 | Chris Lu | 1 | -1/+1 | |
| 2013-01-14 | add "freeze" subcommand to volume | Tamás Gulácsi | 2 | -7/+21 | |
| 2013-01-13 | add Frozen attribute to VolumeInfo | Tamás Gulácsi | 1 | -2/+8 | |
| 2013-01-05 | add cmd/dump - a dumper | Tamás Gulácsi | 5 | -70/+164 | |
| 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-04 | add error return for (Un)GzipData | Tamás Gulácsi | 1 | -2/+4 | |
| 2013-01-04 | master can redirect GET/DELETE/POST requests to volume servers. So | Chris Lu | 1 | -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-02 | set to beta version for 0.27 | Chris Lu | 1 | -1/+1 | |
| 2013-01-02 | escape file name when there is a quote inside | Chris Lu | 1 | -1/+3 | |
| 2012-12-22 | properly handle quick volume server restart | Chris Lu | 1 | -1/+2 | |
| 2012-12-22 | add store metadata:file name, mime type, is_gzipped | Chris Lu | 1 | -2/+21 | |
| add support to upload .gz file directly | |||||
| 2012-12-21 | can read/write files in format version 2 | Chris Lu | 1 | -1/+1 | |
| 2012-12-21 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2012-12-20 | refactor for reading super block | Chris Lu | 1 | -43/+48 | |
| 2012-12-03 | reporting volume size as early as possible | Chris Lu | 2 | -1/+5 | |
| 2012-12-03 | move to 0.25, previous 0.23 and 0.24 are not correct when managing the | Chris Lu | 1 | -1/+1 | |
| volumes | |||||
| 2012-11-26 | added proper log messages | Chris Lu | 1 | -12/+23 | |
| 2012-11-26 | adjust default read timeout to 3 seconds | Chris Lu | 2 | -2/+2 | |
| 2012-11-23 | add command line option to control garbage threshold | Chris Lu | 1 | -28/+29 | |
| 2012-11-23 | periodically compact volumes | Chris Lu | 1 | -2/+12 | |
| 2012-11-21 | add version type | Chris Lu | 1 | -2/+2 | |
| 2012-11-13 | better error message | Chris Lu | 1 | -1/+3 | |
| 2012-11-12 | Issue 11: Failed to write to replicas for volumen 3 | Chris Lu | 1 | -2/+5 | |
| Fix displaying wrong error message | |||||
| 2012-11-12 | Issue 11: Failed to write to replicas for volumen 3 | Chris Lu | 1 | -9/+17 | |
| Avoid unnecessary master lookup | |||||
| 2012-11-07 | support compacting a volume | Chris Lu | 4 | -9/+52 | |
| 2012-10-23 | adjusting gzip logic | Chris Lu | 1 | -1/+1 | |
| 2012-10-15 | adjust time_wait to 1 second | Chris Lu | 2 | -2/+2 | |
| 2012-10-10 | show volume status | Chris Lu | 1 | -0/+8 | |
| 2012-10-09 | Merge remote-tracking branch 'origin/master' | Chris Lu | 1 | -0/+1 | |
| Conflicts: weed-fs/src/cmd/weed/master.go | |||||
| 2012-10-09 | setting http status code for failed requests | Chris Lu | 1 | -0/+8 | |
| 2012-10-09 | setting http status code for failed requests | Chris Lu | 1 | -0/+5 | |
| 2012-10-06 | fix compilation error | Chris Lu | 2 | -2/+2 | |
| 2012-10-06 | optionally change the maximun number of CPUs | Chris Lu | 2 | -7/+19 | |
| 2012-09-30 | bump up version | Chris Lu | 1 | -1/+1 | |
