summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq2
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-14build: update clang v21, fix warningsdundargoc2
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq6
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-20fix(pty): prevent orphan conhost.exe on Windows 10 #38244tao2
2026-03-12fix(process): wrong exit code for SIGHUP on Windows (#38242)zeertzjq1
2026-03-06revert: "fix(tui): server --listen error sometimes not visible (#38027)" (#38...zeertzjq4
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2026-03-02fix(tui): server --listen error sometimes not visible (#38027)zeertzjq4
2026-02-23fix(coverity/644326): NULL ptr deref in socket_address_is_tcp #38010Sathya Pramodh1
2026-02-23fix(process): handle poll() interrupted by a signal (#38024)zeertzjq1
2026-02-23fix(process): use poll() to drain PTY master on Linux (#38005)zeertzjq1
2026-02-20refactor(net): socket_address_is_tcp #37947Sathya Pramodh1
2026-02-21fix(event-loop): don't call uv_stop() when loop isn't running (#37984)zeertzjq1
2026-02-19fix(rpc): include write failure reason in log (#37959)zeertzjq1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq2
2026-02-11fix(channel): possible hang after connecting with TCP times out (#37813)zeertzjq1
2026-01-20fix(socket): remove stale socket files (#37378)James Fotherby1
2026-01-15fix(process): don't limit PTY master remaining data sizezeertzjq1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq6
2026-01-15refactor(event/stream.c): fix confusing indent (#37398)zeertzjq1
2026-01-13fix(shell): ceci n'est pas une pipebfredl1
2025-11-01fix(socket): avoid stack-use-after-return after timeout (#36405)zeertzjq2
2025-10-31Merge pull request #36393 from zeertzjq/rstream-close-cbzeertzjq4
2025-08-14feat(ui): :connect command #34586Siddhant Agarwal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl20
2025-06-10fix(tui): wait for embedded server's exit codezeertzjq1
2025-03-25fix(mswin): UI may hang on exitJustin M. Keyes1
2025-03-24refactor(channel): redundant channel_close()Justin M. Keyes3
2025-03-08refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes2
2025-03-07fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders2
2025-02-17refactor(channel): eliminate special case in on_proc_exit() #32485Justin M. Keyes1
2025-02-10fix(ui): Windows :detach is opt-inJustin M. Keyes1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes2
2025-01-30docs: miscdundargoc1
2025-01-15build: fix lint error on macosdundargoc1
2025-01-15feat(messages): add :!cmd shell message kindsLuuk van Baal1
2024-12-23refactor: iwyu #31637Justin M. Keyes3
2024-09-28refactor(event): change last use of klist to kvecbfredl3
2024-09-26fix(channel): handle writing to file instead of pipe (#30519)zeertzjq4
2024-09-25build: fix or silence new clang-tidy warningsdundargoc1
2024-09-15refactor: rename "process" => "proc" #30387Justin M. Keyes5
2024-09-12refactor(stream.c): unused params in stream_close #30356Justin M. Keyes1
2024-09-10refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes1
2024-06-08refactor(io): make rstream use a linear bufferbfredl4
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-05-31refactor(io): separate types for read and write streamsbfredl8
2024-04-06fix: adjust error message for error in UI event callback (#28200)zeertzjq1
2024-04-02test: silence expected errorsdundargoc1