aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2014-05-26Adjust "weed server" parameters.Chris Lu3-5/+12
2014-05-25Add volume id lookup cachingChris Lu3-1/+84
2014-05-19rename to _vacuum.goChris Lu1-0/+0
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 Lu2-6/+7
refactor
2014-05-15defauting images.fix.orientation option to trueChris Lu2-2/+2
2014-05-15Add option to auto fix jpg orientationChris Lu5-20/+19
2014-05-15Add auto fixing jpg file orientation.Chris Lu4-3/+207
2014-05-141. refactor, move image resizing to its own packageChris Lu6-61/+54
2. make code compile
2014-05-130.59 betaChris Lu2-1/+2
2014-05-13better handling of os signalsChris Lu5-32/+46
2014-05-13add os.Kill signal to handle.Chris Lu5-6/+4
go fmt some code.
2014-05-13releasing 0.58 to handle control+c interrupts.Chris Lu8-166/+221
compilable now. but FUSE mount is not working.
2014-05-13Add control+c or INT handlingChris Lu1-0/+1
2014-05-13Add control+c or INT handlingChris Lu1-1/+11
2014-05-13Add control+c or INT handlingChris Lu3-30/+37
2014-05-12support file names with a comma inside.Chris Lu2-1/+2
2014-05-12Can compile now. not working just yet.Chris Lu5-4/+209
2014-05-08version upgradeChris Lu1-1/+1
2014-05-07fix image serving performance problem introduced in last release.Chris Lu1-9/+9
2014-05-07Add cpu profiling option.Chris Lu1-1/+28
2014-04-25A hidden feature: dynamically resize image.Chris Lu1-0/+36
Adding width=xxx or height=xxx, or both, can dynamically resize a gif,jpg,png. But the performance is bad. So, not recommending, but you can use it if you insist. :)
2014-04-25Adjust command line options.Chris Lu4-42/+61
1. switch to use -publicIp instead of -publicUrl 2. -ip can be empty. It will listen to all available interfaces. 3. For "weed master", these options are changed: -masterPort => -master.port -peers => -master.peers -mdir => -master.dir -volumeSizeLimitMB => -master.volumeSizeLimitMB -conf => -master.conf -defaultReplicaPlacement => -master.defaultReplicaPlacement -port => -volume.port -max => -volume.max
2014-04-22remove the printlnChris Lu1-2/+0
2014-04-21Change to protocol buffer for volume-join-masster messageChris Lu9-47/+389
Reduced size to about 1/5 of the previous json format message
2014-04-20log the volume server connected to which master serverChris Lu2-11/+10
2014-04-17start 0.56 betaChris Lu1-1/+1
2014-04-17cut 0.55Chris Lu1-1/+1
2014-04-17Add option to recursively delete a folder.Chris Lu4-8/+47
2014-04-17Avoid showing the first directory when listing the root directoryChris Lu1-3/+3
2014-04-170.55 betaChris Lu1-1/+1
2014-04-171. v0.54Chris Lu11-24/+22
2. go vet found many printing format errors
2014-04-161. volume server now sends master server its max file key, so thatChris Lu17-256/+60
master server does not need to store the sequence on disk any more 2. fix raft server's failure to init cluster during bootstrapping
2014-04-16added typed join resultChris Lu4-9/+16
2014-04-15adjust to upgraded Raft libraryChris Lu1-1/+1
2014-04-15Add types to uploadingChris Lu3-16/+17
2014-04-15Use type ClusterStatusResult for writing and reading resultsChris Lu3-15/+15
2014-04-15minor textual changeChris Lu1-2/+2
2014-04-15Use type AssignResult when writing and reading result.Chris Lu2-10/+10
2014-04-15Added batch file deleting.Chris Lu7-37/+110
2014-04-14rename variable nameChris Lu1-2/+2
2014-04-14rename file from lookup_volume_id.go to lookup.goChris Lu1-0/+0
2014-04-14batch delete on volume serversChris Lu3-1/+46
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 Lu2-22/+31