aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2023-01-02more solid weed mount (#4089)Chris Lu1-4/+4
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot1-13/+13
2023-01-01filer.store.mysql: Replace deprecated upsert syntax (#4096)CommanderRoot1-2/+2
2022-12-19Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-1/+4
2022-12-17add -filer.path to webdav command (#4061)lfhy1-1/+4
2022-12-17more detailed logschrislu1-3/+15
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick6-6/+8
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-11-14Lazy loading (#3958)Guo Lei4-3/+8
2022-11-04[filer.backup] add retention_duration (#3941)zemul1-0/+15
2022-10-28[fix] add param for ignore error (#3918)Konstantin Lebedev1-2/+13
2022-10-23remove volume server tcp clientchrislu1-24/+1
2022-10-12default hasSlowRead to truechrislu1-1/+1
2022-10-12volume server:set the default value of "hasSlowRead" to true (#3710)famosss1-1/+1
2022-10-12master fix interruption through ctrl+c (#3834)Konstantin Lebedev1-1/+1
2022-10-08Fix `mount -t weed` with extra options (#3807)BakerBunker1-1/+4
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-0/+8
2022-10-01fix delete key panic of remote sync dir (#3770)Konstantin Lebedev1-4/+9
2022-09-30better fix for option formatchrislu1-1/+5
2022-09-30mount: fix extra option formatchrislu1-1/+1
2022-09-30mount: accept all extra mount optionschrislu3-1/+4
2022-09-28[volume] Add new volumes to HUP(reload) signal (#3755)Konstantin Lebedev1-0/+2
2022-09-27fix set master options for single server (#3708)Konstantin Lebedev1-4/+5
2022-09-17volume server: rename readBufferSize to readBufferSizeMBchrislu2-4/+4
2022-09-16volume: add "readBufSize" option to customize read optimization (#3702)famosss2-0/+4
2022-09-15mark "hasSlowRead" as experimentalchrislu2-2/+2
2022-09-15Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu3-3/+3
2022-09-15volume: add "hasSlowRead" option to customize read optimizationchrislu2-0/+4
2022-09-15docs(command): readability fixes (#3686)Ryan Russell3-3/+3
2022-09-14go fmtchrislu4-16/+16
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell4-14/+14
2022-09-14refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)Ryan Russell2-2/+2
2022-09-14docs: `orignial` -> `original` (#3661)Ryan Russell1-2/+2
2022-09-14fix 'localFilerSocket' nil pointer (#3654)LHHDZ1-0/+1
2022-09-14refactor: `DefaultConcurrencyLimit` var rename (#3658)Ryan Russell1-4/+4
2022-09-14refactor: `concurrentFiles` and `concurrentChunks` var name fix (#3655)Ryan Russell1-7/+7
2022-09-11refactorchrislu2-5/+10
2022-09-10simplify a bitchrislu2-5/+4
2022-09-10[sync] override amz storage class, None to delete (#3639)Konstantin Lebedev3-1/+9
2022-09-09skip directories under ".uploads" directorychrislu1-1/+7
2022-09-08purge tcp implementationchrislu2-27/+0
2022-09-06avoid SIGSEGV on localFilerSocket (#3609)Konstantin Lebedev1-2/+5
2022-09-02new 'concurrency' parameter for filer.sync (#3579)bernardx1-6/+16
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev2-7/+8
2022-08-31add more logschrislu2-1/+5
2022-08-31refactorchrislu1-13/+2
2022-08-30avoid data race access to startDelay (#3548)Konstantin Lebedev1-9/+9
2022-08-26make CodeQL happychrislu1-3/+3
2022-08-25minor: adjust orderingchrislu1-2/+1
2022-08-25minor clean upchrislu1-1/+5