]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
2019-10-05 Nathan Youngmanreadme: plan to support fanotify
2019-10-05 Eric LinOpen files with CLOEXEC
2019-03-12 Johannes EbkeAlso create epoll and pipe fds with close-on-exec ...
2019-03-08 Nathan Youngmanreadme: remove AppVeyor badge
2019-03-08 Brian GoffAdd windows to travis matrix
2019-03-08 Brian GoffFix lint issue with error doc string
2019-03-08 Brian Goffonly run golint on latest version of go
2018-08-30 Alexey KazakovCheck if channels are closed in the example (#244)
2018-08-30 Nathan Youngmandarwin tests: Exchangedata is deprecated on 10.13
2018-08-30 Nathan Youngmantravis: less verbose tests
2018-08-30 Gautam Dey[#234] t.Fatalf -> t.Errorf in go routines (#266)
2018-08-30 Matthias StoneFix TestInotifyOverflow (#265)
2018-08-30 Nathan YoungmanTravisCI: updating test versions
2018-01-10 Nathan Youngmanv1.4.7
2018-01-10 Nathan Youngmantravis: test on Go 1.9.x
2018-01-10 Rodrigo ChiossiFix missing verb on format string (#228)
2018-01-10 Anmol SethiFix possible deadlock on closing the watcher on kqueue...
2017-03-29 Aaron LFix deadlock in Remove (linux/inotify)
2017-03-21 Tom PayneWatch.Add improvements (avoid race, fix consistency...
2017-03-02 Nathan Youngmantravis: update for Go 1.8
2017-01-27 Vahe KhachikyanMoved FAQ into the README
2016-10-26 Nickolai ZeldovichProperly handle inotify's IN_Q_OVERFLOW event (#149)
2016-10-13 Nathan Youngmanreplace references to OS X with macOS
2016-10-11 Nathan Youngmanv1.4.2
2016-10-11 Nathan Youngmanpull request and issue template (#179)
2016-10-11 PatrickCreate inotify fd with close-on-exec (#178)
2016-10-05 Nathan Youngmanv1.4.1
2016-10-05 Patrickdeflake inotify stress test (#177)
2016-10-05 Patrickrm go1.5.4 from travis config since the linter doesn...
2016-10-02 Nathan Youngmanreadme: remove gocover.io badge
2016-10-02 Nathan Youngmanupdate link to contributing to external git repos
2016-10-02 Nathan Youngmanv1.4.0
2016-10-02 Nathan Youngmanadd @oozie to AUTHORS
2016-10-02 Slawek LigusAdd a String() func to Event.Op (#165)
2016-08-16 Bjørn Erik... Bump Travis to Go 1.6.3 (#156)
2016-06-29 Nathan Youngmanv1.3.1
2016-06-28 Bruno BigrasUse filepath.Join() (#153)
2016-04-20 Riku Voipioglobal: switch to x/sys/unix
2016-04-13 Bjørn Erik... Update Travis config to Go 1.5.4 and 1.6.1
2016-03-10 Amit KrishnanGet fsnotify to build clean on Solaris
2016-03-04 Bjørn Erik... Add more Go versions to Travis config
2016-03-04 Bjørn Erik... Append missing email address in AUTHORS
2016-03-03 Nathan Youngmanadd Bjørn to authors
2016-03-03 Nathan Youngmanupdate authors
2016-03-03 Nathan Youngmanfix spelling error
2016-03-03 Tiffany JerniganFix golint errors in windows.go for #116
2016-02-18 Nathan Youngmanrename organization to fsnotify
2016-01-14 Bjørn Erik... kqueue: fix Remove-logic
2015-12-17 Nathan Youngmanv1.2.8
2015-12-17 Nathan YoungmanAdd race detection on Travis CI.
2015-12-17 Pawel Knapkqueue: fix race condition in Close
2015-12-17 Nathan Youngmaninotify: fix race in test
2015-11-17 Daniel Wagner... kqueue: avoid infinite loops from symlinks cycles
2015-11-17 Nathan Youngmanv1.2.4
2015-11-17 铁哥kqueue: watch for rename events on subdirectories
2015-11-17 Ken-ichirou... inotify: sync Watcher with underlying inotify with...
2015-11-17 Riku Voipioinotify: switch to epoll_create1
2015-10-14 Nathan Youngmanv1.2.1
2015-10-14 Nathan Youngmandocumentation before coverage
2015-10-14 Nathan Youngmanremove CircleCI for OS X tests
2015-10-14 Nathan YoungmanTravisCI update
2015-10-14 Evan PhoenixDon't watch named pipes
2015-04-08 Nathan Youngmanadd related projects to Readme
2015-02-08 Nathan Youngmanv1.2.0
2015-02-08 Pieter DroogendijkWhen removing, delete from watches before removing...
2015-02-08 Pieter DroogendijkAdd stressy test to inotify.
2015-02-08 Pieter DroogendijkMake wakeup pipe non-blocking
2015-02-08 Pieter DroogendijkReduce repeated error code in inotify
2015-02-08 Pieter DroogendijkMinor doc and test typos
2015-02-08 Pieter DroogendijkFix fdPoller.close to only close when fds have been...
2015-02-08 Pieter DroogendijkProperly clean fds when newFdPoller fails
2015-02-08 Pieter DroogendijkClean up closing file descriptors in newFdPoller
2015-02-08 Pieter DroogendijkRenamed two misnamed things
2015-02-08 Pieter DroogendijkAdd some unit tests for inotify_poller
2015-02-08 Pieter DroogendijkClose inotify fd from watcher, not from poller
2015-02-08 Pieter DroogendijkComment about the buffer size to epoll_wait
2015-02-08 Pieter DroogendijkGenerate inotify fd in NewWatcher, pass fd into newFdPoller
2015-02-08 Pieter DroogendijkRemove NewSyscallError
2015-02-08 Pieter DroogendijkNow use epoll so we can wake up readEvents
2015-02-07 Nathan Youngmankqueue: wait to close kqueue until after removing watches
2015-02-07 Pieter Droogendijkinotify: closing watcher should now always shut down...
2015-02-06 Pieter Droogendijkinotify: Retry read on EINTR
2015-02-03 Nathan YoungmanGo 1.4.1 multi-os build on Travis CI
2015-01-04 Nathan YoungmanMerge pull request #57 from go-fsnotify/ci
2015-01-03 Nathan YoungmanSetup CircleCI to test on OS X.
2015-01-01 Nathan Youngmanreadme: add USN journals to maybe list
2015-01-01 Nathan Youngmanadd v0.9.3 backport to changelog
2015-01-01 Nathan Youngmanchangelog: fix link
2015-01-01 Nathan Youngmanupdates to CONTRIBUTING
2014-12-31 Nathan Youngmanadd gofmt check to Travis CI
2014-12-31 Nathan YoungmanMerge pull request #56 from go-fsnotify/ci
2014-12-31 Nathan YoungmanAppVeyor badge for Windows CI
2014-12-31 Nathan YoungmanTravis CI badge on Linux.
2014-12-31 Nathan Youngmantry Travis CI with docker containers
2014-12-13 Nathan Youngmanv1.1.0 focus on kqueue
2014-12-13 Nathan Youngmankqueue: cleanup internal watch before sending remove...
2014-12-13 Nathan Youngmankqueue: addWatch sometimes just watches deletions
2014-11-16 Matt LayherMore efficient string concatenation for Event.String()
2014-11-15 Nathan YoungmanCONTRIBUTING update
2014-11-14 Nathan YoungmanGo 1.3+ required.
next