Opened 13 years ago

Closed 12 years ago

Last modified 8 years ago

#265 closed enhancement (fixed)

Add inotify support

Reported by: rainer Owned by: rainer
Priority: major Milestone: 3.0.0
Component: main Version:
Keywords: Cc:

Description

Supporting inotify would allow to get rid of the I/O load associated with regular file system scans.

Change History (7)

comment:1 by rainer, 12 years ago

Initial inotify support added with changeset [367]. Compiles, but has not been tested yet.

comment:2 by rainer, 12 years ago

Uhmm.. two missing files added with changeset [368].

comment:3 by rainer, 12 years ago

Changeset [369] fixes a silly bug in sh_inotify_read.

comment:4 by rainer, 12 years ago

Changeset [371] fixes a couple of remaining issues with inotify support.

comment:5 by rainer, 12 years ago

Changeset [372] covers directories that should be watched as files only in the configuration. Also don't remove directory watches if files in the directory are removed (duh..), and re-write the baseline database if we are in 'update' mode.

comment:6 by rainer, 12 years ago

Changeset [373] fixes the handling of inserted subdirectory trees, and adds the capability to re-expand and re-scan the list of files configured to be checked.

comment:7 by rainer, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.