rclone/fs/filter
douchen 7e2deffc62
filter: fix deadlock with errors on --files-from
Before this change if doing a recursive directory listing with
`--files-from` if more than `--checkers` files errored (other than
file not found) then rclone would deadlock.

This fixes the problem by exiting on the first error.
2023-06-10 15:53:08 +01:00
..
filterflags filter: add metadata filters --metadata-include/exclude/filter and friends 2022-12-17 10:21:11 +00:00
filter.go filter: fix deadlock with errors on --files-from 2023-06-10 15:53:08 +01:00
filter_test.go filter: fix deadlock with errors on --files-from 2023-06-10 15:53:08 +01:00
glob.go filter: emit INFO message when can't work out directory filters 2023-02-01 14:21:45 +00:00
glob_test.go filter: add `{{ regexp }}` syntax to pattern matches - fixes #4074 2022-03-03 17:16:28 +00:00
rules.go filter: factor rules into its own file 2022-12-16 17:05:31 +00:00