| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -2/+2 | |
| 2023-07-11 | Fix the segfault from not setting s3 https port (#4667) | Henco Appel | 1 | -0/+1 | |
| 2023-06-26 | Unix Socket listener for S3 server (#4621) | Amir H. Yeganemehr | 1 | -0/+1 | |
| Add localSocket option to s3 server | |||||
| 2023-03-15 | Fix -raftHashicorp and -raftBootstrap flag propagation. (#4309) | Stewart Miles | 1 | -0/+1 | |
| `weed server` was not correctly propagating `-master.raftHashicorp` and `-master.raftBootstrap` flags when starting the master server. Related to #4307 | |||||
| 2023-02-25 | add -disk to filer command (#4247) | lfhy | 1 | -0/+4 | |
| * add -disk to filer command * add diskType to filer.grpc * use filer.disk when filerWebDavOptions.disk is empty * add filer.disk to weed server command. --------- Co-authored-by: 三千院羽 <3000y@MacBook-Pro.lan> | |||||
| 2023-01-08 | add missing options for webdav | chrislu | 1 | -0/+1 | |
| 2022-11-24 | [metrics] Add the ability to control bind ip (#4012) | Jiffs Maverick | 1 | -1/+1 | |
| 2022-11-14 | Lazy loading (#3958) | Guo Lei | 1 | -0/+1 | |
| * types packages is imported more than onece * lazy-loading * fix bugs * fix bugs * fix unit tests * fix test error * rename function * unload ldb after initial startup * Don't load ldb when starting volume server if ldbtimeout is set. * remove uncessary unloadldb * Update weed/command/server.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * Update weed/command/volume.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: guol-fnst <goul-fnst@fujitsu.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-10-12 | default hasSlowRead to true | chrislu | 1 | -1/+1 | |
| 2022-09-27 | fix set master options for single server (#3708) | Konstantin Lebedev | 1 | -4/+5 | |
| Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2022-09-17 | volume server: rename readBufferSize to readBufferSizeMB | chrislu | 1 | -1/+1 | |
| 2022-09-16 | volume: add "readBufSize" option to customize read optimization (#3702) | famosss | 1 | -0/+1 | |
| * simplify a bit * feat: volume: add "readBufSize" option to customize read optimization * refactor : redbufSIze -> readBufferSize * simplify a bit * simplify a bit | |||||
| 2022-09-15 | mark "hasSlowRead" as experimental | chrislu | 1 | -1/+1 | |
| 2022-09-15 | volume: add "hasSlowRead" option to customize read optimization | chrislu | 1 | -0/+1 | |
| 2022-09-08 | purge tcp implementation | chrislu | 1 | -1/+0 | |
| 2022-08-07 | refactor and fix strings.Split | chrislu | 1 | -5/+1 | |
| 2022-08-05 | Add download speed limit support (#3408) | LHHDZ | 1 | -0/+1 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+1 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -5/+5 | |
| 2022-07-28 | dynamically connect to a filer | chrislu | 1 | -1/+0 | |
| 2022-07-28 | clean up | chrislu | 1 | -0/+2 | |
| 2022-07-28 | mq broker adds data center and rack | chrislu | 1 | -0/+2 | |
| 2022-07-28 | cluster.ps can list brokers | chrislu | 1 | -0/+1 | |
| 2022-07-28 | rename to SeaweedMQ | chrislu | 1 | -14/+14 | |
| 2022-06-15 | Merge pull request #3081 from paochiang/volume_upload_limit_fix | Chris Lu | 1 | -0/+1 | |
| exclude replication from the concurrentUploadLimitMB | |||||
| 2022-06-15 | Fix: provide filer.ui.deleteDir options for server command | yulai.li | 1 | -2/+3 | |
| 2022-05-21 | add inflight upload data wait timeout | liubaojiang | 1 | -0/+1 | |
| 2022-05-15 | s3: add grpc server to accept configuration changes | chrislu | 1 | -0/+1 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -0/+1 | |
| 2022-03-30 | allowDeleteBucketNotEmpty | Konstantin Lebedev | 1 | -0/+1 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 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 | |
