6:0:0
5:0:2
- A monitor based on the Solaris/Illumos File Events Notification API has been added.
- The possibility of watching for directories only during a recursive scan. This feature helps reducing the number of open file descriptors if a generic change event for a directory is acceptable instead of events on directory children.
- fsw::fen_monitor: added to provide a monitor based on the Solaris/Illumos File Events Notification API.
- fsw::monitor::set_directory_only(): added to set a flag to only watch directories during a recursive scan.
- fsw_set_directory_only(): added to set a flag to only watch directories during a recursive scan.
- fsw_logf_perror(): added to log a
printf()
-style message using perror()
.
4:0:1
- fsw::windows_monitor: a monitor for Microsoft Windows was added.
- A logging function has been added to log verbose messages.
- A family of functions and macros have been added to log diagnostic messages:
3:0:0