aboutsummaryrefslogtreecommitdiff
path: root/go/weed
AgeCommit message (Expand)AuthorFilesLines
2014-04-17Add option to recursively delete a folder.Chris Lu2-2/+5
2014-04-171. v0.54Chris Lu4-4/+3
2014-04-161. volume server now sends master server its max file key, so thatChris Lu7-23/+19
2014-04-16added typed join resultChris Lu2-4/+4
2014-04-15adjust to upgraded Raft libraryChris Lu1-1/+1
2014-04-15Add types to uploadingChris Lu1-6/+7
2014-04-15Use type ClusterStatusResult for writing and reading resultsChris Lu2-12/+12
2014-04-15Use type AssignResult when writing and reading result.Chris Lu1-5/+5
2014-04-15Added batch file deleting.Chris Lu5-34/+18
2014-04-14batch delete on volume serversChris Lu2-0/+45
2014-04-14use fileId as the official name for the file identifierChris Lu1-1/+1
2014-04-14refactor: split master handler into 2 filesChris Lu2-150/+158
2014-04-14refactor: split volume handlers into 3 filesChris Lu3-84/+105
2014-04-13refactor lookup result types into package "operation"Chris Lu1-18/+9
2014-04-131. add batched volume lookup handlerChris Lu3-20/+79
2014-04-13adding instructions on how to use loggingChris Lu1-2/+4
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu3-25/+53
2014-04-11Add retrying logic to wait for other peers during cluster bootstrapping.Chris Lu3-11/+35
2014-04-091. root dir has id of 0Chris Lu2-5/+7
2014-04-09a correct implementation of filerChris Lu2-148/+20
2014-03-30adding filer!!!Chris Lu4-35/+138
2014-03-30fix to avoid empty sub directoryChris Lu1-2/+4
2014-03-30more robust filerChris Lu3-7/+58
2014-03-30working filer server!Chris Lu5-25/+335
2014-03-26adding lots of different statsChris Lu3-2/+21
2014-03-251. adding statistics reportingChris Lu11-28/+54
2014-03-240.51Chris Lu1-1/+1
2014-03-23refactor functionsChris Lu1-1/+1
2014-03-23fix delayed deletionChris Lu1-6/+6
2014-03-20better delayed deletionChris Lu1-7/+15
2014-03-20enhance deletion operationChris Lu1-12/+25
2014-03-20switch to idle timeout instead of read timeoutChris Lu4-33/+38
2014-03-19now the volume compaction bug is fixed.Chris Lu1-1/+1
2014-03-19adjusting logsChris Lu2-3/+3
2014-03-19adjusting logsChris Lu1-1/+1
2014-03-19add deletion during benchmarkingChris Lu1-20/+47
2014-03-19found bugs with 0.50, backing off for nowChris Lu1-1/+1
2014-03-18Last important fix is version-bump-up-worthy: prevent heartbeat lostChris Lu1-1/+1
2014-03-18randomize the file size a little bitChris Lu1-2/+3
2014-03-17adjusting volumeSizeLimitMB default value and descriptionsChris Lu2-2/+2
2014-03-16so many bug fixes, well worth an version bumpChris Lu1-1/+1
2014-03-16deal with empty learder() casesChris Lu1-2/+2
2014-03-16avoid herding effect by double checkingChris Lu1-5/+7
2014-03-16reusing http connections in raft serverChris Lu1-0/+2
2014-03-15toughen weedfs clustering, adding synchronizing max volume id amongChris Lu6-67/+57
2014-03-15ignore "-peers" option if cluster is already bootstrappedChris Lu1-6/+5
2014-03-14less greedy concurrency level, reducing open filesChris Lu1-3/+13
2014-03-13error message changeChris Lu1-1/+1
2014-03-13help content textual changesChris Lu1-6/+9
2014-03-12adjusting default read time outChris Lu3-3/+3