| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-14 | Filer locationPrefix configure does not exec replication #2257 | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2257 | |||||
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -0/+1 | |
| 2021-07-31 | customizable debug port | Chris Lu | 1 | -2/+4 | |
| 2021-07-31 | debug from any server | Chris Lu | 1 | -1/+1 | |
| 2021-07-31 | add debug option to generate full goroutine stack dump | Chris Lu | 1 | -0/+7 | |
| 2021-07-03 | volume: default readMode to proxy | Chris Lu | 1 | -1/+1 | |
| 2021-06-30 | remote -> proxy in server to match volume flags | Kevin Liu | 1 | -1/+1 | |
| noticed this was missed in https://github.com/chrislusf/seaweedfs/pull/2168 | |||||
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -1/+1 | |
| 2021-05-28 | freespace params fix | Eugeniy Kozlov | 1 | -1/+1 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -5/+4 | |
| 2021-04-01 | smaller file chunks are faster | Chris Lu | 1 | -1/+1 | |
| 2021-03-30 | filer, volume: add concurrent upload size limit to avoid OOM | Chris Lu | 1 | -0/+2 | |
| add some back pressure when writes are slow | |||||
| 2021-03-30 | server add memory profiling | Chris Lu | 1 | -9/+4 | |
| 2021-03-24 | GOMAXPROCS use defaults to the value of runtime.NumCPU | Konstantin Lebedev | 1 | -2/+0 | |
| https://github.com/chrislusf/seaweedfs/issues/1942 | |||||
| 2021-03-23 | more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2021-03-12 | default to empty host to bind to tcp4 and tcp6 | Chris Lu | 1 | -1/+1 | |
| 2021-03-07 | make tcp optional | Chris Lu | 1 | -0/+1 | |
| 2021-03-04 | fix compilation error | Chris Lu | 1 | -2/+2 | |
| 2021-03-04 | skip checking master peers if not starting master | Chris Lu | 1 | -3/+5 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -2/+2 | |
| 2021-02-18 | webdav adds disktype | Chris Lu | 1 | -0/+1 | |
| 2021-02-18 | webdav add replication setting | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1817 | |||||
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -2/+30 | |
| 2021-01-31 | webdav: can start together with "weed server" or "weed filer" | Chris Lu | 1 | -0/+22 | |
| 2021-01-10 | filer: change to saveToFilerLimit from cacheToFilerLimit | Chris Lu | 1 | -1/+1 | |
| short circuit saving small files to volume server | |||||
| 2021-01-07 | server: add option to disable master | Chris Lu | 1 | -1/+6 | |
| 2020-12-27 | s3: add command option "allowEmptyFolder" to filer and server | Chris Lu | 1 | -0/+1 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -0/+1 | |
| 2020-12-04 | filer: add option to cache small files to filer store | Chris Lu | 1 | -0/+1 | |
| 2020-11-27 | volume: add "-dir.idx" option for separate index storage | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1265 | |||||
| 2020-11-26 | marked as WIP | Chris Lu | 1 | -1/+1 | |
| 2020-11-26 | pass in dir.idx parameter to DiskLocation | Chris Lu | 1 | -0/+1 | |
| 2020-10-29 | Revert "increase default volume file size limit to 1024" | Chris Lu | 1 | -1/+1 | |
| This reverts commit 0983060a I am confused why this was changed to 1024 by myself. 1GB should be too large for most cases. | |||||
| 2020-10-29 | server: Add option to enable/disable volume server | Chris Lu | 1 | -5/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1572 | |||||
| 2020-10-22 | set desc of option | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-10-20 | filer: support default rack | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1546 | |||||
| 2020-10-03 | fix starting problem | Chris Lu | 1 | -1/+1 | |
| 2020-10-03 | fix: resumeState | Устюжанин Антон Александрович | 1 | -0/+1 | |
| 2020-09-30 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2020-09-30 | filer: replication follows master config if not specified | Chris Lu | 1 | -4/+0 | |
| 2020-09-24 | adjust for metrics port | Chris Lu | 1 | -5/+2 | |
| 2020-09-24 | consolidate to one metricsPort in "weed server" mode | Chris Lu | 1 | -3/+7 | |
| 2020-09-24 | add start metrics server | Konstantin Lebedev | 1 | -0/+3 | |
| 2020-09-21 | Allow option to enable volume pprof on server | James Hartig | 1 | -1/+1 | |
| 2020-09-12 | reduce default wait time to 10s before shutting down | Chris Lu | 1 | -1/+1 | |
| 2020-08-26 | stop send heartbeat before stop volume server | Konstantin Lebedev | 1 | -0/+1 | |
| 2020-08-13 | increase default volume file size limit to 1024 | Chris Lu | 1 | -1/+1 | |
| avoid possible large chunk size set on mount or filer | |||||
| 2020-07-16 | resolve directories if containing home directory | Chris Lu | 1 | -1/+1 | |
