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