syncthing/lib/ignore
Simon Frei 403ce7e597
lib/ignore: Fix caching of filenames with path separators on windows (#9600)
Previously we queried cache with backslashes, and stored entries with
slashes. As in no cache hits ever for non-toplevel files. I also
eventually remembered that cache is disabled by default, so this is a
bit pointless, but still right :P
2024-07-02 10:58:06 +00:00
..
ignoreresult lib/ignore: Optimise ignoring directories for filesystem watcher (fixes #9339) (#9340) 2024-01-15 10:13:22 +00:00
cache_test.go lib/ignore: Refactor out result type (#9343) 2024-01-13 18:58:23 +01:00
cache.go lib/ignore: Refactor out result type (#9343) 2024-01-13 18:58:23 +01:00
ignore_test.go lib/ignore: Optimise ignoring directories for filesystem watcher (fixes #9339) (#9340) 2024-01-15 10:13:22 +00:00
ignore.go lib/ignore: Fix caching of filenames with path separators on windows (#9600) 2024-07-02 10:58:06 +00:00