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