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