aboutsummaryrefslogtreecommitdiff
path: root/weed/command/fix.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-13Add Kafka Gateway (#7231)Chris Lu1-0/+12
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-07-10[Enhancement] support fix for remote files with command fix (#6961)chalet1-3/+12
2024-05-12fix: recreate index include deleted files (#5579)Konstantin Lebedev1-12/+46
2023-08-13Update weed fix description (#4745)SmsS41-3/+3
2022-10-28[fix] add param for ignore error (#3918)Konstantin Lebedev1-2/+13
2022-08-25minor: adjust orderingchrislu1-2/+1
2022-08-25minor clean upchrislu1-1/+5
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2022-01-08Using positional arguments rather than option flag to enable better shell usageRadtoo1-43/+43
2022-01-08Now works with a single file tooRadtoo1-28/+31
2022-01-07support fixing a collection of volumes, or volumes under one directorychrislu1-9/+47
2020-09-12do not idx file formatChris Lu1-9/+3
2020-09-10fixes for reading deleted fidChris Lu1-3/+9
2020-08-18support read option readDeleted=trueChris Lu1-1/+1
2020-07-16resolve directories if containing home directoryChris Lu1-2/+3
2020-06-19renamingChris Lu1-1/+1
2020-03-09volume: fix memory leak during compactionChris Lu1-0/+1
2020-01-07fix compilation errorChris Lu1-1/+1
2020-01-06weed fix: add back .idx file generationChris Lu1-8/+7
2019-12-24change btree map to in memory level dbChris Lu1-5/+5
2019-12-23shell: add ec.decode commandChris Lu1-2/+3
2019-10-22refactor ScanVolumeFileFrom()Chris Lu1-1/+1
2019-04-18refactoringChris Lu1-3/+4
2019-04-08refactor Offset into a struct of bytesChris Lu1-2/+2
2019-03-25weed backup: efficient delta backupChris Lu1-1/+1
2019-01-16extract VolumeFileScanner for ScanVolumeFilebingoohuang1-17/+31
2018-07-29refactoringChris Lu1-3/+5
2018-07-24working version3Chris Lu1-1/+3
2018-07-08refactoring: add type for needle id, offsetChris Lu1-2/+3
2017-05-26add btree for volume indexChris Lu1-1/+1
2017-01-06keep track of total data file sizeChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+70