]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
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.
2014-09-24 Nathan Youngmanreadme: test against master
2014-09-24 Nathan Youngmanupdate changelog (dev)
2014-09-24 Nathan Youngmankqueue: remove calls to os.NewSyscallError
2014-09-24 Nathan Youngmankqueue: less mutexes
2014-09-24 Nathan YoungmanFIXME: something doesn't seem quite right
2014-09-24 Nathan Youngmankqueue: pathInfo struct containing name and isDir
2014-09-24 Nathan Youngmankqueue: split off newCreateEvent
2014-09-24 Nathan Youngmankqueue: only need to store flags on directories
2014-09-24 Nathan Youngmankqueue: done can be an unbuffered channel
2014-09-24 Nathan Youngmanadd low-level kqueue functions
2014-09-08 Nathan Youngmanadd dragonfly bsd to the build tags
2014-09-08 Nathan Youngmanrename to inotify.go
2014-09-08 Nathan Youngmanput linux and windows build tags back
2014-09-08 Nathan Youngmanrearrange code so exported APIs are at the top
2014-09-08 Nathan Youngmancode organization: rename files
2014-09-08 Nathan Youngmanmerge integration tests into one file
2014-08-29 Yukangadd done channal flag, keep waiting for the go loop...
2014-08-20 Nathan YoungmanWindows MOVED_TO now translates to Create like on BSD...
2014-08-17 Nathan Youngmanadd @zhsso to authors
2014-08-17 Nathan Youngmanadd backports to changelog
2014-08-17 Nathan Youngmanv1.0.2
2014-08-17 Soge ZhangMake ./path and path equivalent.
2014-08-17 Soge ZhangFix Issue: Missing create events on OS X. #14
2014-08-17 Nathan Youngmanupdate README for v0 and v1 versions
2014-08-17 Nathan Youngmanuse v1 in the example.
2014-08-17 Nathan YoungmanMake fsnotify.v0 use the old API from @howeyc
2014-08-16 Nathan YoungmanUpdate README.
2014-08-16 Nathan YoungmanFYI, howeyc/fsnotify is v0.9.0
2014-08-16 Nathan Youngmanv1.0.0 - API change
2014-08-16 Nathan YoungmanRemove AddWatch on Windows, use Add.
2014-08-16 Nathan Youngmandocumentation and golint
2014-07-10 Nathan Youngmanv0.14.2
2014-07-10 Nathan YoungmanCLA
2014-07-10 Nathan Youngmanupdate AUTHORS
2014-07-10 Nathan Youngmanupdate contributing/issues
2014-07-10 Nathan Youngmanadd platforms/adapters to README
2014-07-10 Nathan Youngmanshorter path for gopkg.in
2014-07-10 Nathan Youngmanupdate organization to go-fsnotify
2014-07-09 Hari haranReturn os.NewSyscallError instead of errno
2014-07-08 Nathan YoungmanUse SVG badge for GoDoc
2014-07-05 Nathan Youngmanupdate contributing
2014-07-05 Nathan Youngmanv0.14.1
2014-07-05 Nathan Youngmanupdate example
2014-07-05 Nathan Youngmankqueue: fix incorrect mutex used in Close()
2014-06-29 Nathan Youngmanupdate README
2014-06-29 Nathan Youngmanupdate AUTHORS file
2014-06-29 Nathan Youngmanv0.14.0
2014-06-29 Nathan YoungmanDon't build on Plan 9 or Solaris (thanks @4ad)
2014-06-29 Nathan YoungmanDon't set the Write Op for attribute notifications
2014-06-29 Nathan Youngmanfix for String() method on Event
2014-06-28 Nathan Youngmanadd reasons for removing WatchFlags to the CHANGELOG
2014-06-28 Nathan Youngmanmove to fsnotify/fsnotify
2014-06-28 Nathan Youngmantest for kevent buffer data race from @tilaks
2014-06-22 Nathan Youngmanv0.13.0
2014-06-22 Nathan YoungmanMerge pull request #6 from nathany/cleanup2
2014-06-22 Nathan YoungmanAdd/Remove accept a name rather than a path (same behav...
2014-06-22 Nathan Youngmankqueue: rename events to kevents and fileEvent to event
2014-06-22 Nathan Youngmaninotify: remove internal addWatch
2014-06-22 Nathan Youngmankqueue: use syscall constants directly.
2014-06-22 Nathan YoungmanEvents channel of type Event rather than *Event.
2014-06-22 Nathan Youngmaninotify: use syscall constants directly
2014-06-21 Nathan Youngmanremove unnecessary build tags, filename suffix is suffi...
2014-06-20 Nathan Youngmanmove to nathany/fsnotify
2014-06-20 Nathan YoungmanMerge pull request #4 from gophertown/cleanup
2014-06-20 Nathan Youngmanremove internal watch and removeWatch methods
2014-06-20 Nathan YoungmanEvent struct has the same definition across every OS
2014-06-20 Nathan Youngmanremove cookie from Event struct (unused)
2014-06-20 Nathan Youngmanwindows: use syscall.ERROR_MORE_DATA from ztypes_window...
next