summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/loop.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-02-21fix(event-loop): don't call uv_stop() when loop isn't running (#37984)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-03-08refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes1
2025-03-07fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders1
2024-09-28refactor(event): change last use of klist to kvecbfredl1
2024-03-13refactor: remove "once" argument of loop_uv_run() (#27841)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-17fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2022-12-30refactor(sleep): simplify rube goldberg implementation of :sleepbfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-21refactor: suppress PVS false positives (#20264)zeertzjq1
2022-09-20fix(tui): handle padding requirements for visual bell (#20238)zeertzjq1
2022-07-02fix(jobs): deadlock in channel.c:exit_event #19082erw71
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-17fix(PVS/V547): "expression is always false"Dundar Goc1
2021-12-28chore: fix typos (#16506)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2020-02-17loop_close: close all handlesJustin M. Keyes1
2020-02-17loop_close: call uv_stop(), fix bugJustin M. Keyes1
2020-02-16loop_close: timout after 2 seconds #11821Justin M. Keyes1
2019-09-24tui: flush ui buffer in tui_terminal_after_startup (#11083)Daniel Hahler1
2019-08-31events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse1
2019-08-27paste: tickle cursorJustin M. Keyes1
2019-08-27paste: WIP #4448Justin M. Keyes1
2018-10-11doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes1
2018-04-15loop: remove `children_stop_requests`Justin M. Keyes1
2018-01-28tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes1
2017-12-16tui: rework deferred-termcodes ... againJustin M. Keyes1
2017-09-05doc: channel, eventloopJustin M. Keyes1
2017-09-05eventloop: loop_schedule_deferred()Justin M. Keyes1
2017-09-05doc: eventloopJustin M. Keyes1
2017-06-07loop_close: Avoid infinite loop, and log it.Justin M. Keyes1
2017-04-28api: nvim_get_mode()Justin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-12-09tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes1
2016-10-02event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes1
2016-09-24tui.c: Do not wait for tui loop on teardown. (#4789)Justin M. Keyes1
2015-09-16loop: Free the parent queue last when destroying the loopThiago de Arruda1
2015-09-06loop: Improvements for thread-safetyThiago de Arruda1
2015-08-13eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-08-13loop: Simplify loop.c and move some code to input.cThiago de Arruda1
2015-07-17job: Replace by a better process abstraction layerThiago de Arruda1
2015-07-17event loop: New abstraction layer with refactored time/signal APIThiago de Arruda1