aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/loop.h
Commit message (Expand)AuthorAge
* build: rework IWYU mapping filesdundargoc2023-11-25
* fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq2023-11-17
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(jobs): deadlock in channel.c:exit_event #19082erw72022-07-02
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: remove space after starDundar Göc2021-10-19
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * event/loop: Silence PVS/V547: condition is false in case of no timeoutZyX2018-04-09
* | loop: remove `children_stop_requests`Justin M. Keyes2018-04-15
|/
* tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes2017-12-02
* doc: eventloopJustin M. Keyes2017-09-05
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* loop: Improvements for thread-safetyThiago de Arruda2015-09-06
* event: Refactor async event processingThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17