| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -291/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2016-05-25 | bind ip address when starting filer | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/290 | |||||
| 2016-03-08 | add redis password | chrislusf | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/263 | |||||
| 2015-09-27 | server_filer_fix | Pawel Szymanski | 1 | -2/+2 | |
| 2015-08-03 | add option to redirect moved or non-local volumes | chrislusf | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/168 | |||||
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 1 | -4/+4 | |
| 2015-04-16 | Adjust publicUrl to volume server only. | chrislusf | 1 | -4/+4 | |
| 2015-04-13 | Adding filer option disableDirListing | chrislusf | 1 | -1/+3 | |
| 2015-04-08 | Fix empty public url | chrislusf | 1 | -0/+3 | |
| 2015-03-29 | Add boltdb for volume needle map | chrislusf | 1 | -2/+10 | |
| boltdb is fairly slow to write, about 6 minutes for recreating index for 1553934 files. Boltdb loads 1,553,934 x 16 = 24,862,944bytes from disk, and generate the boltdb as large as 134,217,728 bytes in 6 minutes. To compare, for leveldb, it recreates index in leveldb as large as 27,188,148 bytes in 8 seconds. For in memory version, it loads the index in To test the memory consumption, the leveldb or boltdb index are created. And the server is restarted. Using the benchmark tool to read lots of files. There are 7 volumes in benchmark collection, each with about 1553K files. For leveldb, the memory starts at 142,884KB, and stays at 179,340KB. For boltdb, the memory starts at 73,756KB, and stays at 144,564KB. For in-memory, the memory starts at 368,152KB, and stays at 448,032KB. | |||||
| 2015-03-27 | add leveldb support for needle map | chrislusf | 1 | -0/+2 | |
| This supposedly should reduce memory consumption. However, for tests with millions of, this shows consuming more memories. Need to see whether this will work out. If not, later boltdb will be tested. | |||||
| 2015-03-10 | follow golint suggestions | chrislusf | 1 | -1/+1 | |
| 2015-03-09 | Add read only public port on volume server | chrislusf | 1 | -7/+28 | |
| Add read only public port on volume server | |||||
| 2015-02-25 | set default volume admin port | chrislusf | 1 | -4/+7 | |
| 2015-02-11 | Add publicUrl for master server | chrislusf | 1 | -5/+1 | |
| 2015-02-07 | merge conflicts | Chris Lu | 1 | -2/+3 | |
| 2015-02-05 | Avoid checking folder if not using filer. fix #80 | chrislusf | 1 | -3/+3 | |
| Fix https://github.com/chrislusf/weed-fs/issues/80 | |||||
| 2015-02-02 | Avoid creating filer folder if not starting it. | chrislusf | 1 | -3/+5 | |
| 2015-02-02 | change CLI option from publicIp to publicUrl | chrislusf | 1 | -10/+6 | |
| Now the publicUrl is free style text. | |||||
| 2015-01-18 | Add optional admin port to volume server, to seperate admin operations from ↵ | Chris Lu | 1 | -1/+4 | |
| normal file operations. | |||||
| 2015-01-13 | Cleanup error printing. | Chris Lu | 1 | -5/+6 | |
| 2015-01-13 | Separate into admin and public mux for volume servers. | Chris Lu | 1 | -4/+4 | |
| 2015-01-08 | add server options to set redis and cassandra in the filer and corrected ↵ | Brian McQueen | 1 | -0/+4 | |
| filer option description text | |||||
| 2015-01-06 | Add Redis support for Distributed Filer store. | Chris Lu | 1 | -0/+1 | |
| 2015-01-06 | Adjust function name. | Chris Lu | 1 | -1/+1 | |
| 2015-01-05 | Add support for distributed filer metadata store. | Chris Lu | 1 | -1/+2 | |
| 2015-01-05 | refactoring for later security changes | Chris Lu | 1 | -3/+5 | |
| 2014-12-14 | switch it back to chris's repo | Brian McQueen | 1 | -3/+3 | |
| 2014-12-14 | make it turn on the filer when filer.redirectOnRead is set | Brian McQueen | 1 | -0/+4 | |
| 2014-12-14 | switch to my forked repo | Brian McQueen | 1 | -3/+3 | |
| 2014-12-08 | Add filer option to redirect instead of proxying to volume server on file ↵ | chrislusf | 1 | -1/+5 | |
| GET requests. | |||||
| 2014-11-28 | Write request id to first 8 bytes of a file, instead of whole file, for | Chris Lu | 1 | -5/+5 | |
| better write performance. | |||||
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 1 | -4/+5 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 1 | -3/+3 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 1 | -3/+3 | |
| 2014-09-20 | Fix typo. | Chris Lu | 1 | -1/+1 | |
| 2014-09-20 | Add "-ip.bind" option when starting volume servers. | Chris Lu | 1 | -4/+5 | |
| Also some Weed->Seaweed changes. | |||||
| 2014-09-20 | rename to Seaweed File System | Chris Lu | 1 | -1/+1 | |
| 2014-05-26 | Adjust "weed server" parameters. | Chris Lu | 1 | -2/+3 | |
| 2014-05-15 | defauting images.fix.orientation option to true | Chris Lu | 1 | -1/+1 | |
| 2014-05-15 | Add option to auto fix jpg orientation | Chris Lu | 1 | -0/+2 | |
| 2014-05-13 | better handling of os signals | Chris Lu | 1 | -11/+4 | |
| 2014-05-13 | add os.Kill signal to handle. | Chris Lu | 1 | -1/+1 | |
| go fmt some code. | |||||
| 2014-05-13 | Add control+c or INT handling | Chris Lu | 1 | -29/+30 | |
| 2014-05-07 | Add cpu profiling option. | Chris Lu | 1 | -1/+28 | |
| 2014-04-25 | Adjust command line options. | Chris Lu | 1 | -23/+29 | |
| 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-17 | 1. v0.54 | Chris Lu | 1 | -1/+1 | |
| 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 | 1 | -1/+2 | |
| 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-03-30 | adding filer!!! | Chris Lu | 1 | -29/+54 | |
| 2014-03-30 | working filer server! | Chris Lu | 1 | -0/+19 | |
