index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
event
/
loop.c
Age
Commit message (
Expand
)
Author
Files
2026-04-14
build: update clang v21, fix warnings
dundargoc
1
2026-02-21
fix(event-loop): don't call uv_stop() when loop isn't running (#37984)
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-03-08
refactor(multiqueue): rename multiqueue_new_parent #32767
Justin M. Keyes
1
2025-03-07
fix(terminal): avoid rescheduling events onto the same queue (#32755)
Gregory Anders
1
2024-09-28
refactor(event): change last use of klist to kvec
bfredl
1
2024-03-13
refactor: remove "once" argument of loop_uv_run() (#27841)
zeertzjq
1
2023-12-21
refactor: run IWYU on entire repo
dundargoc
1
2023-12-17
refactor: move non-symbols to defs.h headers
dundargoc
1
2023-12-01
refactor: change event_create() to a macro (#26343)
zeertzjq
1
2023-11-17
fix(lua): only disable vim.schedule() when closing main loop (#26090)
zeertzjq
1
2023-11-12
build: remove PVS
dundargoc
1
2022-12-30
refactor(sleep): simplify rube goldberg implementation of :sleep
bfredl
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-09-21
refactor: suppress PVS false positives (#20264)
zeertzjq
1
2022-09-20
fix(tui): handle padding requirements for visual bell (#20238)
zeertzjq
1
2022-07-02
fix(jobs): deadlock in channel.c:exit_event #19082
erw7
1
2022-05-25
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
1
2022-05-17
fix(PVS/V547): "expression is always false"
Dundar Goc
1
2021-12-28
chore: fix typos (#16506)
dundargoc
1
2021-09-14
refactor: format files with uncrustify #15663
dundargoc
1
2020-02-17
loop_close: close all handles
Justin M. Keyes
1
2020-02-17
loop_close: call uv_stop(), fix bug
Justin M. Keyes
1
2020-02-16
loop_close: timout after 2 seconds #11821
Justin M. Keyes
1
2019-09-24
tui: flush ui buffer in tui_terminal_after_startup (#11083)
Daniel Hahler
1
2019-08-31
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
1
2019-08-27
paste: tickle cursor
Justin M. Keyes
1
2019-08-27
paste: WIP #4448
Justin M. Keyes
1
2018-10-11
doc: xdg, MAINTAIN.md, channel-id, job control
Justin M. Keyes
1
2018-04-15
loop: remove `children_stop_requests`
Justin M. Keyes
1
2018-01-28
tui: fix use-after-free after UI `stop` event #7922
Justin M. Keyes
1
2017-12-16
tui: rework deferred-termcodes ... again
Justin M. Keyes
1
2017-09-05
doc: channel, eventloop
Justin M. Keyes
1
2017-09-05
eventloop: loop_schedule_deferred()
Justin M. Keyes
1
2017-09-05
doc: eventloop
Justin M. Keyes
1
2017-06-07
loop_close: Avoid infinite loop, and log it.
Justin M. Keyes
1
2017-04-28
api: nvim_get_mode()
Justin M. Keyes
1
2017-04-19
*: Add comment to all C files
ZyX
1
2016-12-09
tui: "backpressure": Drop messages to avoid flooding.
Justin M. Keyes
1
2016-10-02
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
1
2016-09-24
tui.c: Do not wait for tui loop on teardown. (#4789)
Justin M. Keyes
1
2015-09-16
loop: Free the parent queue last when destroying the loop
Thiago de Arruda
1
2015-09-06
loop: Improvements for thread-safety
Thiago de Arruda
1
2015-08-13
eval: Fix jobwait() to process multiple jobs concurrently
Thiago de Arruda
1
2015-08-13
event: Refactor async event processing
Thiago de Arruda
1
2015-08-13
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
1
2015-07-17
job: Replace by a better process abstraction layer
Thiago de Arruda
1
2015-07-17
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
1