aboutsummaryrefslogtreecommitdiff
path: root/lib/fs
AgeCommit message (Expand)Author
10 dayslib/fs: Watcher should react to xattr-only events on DarwinJakob Borg
2024-01-28lib/fs: Add invalid UTF-8 guards to watcher (fixes #9369) (#9372)kylosus
2024-01-15lib/ignore: Optimise ignoring directories for filesystem watcher (fixes #9339...Jakob Borg
2024-01-13lib/ignore: Refactor out result type (#9343)Jakob Borg
2023-12-04lib/fs: Reduce memory usage in xattrs handling (#9251)Jakob Borg
2023-12-03lib/fs: Better equality comparison in mtimefsJakob Borg
2023-10-21lib/fs: Ignore inode change time on Android (#9177)tomasz1986
2023-10-11lib/fs: Properly handle Windows deduplicated files (fixes #9120) (#9168)v1.26.0-rc.1Eric P
2023-09-20lib/fs, lib/model: Be careful about potentially negative durations (fixes #91...v1.25.0-rc.2Jakob Borg
2023-08-09lib/versioner: Minor fixes in comments and error message (#9031)André Colomb
2023-08-04all: Add Prometheus-style metrics to expose some internal performance counter...Jakob Borg
2023-07-07lib/fs: Clarify errors for Windows filenames (fixes #8968) (#8969)Jakob Borg
2023-06-05build: Tests should run with Go 1.20 on Windows (#8924)Jakob Borg
2023-05-09lib/fs: Fix root path handling for Windows (fixes #8778)Ross Smith II
2023-05-09all: Grand test refactor (fixes #8779, fixes #8799)Jakob Borg
2023-05-09all: Correct various typos (#8870)Alexander Seiler
2023-03-21all: Fix typos found by codespell (#8833)Dimitri Papadopoulos Orfanos
2022-12-21lib/fs: Use io/fs errors as recommended in std lib (#8726)Simon Frei
2022-12-21lib/fs: Watching is unsupported on android/amd64 (fixes #8709) (#8710)Jakob Borg
2022-11-21lib/fs: Optimize WindowsInvalidFilename (#8687)v1.22.2-rc.3greatroar
2022-11-17build: Update all dependencies (fixes #8679) (#8680)Jakob Borg
2022-11-07lib/fs: Try to remove read only Windows files (fixes #3744) (#8650)Jakob Borg
2022-11-03lib/fs: Let xattr test avoid non-test attributes (fixes #8601) (#8628)Jakob Borg
2022-10-01lib/fs: Skip xattrs test on EOPNOTSUPP (fixes #8564) (#8565)Simon Frei
2022-09-14all: Support syncing extended attributes (fixes #2698) (#8513)Jakob Borg
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-08-12lib/fs: Cache user lookups (#8496)Jakob Borg
2022-07-28all: Add build constants for runtime.GOOS comparisons (#8442)Jakob Borg
2022-07-28lib/fs: Consolidate append in testJakob Borg
2022-07-28all: Fix unused method receiver (further) (#8466)deepsource-autofix[bot]
2022-07-28all: Remove unused method receivers (#8462)deepsource-autofix[bot]
2022-07-28all: Unused parameter should be replaced by underscore (#8464)deepsource-autofix[bot]
2022-07-28all: Fix check for empty string (#8456)deepsource-autofix[bot]
2022-07-26all: Support syncing ownership (fixes #1329) (#8434)Jakob Borg
2022-04-15all: use T.TempDir to create temporary test directory (#8280)Eng Zer Jun
2022-04-10lib: Get rid of buggy filesystem wrapping (#8257)Simon Frei
2022-04-05lib/fs, lib/model: Add warning about kqueue resource usage (fixes #7855) (#8249)Simon Frei
2022-03-24lib/fs: Do not follow symlinks in watcher on solaris (fixes #8020) (#8223)Greg
2022-01-30lib/fs: Handle permission change events on macos (fixes #7924) (#8150)Jonathan
2022-01-29lib/fs: Improve error messages checking file paths (fixes #7942) (#8148)Simon Frei
2021-11-23lib/fs: Optimize Canonicalizegreatroar
2021-11-23lib/fs: optimize Windows path checking/sanitizinggreatroar
2021-11-22all: Remove usage of deprecated io/ioutil (#7971)Jakob Borg
2021-11-17lib/model: Correct handling of fakefs cacheJakob Borg
2021-08-29lib/fs: Optimize TempName + some cosmetic changes (#7911)greatroar
2021-08-17all: Update build constraints to Go 1.17 style (#7894)Jakob Borg
2021-08-01lib/fs: Improve case conflict error message (fixes #7827) (#7829)tomasz1986
2021-06-27lib/fs: Set expiry after DirNames in case-fs (#7794)Simon Frei
2021-06-09lib/fs: Add bitmasks for Darwin to handle change to empty files (fixes #7731)...Anur
2021-06-03lib/model: Ensure indexes are only received after checking IDs (ref #7649) (#...Simon Frei