aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer_search.go
AgeCommit message (Expand)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2021-10-07avoid int bigger than math.MaxInt32Chris Lu1-4/+4
2021-07-29remote storage location changed to structChris Lu1-0/+5
2021-05-06go fmtChris Lu1-1/+1
2021-04-24ensure name pattern checking is case sensitiveChris Lu1-1/+1
2021-04-24filer: directory listing adds namePatternExcludeChris Lu1-12/+20
2021-01-16refactoringChris Lu1-18/+1
2021-01-15add stream list directory entriesChris Lu1-20/+47
2021-01-14go fmtChris Lu1-1/+1
2021-01-14change limit to int64 in case of overflowChris Lu1-12/+12
2021-01-01separate prefix from namePatternChris Lu1-2/+6
2020-12-26remove unused codeChris Lu1-11/+8
2020-12-26filer: add namePattern to search in current folderChris Lu1-0/+79