summaryrefslogtreecommitdiff
path: root/src/inotify.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-12Fix file notification problem on Windows.Michael Albinus
2025-02-26Guarantee delivery of inotify special eventsPo Lu
2025-01-01Update copyright year to 2025Paul Eggert
2024-02-22Enable inotify on systems with inotify_init yet no init1 variantPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-12New filenotify testsMichael Albinus
2023-10-10File notifications report unmount events (bug#66381)Michael Albinus
2023-06-08Update Android portPo Lu
2023-03-05Update Android portPo Lu
2023-02-24Fix auto-revert-mode on AndroidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-04Fix the MS-Windows build broken by recent changesEli Zaretskii
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-04-23Remove some unnecessary #ifdef directivesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-27Depromiscuify inotify with IN_MASK_ADDPaul Eggert
2017-05-27Restore inotify onlydir supportPaul Eggert
2017-05-27Simplify computation of inotify maskPaul Eggert
2017-05-26* src/inotify.c: Add FIXME comments.Paul Eggert
2017-05-26Fix Bug#26973Andreas Politz
2017-03-30* src/inotify.c (add_watch): Add comment.Paul Eggert
2017-03-30Some inotify cleanupPaul Eggert
2017-03-28* src/inotify.c (Finotify_add_watch): aspect can also be a symbol.Michael Albinus
2017-03-26Minor fixes for inotify.c and filenotify.elAndreas Politz
2017-03-26; Format files from last commitMichael Albinus
2017-03-26Fix issues regarding inotify file-notificationAndreas Politz
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-29Improve filenotify-tests.elMichael Albinus
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-22Backport kqueue integration from masterMichael Albinus
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Use common report_file_notify_error functionMichael Albinus
2015-09-15Pacify --enable-gcc-warningsPaul Eggert
2015-09-15Improve error reports in inotify.cMichael Albinus
2015-09-14Adaot file-notify-tests.el test casesMichael Albinus