]> go.fuhry.dev Git - fsnotify.git/shortlog
fsnotify.git
2013-05-30 Chris HoweyBSD - Make syscall flags internal
2013-05-29 Chris HoweyFix symlink test race, Issue #45
2013-05-26 Chris HoweySmall error reporting fix
2013-05-26 Chris HoweyWindows cannot overwrite file on rename.
2013-05-26 Chris HoweyNo attributes on Windows.
2013-05-26 Chris HoweyNo "chmod" executable on Windows.
2013-05-26 Chris HoweyFix a couple tests
2013-05-26 Chris HoweyUpdate tests to be similar to changes made for go.exp
2013-05-23 Chris HoweyDarwin - Use EVT_ONLY flag on open file.
2013-05-15 Chris HoweyNo Travis-CI until Go 1.1
2013-05-15 Chris HoweyUpdate with full example
2013-05-10 Chris Howeytypo
2013-05-09 Tudor GolubencoFixed symlink notifications on Linux
2013-04-08 Chris HoweyMerge pull request #40 from ChrisBuchholz/master
2013-04-07 Christoffer... watch all file events on files inside folder being...
2013-03-14 Chris HoweyBSD - Some internal watch flag cleanup
2013-03-14 Chris HoweyLinux - Fixes issue #36
2013-03-12 Chris HoweyMerge branch 'issue-33'
2013-03-11 Chris Howeygo.exp travis-ci
2013-03-11 Chris HoweyRemove skip test
2013-03-11 Chris HoweyCommited to go.exp
2013-03-11 Chris HoweyWhen adding files of directory, use fsnFlags from direc...
2013-02-08 Chris HoweyAuthors
2013-02-07 Chris HoweyMutex for map access on Windows
2013-02-07 Chris HoweyMutex for map access on Linux
2013-02-07 Chris HoweyFix tests for Windows : '\\' and '/' path seperators
2013-02-07 Chris Howeymutex
2013-02-07 Chris HoweyMutex used on all OSs
2013-02-07 Chris HoweyFix travis-ci
2013-02-07 Chris HoweyFixed unlock for watching directory
2013-02-07 Chris HoweyMerge branch 'issue-29' of https://github.com/fsouza...
2013-02-06 Chris HoweyMerge pull request #30 from fsouza/mkdir-error-report
2013-02-06 Francisco Souzatests: fix data races
2013-02-06 Francisco Souzafsnotify_bsd: fix for some data races
2013-02-06 Francisco Souzatest: fix if expression
2013-02-06 Francisco Souzatests: fix error reporting from Mkdir calls
2013-01-10 Chris HoweyMerge pull request #28 from Pursuit92/master
2013-01-10 Pursuit92fixed windows path separator
2012-12-17 Chris HoweyAdd license
2012-11-10 Kelvin FoBSD - remove merging of flags. remove deleted check...
2012-11-07 Kelvin FoBSD - support for recursivable watching of subfolders
2012-11-02 Chris HoweyFile rename tests, rename file into watched folder
2012-11-01 Chris HoweyLinux - Add IN_MOVED_TO by request, Issue #25
2012-11-01 Chris HoweyFix up delete watched directory test
2012-11-01 Chris HoweyBSD - Fix for Issue #24 - Deleting watched directory
2012-10-10 Chris HoweyGolang exp/inotify fixes
2012-10-09 Chris HoweyPreserve watch flags when watching for delete
2012-10-09 Chris HoweyMerge branch 'master' of https://github.com/robfig...
2012-10-09 Rob FigueiredoWatch the directory even if it isn't a new watch.
2012-10-09 Chris HoweyTravis CI
2012-10-09 Chris HoweyBSD - Fix recreate file test
2012-10-09 Chris HoweyRecreate test more precise
2012-10-09 Chris HoweyTest - Modify after recreation of file
2012-10-09 Chris HoweyAdditional test - recreate a file
2012-09-27 Kelvin FoBSD - Fix watch when there is an existing folder inside...
2012-09-26 Chris HoweyBSD - fix for subdir test
2012-09-26 Chris HoweyBSD - fix to not longer get duplicate CREATE events
2012-09-01 Chris HoweyBSD - Now receive events for created directories
2012-09-01 Chris HoweyNew test - Receive event directory creation
2012-07-14 Chris HoweyReadme notes
2012-07-14 Chris HoweyWindows - Move file out of directory is a "DELETE"
2012-07-14 Chris HoweyBSD - do not watch moved files (don't know new name)
2012-07-14 Chris HoweyLinux - fix to see create of file after rename
2012-07-14 Chris HoweyBSD - Fix for rename test case provided by snoe
2012-07-03 Case Nelsontest case that shows problems with dir watch on bsd
2012-07-03 Chris HoweyLinux - Added file name back to event path
2012-07-03 Chris HoweyBring example file back.
2012-07-03 Chris HoweyWindows - FSNotify flags
2012-07-02 Chris HoweyLinux - FSNotify flags
2012-07-02 Chris HoweyBSD - FSNotify flags
2012-06-08 Chris HoweyAdd link to GoDoc
2012-06-08 Chris HoweyRemote watch on directory for attrib test so we don...
2012-06-06 Travis ClineChange bsd backend to watch files after triggering...
2012-06-06 Travis ClineChange to expect a create event in DirOnly test.
2012-06-05 Travis ClineFix example to use a goroutine for select.
2012-05-22 Chris HoweyConvert README to markdown
2012-05-22 Chris HoweyLinux - fix possible problem on Close()
2012-05-03 Chris HoweyBSD - Return errors during watch instead of sending...
2012-04-28 Chris Howeygo fmt
2012-04-28 Chris HoweyComment in README not valid, removed
2012-04-28 Chris HoweyWindows - fix symlink test
2012-04-28 Chris HoweyWindows - No Symlinks
2012-04-28 Chris HoweyBSD - Have symlink behavior match Linux
2012-04-28 Chris HoweyBSD - Added fake symlink test
2012-04-17 Chris HoweyLinux - Added DELETE_SELF, noticed by taralx
2012-04-04 Chris HoweyMerge pull request #1 from davecheney/master
2012-04-04 Chris HoweyBSD - fix for rob (EINTR)
2012-04-04 Dave CheneyFix example name
2012-04-04 Dave CheneyI should run go test -v before commiting
2012-04-04 Dave CheneyRemove duplicate example code
2012-04-04 Dave CheneyAdd godoc example
2012-04-04 Chris HoweyBSD - Fix issue reported by robfig
2012-03-31 Chris HoweyUpdate readme with status
2012-03-31 Chris HoweyBSD - roll attribute into modify
2012-03-31 Chris HoweyLinux - roll attribute into modify
2012-03-31 Chris HoweyWindows - roll attributes into notify
2012-03-30 Chris HoweyWindows does not support attribute notifications -...
2012-03-29 Chris HoweyWindows - Missed a line
2012-03-29 Chris HoweyWindows Issue - No attribute change notifications
2012-03-28 Chris HoweyGo 1 Released - Updated
next