Rev 11 | Rev 15 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13 | luk | 1 | 0.3.0 2006-10-03 |
2 | * all errors now handled using exceptions (InotifyException) |
||
3 | * InotifyEvent no longer use struct inotity_event as its |
||
4 | internal data structure |
||
5 | * removed InotifyEvent::GetData() - internal data changed |
||
6 | * removed Inotify::IsReady() - no longer necessary |
||
7 | * added Inotify::GetDescriptor() - returns inotify file descriptor |
||
8 | * added Inotify::SetNonBlock() - switches nonblocking mode on/off |
||
9 | * some code cleanups |
||
10 | |||
11 | luk | 11 | 0.2.0 2006-09-15 |
12 | * InotifyEvent now contains a pointer to the source InotifyWatch |
||
13 | * fixed: InotifyEvent::IsType() - it now handles the mask correctly |
||
14 | * added a static method (InotifyEvent::GetMaskByName()) for finding a mask |
||
15 | for a name |
||
16 | * added a static version of InotifyEvent::DumpTypes() method |
||
17 | * added a static version of InotifyEvent::IsType() method |
||
18 | * dumped types (InotifyEvent::DumpTypes()) now separated by commas |
||
19 | instead of spaces |
||
20 | * InotifyEvent::DumpTypes() methods now use as general types as possible |
||
21 | * InotifyWatch now contains a pointer to the related Inotify |
||
22 | |||
23 | |||
3 | luk | 24 | 0.1.0 2006-09-04 |
25 | first alpha version |