| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-26 | Adjust "weed server" parameters. | Chris Lu | 3 | -5/+12 | |
| 2014-05-25 | Add volume id lookup caching | Chris Lu | 3 | -1/+84 | |
| 2014-05-19 | rename to _vacuum.go | Chris Lu | 1 | -0/+0 | |
| 2014-05-19 | Refactor out volume vacuum. | Chris Lu | 2 | -38/+40 | |
| 2014-05-19 | Refactor out volume vacuum. | Chris Lu | 2 | -28/+35 | |
| 2014-05-19 | Refactor out weedfs vacuum. | Chris Lu | 2 | -35/+43 | |
| 2014-05-16 | fix orientation for all jpg files | Chris Lu | 1 | -2/+5 | |
| 2014-05-15 | iphone usually has upper cased .JPG extension | Chris Lu | 2 | -6/+7 | |
| refactor | |||||
| 2014-05-15 | defauting images.fix.orientation option to true | Chris Lu | 2 | -2/+2 | |
| 2014-05-15 | Add option to auto fix jpg orientation | Chris Lu | 5 | -20/+19 | |
| 2014-05-15 | Add auto fixing jpg file orientation. | Chris Lu | 4 | -3/+207 | |
| 2014-05-14 | 1. refactor, move image resizing to its own package | Chris Lu | 6 | -61/+54 | |
| 2. make code compile | |||||
| 2014-05-13 | 0.59 beta | Chris Lu | 2 | -1/+2 | |
| 2014-05-13 | better handling of os signals | Chris Lu | 5 | -32/+46 | |
| 2014-05-13 | add os.Kill signal to handle. | Chris Lu | 5 | -6/+4 | |
| go fmt some code. | |||||
| 2014-05-13 | releasing 0.58 to handle control+c interrupts. | Chris Lu | 8 | -166/+221 | |
| compilable now. but FUSE mount is not working. | |||||
| 2014-05-13 | Add control+c or INT handling | Chris Lu | 1 | -0/+1 | |
| 2014-05-13 | Add control+c or INT handling | Chris Lu | 1 | -1/+11 | |
| 2014-05-13 | Add control+c or INT handling | Chris Lu | 3 | -30/+37 | |
| 2014-05-12 | support file names with a comma inside. | Chris Lu | 2 | -1/+2 | |
| 2014-05-12 | Can compile now. not working just yet. | Chris Lu | 5 | -4/+209 | |
| 2014-05-08 | version upgrade | Chris Lu | 1 | -1/+1 | |
| 2014-05-07 | fix image serving performance problem introduced in last release. | Chris Lu | 1 | -9/+9 | |
| 2014-05-07 | Add cpu profiling option. | Chris Lu | 1 | -1/+28 | |
| 2014-04-25 | A hidden feature: dynamically resize image. | Chris Lu | 1 | -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-25 | Adjust command line options. | Chris Lu | 4 | -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-22 | remove the println | Chris Lu | 1 | -2/+0 | |
| 2014-04-21 | Change to protocol buffer for volume-join-masster message | Chris Lu | 9 | -47/+389 | |
| Reduced size to about 1/5 of the previous json format message | |||||
| 2014-04-20 | log the volume server connected to which master server | Chris Lu | 2 | -11/+10 | |
| 2014-04-17 | start 0.56 beta | Chris Lu | 1 | -1/+1 | |
| 2014-04-17 | cut 0.55 | Chris Lu | 1 | -1/+1 | |
| 2014-04-17 | Add option to recursively delete a folder. | Chris Lu | 4 | -8/+47 | |
| 2014-04-17 | Avoid showing the first directory when listing the root directory | Chris Lu | 1 | -3/+3 | |
| 2014-04-17 | 0.55 beta | Chris Lu | 1 | -1/+1 | |
| 2014-04-17 | 1. v0.54 | Chris Lu | 11 | -24/+22 | |
| 2. go vet found many printing format errors | |||||
| 2014-04-16 | 1. volume server now sends master server its max file key, so that | Chris Lu | 17 | -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-16 | added typed join result | Chris Lu | 4 | -9/+16 | |
| 2014-04-15 | adjust to upgraded Raft library | Chris Lu | 1 | -1/+1 | |
| 2014-04-15 | Add types to uploading | Chris Lu | 3 | -16/+17 | |
| 2014-04-15 | Use type ClusterStatusResult for writing and reading results | Chris Lu | 3 | -15/+15 | |
| 2014-04-15 | minor textual change | Chris Lu | 1 | -2/+2 | |
| 2014-04-15 | Use type AssignResult when writing and reading result. | Chris Lu | 2 | -10/+10 | |
| 2014-04-15 | Added batch file deleting. | Chris Lu | 7 | -37/+110 | |
| 2014-04-14 | rename variable name | Chris Lu | 1 | -2/+2 | |
| 2014-04-14 | rename file from lookup_volume_id.go to lookup.go | Chris Lu | 1 | -0/+0 | |
| 2014-04-14 | batch delete on volume servers | Chris Lu | 3 | -1/+46 | |
| 2014-04-14 | use fileId as the official name for the file identifier | Chris Lu | 1 | -1/+1 | |
| 2014-04-14 | refactor: split master handler into 2 files | Chris Lu | 2 | -150/+158 | |
| 2014-04-14 | refactor: split volume handlers into 3 files | Chris Lu | 3 | -84/+105 | |
| 2014-04-13 | refactor lookup result types into package "operation" | Chris Lu | 2 | -22/+31 | |
