summaryrefslogtreecommitdiff
path: root/src/kqueue.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Two typos captured on OpenBSD/clangManuel Giraud2022-06-21
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Add missing argument to directory_files_internal callsMattias EngdegÄrd2020-11-02
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix file notifications on macOSEli Zaretskii2019-11-21
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-23
* Simplify list creation in C codePaul Eggert2019-03-04
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Use fcntl.h in kqueue.cJeremie Courreges-Anglas2018-01-15
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-25
* Make a function static that isn't used outside this filePhilipp Stephani2017-05-21
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Improve filenotify-tests.elMichael Albinus2016-12-29
* | Merge from origin/emacs-25Paul Eggert2016-11-19
|\|
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* | Merge from origin/emacs-25John Wiegley2016-03-11
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-10
| * Backport kqueue integration from masterMichael Albinus2016-01-22
* Fix Bug#22814Michael Albinus2016-03-04
* ; Add 2016 to copyright years for files not in emacs-25 branchGlenn Morris2016-01-12
* Spelling fixesPaul Eggert2016-01-04
* Rework file notifications, kqueue has problems with directory monitorsMichael Albinus2015-11-25
* Continie with pending eventsMichael Albinus2015-11-25
* Handle more complex rename operation in kqueueMichael Albinus2015-11-25
* Further fixes for kqueue.Michael Albinus2015-11-25
* Code cleanup of kqueue.cMichael Albinus2015-11-25
* Finish implementation in kqueue.cMichael Albinus2015-11-25
* More work on kqueueMichael Albinus2015-11-25
* Implement directory eventsMichael Albinus2015-11-25
* Build fixes for kqueue support.Wolfgang Jenkner2015-11-25
* Continue kqueue implementationMichael Albinus2015-11-25
* Work on kqueueMichael Albinus2015-11-25
* Add kqueue supportMichael Albinus2015-11-25