]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
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
2022-07-29 Martin TournoijUpdate README: split out FAQ to "Platform-specific...
2022-07-29 Martin Tournoijinotify: don't ignore events for files that don't exist...
2022-07-29 Martin TournoijTweak comment regarding relative paths (#466)
2022-07-29 Martin TournoijAdd cmd/fsnotify (#463)
2022-07-29 Martin Tournoijkqueue: better error if watching a file fails (#471)
2022-07-24 OtoMANReplace Use of Kthread-blocking Epoll with Poller Read...
2022-07-24 Martin TournoijTest some more things in CI (#469)
2022-07-24 Martin TournoijAdd missing changelog for 1.4.{8,9} (#468)
2022-07-22 Martin Tournoijinotify: fix race in Close() (#465)
2022-07-22 Martin TournoijClarify README on network drives (#467)
2022-07-22 John OlheiserUpdate link to CONTRIBUTING in the README (#464)
2022-07-21 Sascha GrunertUpdate documentation for linux systems (max_user_watche...
2022-07-21 ICHINOSE Shogobump up GitHub Actions (#461)
2022-07-21 Kir KolyshkinDo not suppress Chmod on non-existent file (#260)
2022-07-21 Nick Santoskqueue: Make watcher.Close() O(n) instead of O(n^2...
2022-07-21 Ilan Pillemerstrings.Builder instead of bytes.Buffer (#285)
2022-07-21 John OlheiserExplicit mutext (un)locking (#462)
2022-07-21 Martin TournoijUse common error when removing an unwatched file (...
2022-07-21 Robert Frattowindows: protect access to isClosed with mutex (#454)
2022-07-21 Martin TournoijTest Go 1.18
2022-07-08 Nathan YoungmanThis project is archived (#459)
2022-04-27 ICHINOSE ShogoPrepare for v1.5.4 (#448)
next