| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-15 | master, filer, s3: also listen to "localhost" in addition to specific ip address | chrislu | 1 | -0/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-11 | default bind to one ip address | chrislu | 1 | -1/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-07 | s3 and filer transport using unix domain socket instead of tcp | chrislu | 1 | -0/+2 | |
| 2022-02-23 | initialize master address in iam options | Tuan Vuong | 1 | -0/+1 | |
| 2022-02-14 | mount: default disable cache | chrislu | 1 | -1/+1 | |
| * Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once. | |||||
| 2022-02-14 | [UPDATE] Make heartbeat interval and election timeout of masters configurable. | garenchan | 1 | -0/+2 | |
| 2022-01-15 | add filer to iam option | chrislu | 1 | -0/+1 | |
| 2022-01-13 | weed server: optionally start IAM service | chrislu | 1 | -4/+13 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2560 | |||||
| 2022-01-13 | add more help messages | chrislu | 1 | -1/+1 | |
| 2021-12-17 | s3: bind to a specific IP | chrislu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2516 | |||||
| 2021-12-07 | audit log config | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-11-06 | filer: deprecate "-peers" option | Chris Lu | 1 | -1/+0 | |
| 2021-10-04 | server: remove peer check if not starting master | Chris Lu | 1 | -3/+2 | |
| more fix https://github.com/chrislusf/seaweedfs/issues/2352 | |||||
| 2021-10-04 | add back logic to check master peers | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2352 | |||||
| 2021-09-26 | s3: default to allow empty folder for better performance | Chris Lu | 1 | -1/+1 | |
| 2021-09-20 | use default 10000 for grpc port | Chris Lu | 1 | -3/+3 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -9/+5 | |
| 2021-09-12 | custom grpc port: filer | Chris Lu | 1 | -0/+1 | |
| 2021-09-12 | custom grpc port: volume server | Chris Lu | 1 | -0/+1 | |
| 2021-09-12 | custom grpc port: master | Chris Lu | 1 | -0/+1 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 1 | -1/+1 | |
| 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 | |
