aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/loop.c
Commit message (Expand)AuthorAge
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* loop_close: close all handlesJustin M. Keyes2020-02-17
* loop_close: call uv_stop(), fix bugJustin M. Keyes2020-02-17
* loop_close: timout after 2 seconds #11821Justin M. Keyes2020-02-16
* tui: flush ui buffer in tui_terminal_after_startup (#11083)Daniel Hahler2019-09-24
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* paste: tickle cursorJustin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
* loop: remove `children_stop_requests`Justin M. Keyes2018-04-15
* tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* tui: rework deferred-termcodes ... againJustin M. Keyes2017-12-16
* doc: channel, eventloopJustin M. Keyes2017-09-05
* eventloop: loop_schedule_deferred()Justin M. Keyes2017-09-05
* doc: eventloopJustin M. Keyes2017-09-05
* loop_close: Avoid infinite loop, and log it.Justin M. Keyes2017-06-07
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* tui.c: Do not wait for tui loop on teardown. (#4789)Justin M. Keyes2016-09-24
* loop: Free the parent queue last when destroying the loopThiago de Arruda2015-09-16
* loop: Improvements for thread-safetyThiago de Arruda2015-09-06
* eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13
* 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