| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-28 | revert webp support due to "go test"0.76 | Chris Lu | 3 | -5/+2 | |
| related to https://github.com/chai2010/webp/issues/9 | |||||
| 2017-05-28 | build with tip | Chris Lu | 1 | -2/+2 | |
| 2017-05-28 | adjust build | Chris Lu | 1 | -1/+1 | |
| 2017-05-27 | filer add readonly public port | Chris Lu | 4 | -35/+58 | |
| 2017-05-27 | rename variables | Chris Lu | 2 | -8/+8 | |
| 2017-05-26 | adjust version to 0.76 | Chris Lu | 1 | -1/+1 | |
| 2017-05-26 | add doc for 0.75 | Chris Lu | 2 | -2/+2 | |
| 2017-05-26 | add btree for volume index | Chris Lu | 17 | -48/+361 | |
| 2017-05-25 | adjust travis | Chris Lu | 1 | -2/+2 | |
| 2017-05-23 | skip busy reporting back to master | Chris Lu | 1 | -4/+0 | |
| possible fix for https://github.com/chrislusf/seaweedfs/issues/499 | |||||
| 2017-05-22 | add 1.8.1 | Chris Lu | 1 | -0/+1 | |
| 2017-05-22 | fix compilation error | Chris Lu | 1 | -2/+2 | |
| 2017-05-22 | skip only readonly volumes | Chris Lu | 2 | -5/+13 | |
| fix https://github.com/chrislusf/seaweedfs/issues/405 | |||||
| 2017-05-19 | use local random generator to avoid global lock | Chris Lu | 1 | -4/+10 | |
| 2017-05-05 | Merge pull request #487 from r-m-n/fill_images | Chris Lu | 4 | -10/+19 | |
| Scale images to fit or fill | |||||
| 2017-05-05 | Scale images to fit or fill | rmn | 4 | -10/+19 | |
| 2017-04-02 | Merge pull request #480 from vitalybaev/webp-resize-support | Chris Lu | 3 | -2/+5 | |
| WebP resize support | |||||
| 2017-03-31 | WebP resize support | Vitaly Baev | 3 | -2/+5 | |
| 2017-03-27 | properly send heartbeats0.75 | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/476 | |||||
| 2017-03-17 | Merge pull request #472 from sparklxb/master | Chris Lu | 5 | -22/+135 | |
| complement weed mount: add read and delete | |||||
| 2017-03-17 | complement weed mount: add read and delete | sparklxb | 5 | -22/+135 | |
| 2017-03-14 | Merge pull request #469 from sparklxb/master | Chris Lu | 3 | -26/+72 | |
| complement weed mount | |||||
| 2017-03-12 | Merge pull request #471 from stepanbujnak/master | Chris Lu | 1 | -1/+1 | |
| Show contents of manifest file when cm=false is passed | |||||
| 2017-03-12 | Show contents of manifest file when cm=false is passed | Stepan Bujnak | 1 | -1/+1 | |
| 2017-03-11 | Merge pull request #470 from stepanbujnak/master | Chris Lu | 1 | -0/+5 | |
| Added locking on the filer move operation | |||||
| 2017-03-11 | Added locking on the filer move operation | Stepan Bujnak | 1 | -0/+5 | |
| 2017-03-10 | complement weed mount | sparklxb | 2 | -13/+2 | |
| 2017-03-10 | complement weed mount | sparklxb | 3 | -24/+81 | |
| 2017-03-05 | Merge pull request #463 from sparklxb/master | Chris Lu | 2 | -17/+22 | |
| Fixes #266 | |||||
| 2017-03-06 | Fixes #266 | sparklxb | 2 | -17/+22 | |
| 2017-03-03 | Merge pull request #461 from sparklxb/master | Chris Lu | 1 | -1/+5 | |
| fix bug: replication, metadata not replicated | |||||
| 2017-03-04 | fix bug: replication, metadata not replicated | sparklxb | 1 | -1/+5 | |
| 2017-02-12 | fix tests | Chris Lu | 2 | -47/+1 | |
| 2017-02-12 | remove weeds.conf | Chris Lu | 5 | -38/+6 | |
| 2017-02-11 | avoid nil | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/452 | |||||
| 2017-02-07 | Merge pull request #451 from vancepym/patch-2 | Chris Lu | 1 | -1/+1 | |
| Update Dockerfile | |||||
| 2017-02-07 | Update Dockerfile | vancepym | 1 | -1/+1 | |
| Bump docker base image version to alpine 3.5 | |||||
| 2017-02-06 | compile with 1.7 | Chris Lu | 1 | -2/+1 | |
| 2017-01-23 | Merge pull request #448 from vancepym/patch-1 | Chris Lu | 1 | -1/+1 | |
| Fix: the maximum-length character exceed 255 | |||||
| 2017-01-23 | Fix: the maximum-length character exceed 255 | vancepym | 1 | -1/+1 | |
| The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length. see https://dev.mysql.com/doc/refman/5.7/en/char.html | |||||
| 2017-01-22 | set the volume size limit | Chris Lu | 1 | -2/+6 | |
| fixing https://github.com/chrislusf/seaweedfs/issues/447 | |||||
| 2017-01-21 | always send the leader info on each heartbeat | Chris Lu | 1 | -9/+7 | |
| 2017-01-21 | supporting reading file of size zero | Chris Lu | 1 | -1/+1 | |
| 2017-01-20 | add locking to access l.volumes | Chris Lu | 1 | -6/+13 | |
| 2017-01-20 | Merge pull request #443 from Jaumo/jaumo | Chris Lu | 11 | -52/+166 | |
| Online mount, unmount + deletion of single volumes | |||||
| 2017-01-20 | Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if ↵ | brstgt | 2 | -8/+8 | |
| last needle is a tombstone, so it's not reliable anyway | |||||
| 2017-01-20 | Remove obsolete property Volume.dataFileSize | brstgt | 6 | -25/+8 | |
| 2017-01-20 | Delete volumes online without restarting volume server | brstgt | 5 | -34/+65 | |
| 2017-01-20 | Mount and unmount volumes online without restarting volume server | brstgt | 4 | -14/+114 | |
| 2017-01-20 | Log volumeId if dataFileSize != actual data file size - improve log types | brstgt | 1 | -4/+4 | |
