]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
2023-12-12 Dan Fuhryvarious fixes and improvements main v1.7.2
2023-07-13 Martin TournoijRun tests with -parallel 1 in CI (#573)
2023-07-12 Martin TournoijFix symlink behaviour on kqueue (#524)
2023-07-12 Martin TournoijFix NetBSD CI (#571)
2023-07-12 mattnAdd test for remWatch (#418)
2023-06-13 Martin TournoijUpdate issue templates
2023-06-06 Martin TournoijMerge pull request #566 from shogo82148/bump-actions...
2023-05-17 ICHINOSE Shogobump actions/setup-go v4
2023-02-09 kylieupdate x/sys (#554)
2023-02-09 Martin TournoijRun iOS tests against newer Go version (#558)
2023-02-09 Martin TournoijUpdate CI to Go 1.17 - 1.20 (#557)
2023-01-17 Martin TournoijTest adding a path more than once; update documentation...
2023-01-15 Martin TournoijiOS is tested (via CircleCI)
2023-01-15 Martin TournoijMention aix branch in README
2023-01-14 Martin TournoijIncrease wait on TestClose()
2023-01-14 Martin TournoijAdd basic benchmark for Add() and Remove()
2023-01-14 Martin TournoijTest Add() on non-existent path (#546)
2023-01-14 Martin TournoijRemove file immediately in TestWatchStress (#545)
2023-01-14 Martin Tournoijinotify: simplify bookkeeping of watched paths (#543)
2022-12-21 Martin TournoijWait a bit longer in TestInotifyDeleteOpenFile()
2022-12-20 Martin TournoijAdd a basic benchmark
2022-12-20 Martin TournoijAdd recursive watcher for Windows backend (#540)
2022-11-17 Martin TournoijRemove TestExchangedata* tests for old macOS
2022-11-16 Martin TournoijDocument that Watcher.Remove returns nil if the Watcher...
2022-11-16 Martin TournoijA few staticcheck fixes (#539)
2022-11-16 Martin TournoijMerge pull request #537 from fsnotify/fix-526
2022-11-16 Martin TournoijRun FreeBSD CI on Cirrus
2022-11-16 Martin TournoijFix BSD CI ... hopefully
2022-11-16 Martin Tournoijkqueue: fix removing a directory
2022-11-08 Martin TournoijRemove TestInotifyNoBlockingSyscalls (#532)
2022-11-04 Martin TournoijDon't build on appengine
2022-11-03 Martin TournoijUpdate ChangeLog
2022-10-30 Martin TournoijUpdate ChangeLog
2022-10-30 Martin TournoijAdd AddWith() to pass options, allow controlling Window...
2022-10-29 Martin TournoijDocument events a bit better
2022-10-29 Martin Tournoijgofmt 1.19
2022-10-20 mattnCheck privileges for symlink tests on Windows (#530)
2022-10-20 Martin TournoijEh, also update the other workflows
2022-10-20 Martin TournoijTrigger Actions on PR
2022-10-17 Martin TournoijAdd CI for linux/arm64, darwin/arm64 (#528)
2022-10-15 Martin TournoijActually, just return the first error
2022-10-15 Martin TournoijDon't return in collect test helper on errors
2022-10-15 Martin TournoijRun gccgo in CI (#527)
2022-10-15 Martin Tournoijkqueue: don't immediately remove watches for all files...
2022-10-15 Martin Tournoijwindows: use ErrEventOverflow instead of "short read...
2022-10-14 Martin TournoijTweak docs a bit
2022-10-14 Martin TournoijReformat comments to textwidth=80
2022-10-14 Martin Tournoijfilepath.Join is so much work to type
2022-10-14 Martin TournoijisKqueue() would include illumos, run chmod tests on...
2022-10-14 Martin TournoijUpdate changelog, add funding
2022-10-14 Martin Tournoijwindows: ignore file attributes (#520)
2022-10-14 Martin Tournoijinotify: remove watch when renaming a watched path...
2022-10-14 Martin TournoijAdd failing test for #277 (#522)
2022-10-13 Martin TournoijSkip TestWatchStress in the CI
2022-10-13 Martin TournoijReturn ErrClosed on Add() when the watcher is closed...
2022-10-13 Martin TournoijDon't use unkeyed structs in fen watcher
2022-10-13 Martin TournoijDon't run illumos as root in the CI (#517)
2022-10-13 Martin TournoijUpdate changelog, README
2022-10-13 Nahum ShalmanAdd FEN backend to support illumos and Solaris (#371)
2022-10-13 Martin TournoijUpdate ChangeLog
2022-10-13 Martin TournoijTweak the docs a bit
2022-09-15 Martin TournoijAdd test for re-adding a renamed file (#508)
2022-09-08 Martin TournoijUpdate x/sys
2022-08-26 Martin TournoijUpdate x/sys
2022-08-10 Martin TournoijAdd test to see what happens if you watch a symlink...
2022-08-10 Martin TournoijClarify doc comment on WatchList() (#499)
2022-08-10 Martin TournoijAdd note about README version
2022-08-10 Martin TournoijUpdate documentation and examples (#496)
2022-08-08 Martin TournoijMove some inotify-tests to run on all backends; test...
2022-08-06 Martin TournoijMove some files around
2022-08-06 Martin TournoijPort minor test changes from fen-v2 branch; make LICENS...
2022-08-06 Martin Tournoijwindows: simplify a bit (#493)
2022-08-06 Martin Tournoijall: add Watcher.{sendEvent,sendError} (#492)
2022-08-06 Martin Tournoijkqueue: don't set up watchers on unreadable files ...
2022-08-06 Martin TournoijUpdate changelog
2022-08-06 Martin Tournoijkqueue: remove timeout from unix.Kevent() (#480)
2022-08-05 Martin Tournoijwindows: test symlinks (#491)
2022-08-05 Martin Tournoijwindows: run TestWatchRename/rename_overwriting_existin...
2022-08-05 Martin TournoijUse "os.Rename()" in tests instead of "mv"
2022-08-04 Martin Tournoijcmd/fsnotify: fix time.Format() string
2022-08-04 Martin Tournoijwindows: replace syscall with golang.org/x/sys/windows
2022-08-04 Martin Tournoijwindows: replace "e" with "err" for error variables
2022-08-04 Martin Tournoijwindows: increase buffer size from 4K to 64K (#485)
2022-08-03 Martin Tournoijci: update to use Go 1.19, kick off fewer builds, updat...
2022-08-03 Martin TournoijRemove CLA section in contributing
2022-08-03 Martin TournoijNeed Linux 5.9 for a useful fanotify we can use
2022-08-02 Martin TournoijUpdate CONTRIBUTING.md
2022-08-02 Martin TournoijRemove PULL_REQUEST_TEMPLATE
2022-08-01 Martin TournoijRun tests in illumos (#481)
2022-07-31 Martin TournoijUpdate ChangeLog
2022-07-31 jie[bugfix] close handle when remWatch open in getIno...
2022-07-31 Arne Groskurthwindows: update watch paths when renaming directories...
2022-07-31 Martin TournoijRewrite tests (#478)
2022-07-30 Martin TournoijAdd {Event,Op}.Has() (#477)
2022-07-30 Martin TournoijDocument that /proc and /sys won't work
2022-07-30 Martin TournoijClarify FAQ on goroutines
2022-07-30 Martin Tournoijmacos: retry if open() returns EINTR (#475)
2022-07-30 Martin TournoijFix lint (#476)
2022-07-29 Martin Tournoijdebian 6 test: deal with multiple packages (#474)
2022-07-29 Martin TournoijRemove AUTHORS file
next