Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-04 | 1.1 kB | |
v1.9.0 source code.tar.gz | 2025-04-04 | 73.9 kB | |
v1.9.0 source code.zip | 2025-04-04 | 116.4 kB | |
Totals: 3 Items | 191.4 kB | 0 |
Changes and fixes
-
all: make BufferedWatcher buffered again (#657)
-
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
-
inotify: don't send empty event if a watched path is unmounted (#655)
-
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
-
kqueue: fix watching relative symlinks (#681)
-
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
-
illumos: don't send error if changed file is deleted while processing the event (#678)