aboutsummaryrefslogtreecommitdiff
path: root/Utility/FSEvents.hs
Commit message (Collapse)AuthorAge
* let's put type modules under the parent module, not in a Types directoryGravatar Joey Hess2013-03-10
|
* avoid double commits with inotify when direct mode file is createdGravatar Joey Hess2012-12-29
|
* fix fsevents rename handlingGravatar Joey Hess2012-12-28
| | | | | For both files and whole directories; also tested on moving whole dirs out of and into the working copy.
* ignore events generated by us in fseventsGravatar Joey Hess2012-12-28
| | | | This avoids some churn.
* startup scan for FSEventsGravatar Joey Hess2012-12-27
|
* fsevents bugfix for symlinksGravatar Joey Hess2012-12-27
|
* OSX FSEvents supportGravatar Joey Hess2012-12-27
Needs work to deal with directory renames better; otherwise seems to basically work.