Rev 15 | Rev 19 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17 | luk | 1 | 0.4.0 2006-10-13 |
2 | * two additional flags (IN_ONLYDIR and IN_DONT_FOLLOW) may be used |
||
3 | if available (#0000086) |
||
4 | * "errorneous" multiple watches on the same path are no longer |
||
5 | possible (#0000087) |
||
6 | * tarball structure has been fixed (#0000088) |
||
7 | * inotify-syscalls.h is included only if inotify.h doesn't contain |
||
8 | syscall definitions (#0000090) |
||
9 | * enabling/disabling is now done through watch presence in the kernel |
||
10 | instead of dropping events (#0000091) |
||
11 | * InotifyWatch::SetMask() method has been added to allow later mask |
||
12 | modification |
||
13 | |||
14 | |||
15 | luk | 15 | 0.3.1 2006-10-03 |
16 | * fixed: wrong behavior for EWOULDBLOCK (Inotify::WaitForEvents()) |
||
17 | |||
18 | |||
13 | luk | 19 | 0.3.0 2006-10-03 |
20 | * all errors now handled using exceptions (InotifyException) |
||
21 | * InotifyEvent no longer use struct inotity_event as its |
||
22 | internal data structure |
||
23 | * removed InotifyEvent::GetData() - internal data changed |
||
24 | * removed Inotify::IsReady() - no longer necessary |
||
25 | * added Inotify::GetDescriptor() - returns inotify file descriptor |
||
26 | * added Inotify::SetNonBlock() - switches nonblocking mode on/off |
||
15 | luk | 27 | * added possibility to enable/disable watches |
13 | luk | 28 | * some code cleanups |
29 | |||
15 | luk | 30 | |
11 | luk | 31 | 0.2.0 2006-09-15 |
32 | * InotifyEvent now contains a pointer to the source InotifyWatch |
||
33 | * fixed: InotifyEvent::IsType() - it now handles the mask correctly |
||
34 | * added a static method (InotifyEvent::GetMaskByName()) for finding a mask |
||
35 | for a name |
||
36 | * added a static version of InotifyEvent::DumpTypes() method |
||
37 | * added a static version of InotifyEvent::IsType() method |
||
38 | * dumped types (InotifyEvent::DumpTypes()) now separated by commas |
||
39 | instead of spaces |
||
40 | * InotifyEvent::DumpTypes() methods now use as general types as possible |
||
41 | * InotifyWatch now contains a pointer to the related Inotify |
||
42 | |||
43 | |||
3 | luk | 44 | 0.1.0 2006-09-04 |
45 | first alpha version |