aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-01inotify-tools 3.20.2.23.20.2.2Eric Curtin1-1/+1
2020-02-01int to longEric Curtin1-1/+1
2020-01-31inotify-tools 3.20.2.13.20.2.1Eric Curtin1-1/+1
2020-01-31Potential buffer overflow where length is larger than 4095Eric Curtin2-6/+11
2020-01-30inotify-tools 3.20.23.20.2Eric Curtin1-1/+1
2020-01-29Update maintainers and original authorEric Curtin2-2/+3
2020-01-29Update AUTHORS fileEric Curtin1-1/+19
2020-01-29Use stat and lstat if stat64 is not available in common.c alsoEric Curtin3-1/+11
2020-01-29Use standard flexible array member C code introduced in C99Eric Curtin1-1/+1
2020-01-29Use stat and lstat if stat64 is not availableEric Curtin1-0/+5
2020-01-29Add FreeBSD buildEric Curtin1-0/+15
2020-01-29Support for gcc 9Eric Curtin2-4/+10
2020-01-28De-duplicate build_and_test scriptEric Curtin2-24/+45
2020-01-28Add Wall and WerrorEric Curtin4-6/+4
2020-01-28Add build status to READMEEric Curtin4-2/+5
2020-01-28Run integration testsEric Curtin3-15/+25
2020-01-28Run tests on buildEric Curtin1-0/+8
2020-01-28URL updatesEric Curtin2-2/+2
2020-01-27inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI...Jackie Huang1-2/+2
2020-01-27Build on 16.04 and 18.04Eric Curtin1-2/+13
2020-01-27Build on gcc and clang in CIEric Curtin1-7/+6
2020-01-27Fix error when compiling with clangEric Curtin1-1/+1
2020-01-27Fix some compiler warningsEric Curtin1-3/+4
2020-01-27Add some more files to .gitinoreEric Curtin1-0/+10
2020-01-27No need to pass void* anymoreEric Curtin1-4/+2
2020-01-27Use ISO 8061Eric Curtin1-1/+1
2020-01-27Use ChangeLog date instead of build date (#97)Bernhard M. Wiedemann1-1/+1
2020-01-27Fix stack overflow in: `inotifytools_replace_filename` (#104)Jan Kratochvil1-11/+17
2020-01-27Fix typo in man page of inotifywait. (#96)itpflop1-1/+1
2020-01-27remove redundant assignment (detected by clang) (#93)Ilya Shipitsin1-3/+0
2020-01-27Corrected install instruction, (#99)angerangel1-0/+20
2020-01-27correct spelling mistake (#75)Edward Betts1-1/+1
2020-01-26Update READMEEric Curtin1-1/+2
2020-01-26Create ccpp.ymlEric Curtin1-0/+17
2020-01-26fix example two (#100)Carl Bordum Hansen1-1/+1
2018-03-06Merge pull request #86 from rvoicilas/issues/85/fix-clang-warningsRadu Voicilas1-5/+7
2018-03-05Fix clang pointer-sign warningRadu Voicilas1-4/+4
2018-03-05Fix clang int-to-void-pointer-cast warningRadu Voicilas1-1/+2
2018-03-05Fix clang return-type warningRadu Voicilas1-0/+1
2018-01-06inotify-tools 3.20.13.20.1Radu Voicilas1-1/+1
2018-01-06Fix man page for inotifywait about blocking timeoutRadu Voicilas1-1/+1
2018-01-06Fix cast from pointer to integer of different size warningRadu Voicilas1-1/+2
2018-01-06Remove deprecated editor commentRadu Voicilas1-2/+0
2018-01-06clang-format for test.cRadu Voicilas1-246/+270
2018-01-06Merge pull request #54 from andreas-schwab/masterRadu Voicilas1-1/+0
2018-01-05Merge pull request #82 from rvoicilas/issue62-use-realpath-on-outfile-in-daem...Radu Voicilas4-4/+51
2018-01-05Use realpath on --outfileRadu Voicilas4-4/+51
2018-01-04Remove bug report email addressRadu Voicilas1-1/+1
2018-01-04Run clang-format on src/Radu Voicilas4-1413/+1361
2018-01-04Start using clang-format in order to enforce a code styleRadu Voicilas1-0/+89