aboutsummaryrefslogtreecommitdiff
path: root/go/storage
AgeCommit message (Expand)AuthorFilesLines
2015-02-25avoid auto unzip tar.gz fileschrislusf1-1/+2
2015-02-07merge conflictsChris Lu1-6/+8
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu1-3/+5
2015-01-16fix the #59 and #56yourchanges1-12/+32
2015-01-14Resolve ConflictsChris Lu3-3/+3
2015-01-13Cleanup error printing.Chris Lu6-13/+14
2015-01-13fix some typosLei Xue3-3/+3
2015-01-10Fix the first form multi-part item is not a "file type part" problem in "Par...yourchanges1-4/+13
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-0/+5
2014-12-26use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...yanyiwu1-1/+1
2014-12-26fix bug: upload a file which already existed return a wrong file size.yanyiwu3-2/+19
2014-12-26add String function for needle to printyanyiwu1-0/+6
2014-10-26formatting code by: goimports -w=true .Chris Lu16-28/+38
2014-10-21print error the correct way.Chris Lu1-12/+13
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy15-23/+23
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy15-23/+23
2014-09-20Adding unit tests for volume ttl.Chris Lu3-15/+63
2014-09-20add TTL supportChris Lu10-48/+311
2014-08-31adding ttl field to volume super blockChris Lu2-0/+32
2014-08-26wrap etag value with double quotesChris Lu1-1/+1
2014-08-25a bit refactoring to prepare for volume format change and backwardChris Lu2-55/+66
2014-07-22Add Etag supportChris Lu1-0/+8
2014-07-08compress *.htm fileChris Lu1-1/+1
2014-05-31Reduce memory usage for "weed fix"Chris Lu2-4/+7
2014-05-29Important Fix: Avoid overwriting the index file!!!Chris Lu1-12/+10
2014-05-26fix compilation errorChris Lu1-1/+1
2014-05-26Adjust "weed server" parameters.Chris Lu1-1/+8
2014-05-19Refactor out volume vacuum.Chris Lu2-38/+40
2014-05-19Refactor out volume vacuum.Chris Lu2-28/+35
2014-05-19Refactor out weedfs vacuum.Chris Lu2-35/+43
2014-05-16fix orientation for all jpg filesChris Lu1-2/+5
2014-05-15iphone usually has upper cased .JPG extensionChris Lu1-1/+6
2014-04-22remove the printlnChris Lu1-2/+0
2014-04-21Change to protocol buffer for volume-join-masster messageChris Lu2-26/+57
2014-04-20log the volume server connected to which master serverChris Lu1-8/+8
2014-04-171. v0.54Chris Lu5-18/+18
2014-04-161. volume server now sends master server its max file key, so thatChris Lu3-11/+14
2014-04-16added typed join resultChris Lu1-5/+4
2014-04-14batch delete on volume serversChris Lu1-1/+1
2014-04-13fix bug when reading back the replica settings!Chris Lu2-1/+15
2014-03-26adding lots of different statsChris Lu1-20/+24
2014-03-23refactor functionsChris Lu2-0/+5
2014-03-19switch to ReadAt() for thread-safe readChris Lu1-12/+16
2014-03-19print out log messageChris Lu1-0/+1
2014-03-19Thread-safe fixes:Chris Lu1-29/+23
2014-03-181. no locks for all read operations! Switching to pread for all reads.Chris Lu2-35/+20
2014-03-18remove unnecessary codeChris Lu1-3/+0
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu4-0/+38
2014-03-09truncate file content during creatingChris Lu1-2/+2
2014-03-02Major:Chris Lu7-145/+83