]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
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)
2022-04-24 SojamannWindows: add missing defer to Watcher.WatchList (#447)
2022-04-24 Tobias KlauserREADME.md: link to pkg.go.dev for golang.org/x/sys...
2022-04-24 Kevin Burkego.mod: use latest x/sys (#444)
2022-04-21 mattnFix compilation for OpenBSD (#443)
2022-04-21 NitroCaoAdd a feature to return the directories and files that...
2022-01-26 Hangkun UngFix potential crash on windows if raw.FileNameLength...
2022-01-25 Tobias KlauserAllow build on unsupported GOOS (#424)
2022-01-24 Roey Darwish... Add FreeBSD testing in Github Actions (#419)
2022-01-20 Nahum ShalmanIntegration Tests: consistent sleeps with informative...
2022-01-20 Nahum ShalmanEnable cross-compilation builds on PRs (#423)
2022-01-20 Nahum ShalmanRe-enable tests for PRs (#415)
2022-01-19 Tobias KlauserDon't set poller.fd twice in newFdPoller (#406)
2022-01-19 Nahum ShalmanRun cross-compilation builds on every push (#420)
2022-01-17 Ichinose Shogofix go vet warnings: call to (*T).Fatalf from a non...
2022-01-14 Nathan YoungmanFinal Notice: Maintainers Wanted
2022-01-14 Nathan Youngmanmaintainers wanted
2022-01-14 Nathan Youngmanrevise contributing
2022-01-14 Nathan Youngmanupdate readme
2022-01-14 Nathan YoungmanTest on Go 1.18 and two most recent versions (#411)
2022-01-14 Nathan YoungmanUpdate issue templates (#410)
2021-12-14 Loïc VernetRemoved dead link
2021-08-24 Nathan Youngmanprepare 1.5.1, retract 1.5.0
2021-08-24 Nathan YoungmanRevert "Add AddRaw to not follow symlinks + Fix link...
2021-08-24 Nathan Youngmanrevise pull request template
next