Commit graph

9 commits

Author SHA1 Message Date
348c2055da
fix: watch all directories within the project tree 2026-02-20 17:00:06 +01:00
0503357509
refactor: add maximum_symlink_depth and log_ignored_links options to walk_tree 2026-02-11 14:51:30 +01:00
d178c8c2e1
fix: add config option to enable following symlinks to directories (default: false) 2026-02-11 13:05:43 +01:00
3a718bf6f6
feat: allow walk_tree to follow symlinks 2026-02-06 13:49:51 +01:00
dc0d5dda80
fix: Never walk into AppData as that is likely not useful
closes #438
2025-12-28 22:02:22 +01:00
e7dcb2947b
refactor: add handler callbacks to walk_tree 2025-10-02 17:42:24 +02:00
efdad96054
refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
a76c1f4909
fix: workaround broken dir.statFile on WSL1
Zig standard library does not work with WSL1's semi-broken stat syscall support.
To avoid flow being completely unusable on WSL1 we just fall back to a zero
mtime if stat fails. This destroys MRU ordering in the file finder on WSL1, but
at least it works.
2025-05-22 11:54:24 +02:00
1a0d4ca7b2
refactor: move walk_tree to separate module 2025-04-22 20:44:14 +02:00