inotify-tools 3.20.2.2
int to long
inotify-tools 3.20.2.1
Potential buffer overflow where length is larger than 4095
inotify-tools 3.20.2
Update maintainers and original author
Update AUTHORS file
Use stat and lstat if stat64 is not available in common.c also
Use standard flexible array member C code introduced in C99
Use stat and lstat if stat64 is not available
Add FreeBSD build
Support for gcc 9
De-duplicate build_and_test script
Add Wall and Werror
Add build status to README
Run integration tests
Run tests on build
URL updates
inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI64 (#71)
Build on 16.04 and 18.04
Build on gcc and clang in CI
Fix error when compiling with clang
Fix some compiler warnings
Add some more files to .gitinore
No need to pass void* anymore
Use ISO 8061
Use ChangeLog date instead of build date (#97)
Fix stack overflow in: `inotifytools_replace_filename` (#104)
Fix typo in man page of inotifywait. (#96)
remove redundant assignment (detected by clang) (#93)
Corrected install instruction, (#99)
correct spelling mistake (#75)
Update README
Create ccpp.yml
fix example two (#100)
Merge pull request #86 from rvoicilas/issues/85/fix-clang-warnings
Fix clang pointer-sign warning
Fix clang int-to-void-pointer-cast warning
Fix clang return-type warning
inotify-tools 3.20.1
Fix man page for inotifywait about blocking timeout
Fix cast from pointer to integer of different size warning
Remove deprecated editor comment
clang-format for test.c
Merge pull request #54 from andreas-schwab/master
Merge pull request #82 from rvoicilas/issue62-use-realpath-on-outfile-in-daemon-mode
Use realpath on --outfile
Remove bug report email address
Run clang-format on src/
Start using clang-format in order to enforce a code style
inotify-tools 3.20.0
Merge pull request #79 from rvoicilas/integrate-next-into-master
Convert long options to an array for easier management
inotifywait: use standard daemon() func
Test that inotifywait exit code is 2 when no events
Add sharness as a test framework
Fix invalid use of reserved identifier
Update email address
Merge pull request #40 from emcrisostomo/master
Fix permission problems in dist-hook and remove touch calls which are breaking distcheck.
Use Autoconf output files to fill in variables in man pages instead of manually invoking sed on them.
Remove docdir definition (solves warning: docdir was already defined in condition TRUE, which includes condition DOXYGEN_ENABLE in configure.ac:5.
Add AM_CPPFLAGS so that includes work in an out-of-tree build.
Fix typo in ACLOCAL_AMFLAGS definition.
Remove GNU Build Systems artifacts from .gitignore and ignore the entire auxiliary configuration directory instead.
Update newer INSTALL file.
Use autoreconf instead of manually invoking each tool one by one.  Allow arguments to be passed to autogen.sh.
Quote AC_LANG_PROGRAM to silence new Autoconf warnings and use auxiliary configuration directory.
Fix warnings reported by GCC build flags
timeout is now a long int across all code
Negative timeout for blocking behaviour. Fixes #37
csv_escape checks for NULL parameter
Do not double escape names. Fixes #36
Fix doc wording for inotifytools_next_events()
Merge remote-tracking branch 'kitech/master'
fix inotifytools_next_events timeout == 0 keep blocking bug
Remove m4/ from .gitignore
start a gitignore
m4: create new directory for clean autogen.sh run
Update --monitor help
Merge remote branch 'sjon-hortensius/master'
Making inotifywatch's timeout value an unsigned long int
Getting rid of the unused constant EXCLUDE_CHUNK
Properly handle timeout values over ULLONG_MAX
Merge pull request #19 from rohanpm/master
Improve error message on initialization failure
Fixed error() value after failed initialize()
Allow combining monitor and timeout option inotifywait would disallow combining -m and -t option, but removing that check actually enables a feature where we monitor for a maximum amount of time (after last event)
Issue #8: warn when --exclude was used multiple times
Merge pull request #3 from weisslj/master
Merge pull request #9 from jonathan00/patch-1
added event 'move_self' to print_event_descriptions
Add --include and --includei option
Support building static binaries via --enable-static-binary configure flag
Updated version tag and the way the change log is generated (switched from svn to git)
Documentation for --daemon. (thanks to Terry Burton) Signed-off-by: Radu Voicilas <rvoicilas@gmail.com>
Fix for COPYING.
Validate the result of inotifytools_filename_from_wd when passed as input to csv_escape.
libtool 2.2.6a claims about these updates:
aclocal.m4:123: AC_PROG_LIBTOOL is expanded from...
From: Robert Schwebel <r.schwebel@pengutronix.de>
From: Marc Kleine-Budde <mkl@pengutronix.de>
Include refactorings for inotifywatch.
Seems like config.h is needed after all.
Include refactorings for common.
Include refactorings for inotifywait.
Minor code style tweaks.
Small typos.
Switched to using EXIT_SUCCESS and EXIT_FAILURE.
Getting rid of the .svn files
First import from sourceforge.