aboutsummaryrefslogtreecommitdiff
path: root/weed/command/export.go
AgeCommit message (Expand)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2021-04-14adjust loggingChris Lu1-1/+1
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang1-1/+1
2020-09-14weed export: print out [start,stop) content rangeChris Lu1-6/+8
2020-09-11weed export: export deleted filesChris Lu1-3/+3
2020-08-18support read option readDeleted=trueChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-2/+2
2020-07-16resolve directories if containing home directoryChris Lu1-2/+2
2020-06-19renamingChris Lu1-5/+9
2020-03-09volume: fix memory leak during compactionChris Lu1-0/+2
2019-12-24change btree map to in memory level dbChris Lu1-9/+5
2019-12-23shell: add ec.decode commandChris Lu1-4/+4
2019-10-22refactor ScanVolumeFileFrom()Chris Lu1-1/+1
2019-04-18refactoringChris Lu1-10/+12
2019-04-08refactor Offset into a struct of bytesChris Lu1-1/+1
2019-03-25weed backup: efficient delta backupChris Lu1-1/+1
2019-01-16extract VolumeFileScanner for ScanVolumeFilebingoohuang1-44/+61
2018-07-24working version3Chris Lu1-1/+1
2018-07-21go fmtChris Lu1-1/+1
2018-07-14extend export command to show tombstone + change output format to CSVChris Lu1-47/+77
2018-07-08refactoring: add type for needle id, offsetChris Lu1-1/+2
2017-05-26add btree for volume indexChris Lu1-1/+1
2016-09-07minor help message changeChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+213