aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-28revert webp support due to "go test"0.76Chris Lu3-5/+2
related to https://github.com/chai2010/webp/issues/9
2017-05-28build with tipChris Lu1-2/+2
2017-05-28adjust buildChris Lu1-1/+1
2017-05-27filer add readonly public portChris Lu4-35/+58
2017-05-27rename variablesChris Lu2-8/+8
2017-05-26adjust version to 0.76Chris Lu1-1/+1
2017-05-26add doc for 0.75Chris Lu2-2/+2
2017-05-26add btree for volume indexChris Lu17-48/+361
2017-05-25adjust travisChris Lu1-2/+2
2017-05-23skip busy reporting back to masterChris Lu1-4/+0
possible fix for https://github.com/chrislusf/seaweedfs/issues/499
2017-05-22add 1.8.1Chris Lu1-0/+1
2017-05-22fix compilation errorChris Lu1-2/+2
2017-05-22skip only readonly volumesChris Lu2-5/+13
fix https://github.com/chrislusf/seaweedfs/issues/405
2017-05-19use local random generator to avoid global lockChris Lu1-4/+10
2017-05-05Merge pull request #487 from r-m-n/fill_imagesChris Lu4-10/+19
Scale images to fit or fill
2017-05-05Scale images to fit or fillrmn4-10/+19
2017-04-02Merge pull request #480 from vitalybaev/webp-resize-supportChris Lu3-2/+5
WebP resize support
2017-03-31WebP resize supportVitaly Baev3-2/+5
2017-03-27properly send heartbeats0.75Chris Lu1-1/+2
fix https://github.com/chrislusf/seaweedfs/issues/476
2017-03-17Merge pull request #472 from sparklxb/masterChris Lu5-22/+135
complement weed mount: add read and delete
2017-03-17complement weed mount: add read and deletesparklxb5-22/+135
2017-03-14Merge pull request #469 from sparklxb/masterChris Lu3-26/+72
complement weed mount
2017-03-12Merge pull request #471 from stepanbujnak/masterChris Lu1-1/+1
Show contents of manifest file when cm=false is passed
2017-03-12Show contents of manifest file when cm=false is passedStepan Bujnak1-1/+1
2017-03-11Merge pull request #470 from stepanbujnak/masterChris Lu1-0/+5
Added locking on the filer move operation
2017-03-11Added locking on the filer move operationStepan Bujnak1-0/+5
2017-03-10complement weed mountsparklxb2-13/+2
2017-03-10complement weed mountsparklxb3-24/+81
2017-03-05Merge pull request #463 from sparklxb/masterChris Lu2-17/+22
Fixes #266
2017-03-06Fixes #266sparklxb2-17/+22
2017-03-03Merge pull request #461 from sparklxb/masterChris Lu1-1/+5
fix bug: replication, metadata not replicated
2017-03-04fix bug: replication, metadata not replicatedsparklxb1-1/+5
2017-02-12fix testsChris Lu2-47/+1
2017-02-12remove weeds.confChris Lu5-38/+6
2017-02-11avoid nilChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/452
2017-02-07Merge pull request #451 from vancepym/patch-2Chris Lu1-1/+1
Update Dockerfile
2017-02-07Update Dockerfilevancepym1-1/+1
Bump docker base image version to alpine 3.5
2017-02-06compile with 1.7Chris Lu1-2/+1
2017-01-23Merge pull request #448 from vancepym/patch-1Chris Lu1-1/+1
Fix: the maximum-length character exceed 255
2017-01-23Fix: the maximum-length character exceed 255vancepym1-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-22set the volume size limitChris Lu1-2/+6
fixing https://github.com/chrislusf/seaweedfs/issues/447
2017-01-21always send the leader info on each heartbeatChris Lu1-9/+7
2017-01-21supporting reading file of size zeroChris Lu1-1/+1
2017-01-20add locking to access l.volumesChris Lu1-6/+13
2017-01-20Merge pull request #443 from Jaumo/jaumoChris Lu11-52/+166
Online mount, unmount + deletion of single volumes
2017-01-20Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if ↵brstgt2-8/+8
last needle is a tombstone, so it's not reliable anyway
2017-01-20Remove obsolete property Volume.dataFileSizebrstgt6-25/+8
2017-01-20Delete volumes online without restarting volume serverbrstgt5-34/+65
2017-01-20Mount and unmount volumes online without restarting volume serverbrstgt4-14/+114
2017-01-20Log volumeId if dataFileSize != actual data file size - improve log typesbrstgt1-4/+4