summaryrefslogtreecommitdiff
path: root/src/inotify.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-04
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-23
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Depromiscuify inotify with IN_MASK_ADDPaul Eggert2017-05-27
* Restore inotify onlydir supportPaul Eggert2017-05-27
* Simplify computation of inotify maskPaul Eggert2017-05-27
* * src/inotify.c: Add FIXME comments.Paul Eggert2017-05-26
* Fix Bug#26973Andreas Politz2017-05-26
* * src/inotify.c (add_watch): Add comment.Paul Eggert2017-03-30
* Some inotify cleanupPaul Eggert2017-03-30
* * src/inotify.c (Finotify_add_watch): aspect can also be a symbol.Michael Albinus2017-03-28
* Minor fixes for inotify.c and filenotify.elAndreas Politz2017-03-26
* ; Format files from last commitMichael Albinus2017-03-26
* Fix issues regarding inotify file-notificationAndreas Politz2017-03-26
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Improve filenotify-tests.elMichael Albinus2016-12-29
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Backport kqueue integration from masterMichael Albinus2016-01-22
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Use common report_file_notify_error functionMichael Albinus2015-09-16
* Pacify --enable-gcc-warningsPaul Eggert2015-09-15
* Improve error reports in inotify.cMichael Albinus2015-09-15
* Adaot file-notify-tests.el test casesMichael Albinus2015-09-14
* Introduce `file-notify-valid-p'Michael Albinus2015-09-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* * inotify.c (uninitialized): Remove. All uses replaced by -1.Paul Eggert2013-07-11
* * fileio.c (Qfile_notify_error): New error symbol.Michael Albinus2013-07-04
* Update copyright dates to 2013.Paul Eggert2013-01-02
* * inotify.c (inotify_callback): Generate an Emacs event for everyMichael Albinus2012-12-11
* Minor change in variable name in inotify.c.Eli Zaretskii2012-12-11
* Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld2012-12-10