summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl1-326/+0
- move linux-only subsystems in subdirectory linux - minor header cleanups
2005-05-10add foundation for a much more intuitive API for file notificationsmickeyl1-0/+37
2005-05-07introduce OFileNotifyEvent and add more signalsmickeyl1-6/+57
2005-05-06first sketch at ODirNotification classmickeyl1-2/+8
2005-05-06fix a couple of issues with OFileNotification, seems to work with single and ↵mickeyl1-3/+39
multiple file notifications now add a named trigger
2005-05-02ship sanitized userland header equivalent of linux/inotify.hmickeyl1-3/+2
2005-05-02Rewrite OFileNotification to use the upcoming inotify (kernel 2.6) interface ↵mickeyl1-43/+50
instead of the deprecated dnotify
2004-10-06Closed a <pre> section in a Doxygen-enabled commentclem1-0/+1
2004-04-21add API documentation for OFileNotificationmickeyl1-3/+87
2004-04-202nd milestone reached: Notification now works with deleted, renamed, andmickeyl1-1/+9
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE)
2004-04-19First milestone reached:mickeyl1-1/+3
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files.
2004-04-18Compile fix for gcc-2.95 <sigh>brad1-0/+3
2004-04-18the notifier interface is shaping upmickeyl1-8/+28
Brad: I sorted the "DN_xxx undeclared" issue out, please test
2004-04-16initial checkin of file and directory notifying classesmickeyl1-0/+72
this is work in progress. don't look to close yet