summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/stream.c
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq1
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-03-20fix(pty): prevent orphan conhost.exe on Windows 10 #38244tao1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq1
2026-01-15refactor(event/stream.c): fix confusing indent (#37398)zeertzjq1
2025-11-01fix(socket): avoid stack-use-after-return after timeout (#36405)zeertzjq1
2025-10-31Merge pull request #36393 from zeertzjq/rstream-close-cbzeertzjq1
2025-08-14feat(ui): :connect command #34586Siddhant Agarwal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-03-24refactor(channel): redundant channel_close()Justin M. Keyes1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-26fix(channel): handle writing to file instead of pipe (#30519)zeertzjq1
2024-09-12refactor(stream.c): unused params in stream_close #30356Justin M. Keyes1
2024-06-08refactor(io): make rstream use a linear bufferbfredl1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-12fix(stream): do not close handle if it is already closing (#26537)Gregory Anders1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2020-05-26win/TUI: enable mouse on ConEmu and vtpcon without vtierw71
2020-05-26win: use virtual terminal input (VTI) if available #11803erw71
2020-04-21Test on actual libuv version number, not on existence of symbol.Matěj Cepl1
2020-04-21Make neovim building even with libuv 1.18.0Matěj Cepl1
2019-08-20win: stream: reset tty stream on closeAnciety1
2019-08-01stream: log unwritten bytes, if any #10663Justin M. Keyes1
2019-06-03build: fix some warningsJustin M. Keyes1
2019-04-28win: stream_init() issue with tty on Windows #9884erw71
2017-11-25channels: generalize jobclose()Björn Linse1
2017-08-21log: some DEBUG-level stream loggingJustin M. Keyes1
2017-05-20*: Fix all V641 errorsZyX1
2017-04-19*: Add comment to all C filesZyX1
2016-08-20stream: set data together with callbackBjörn Linse1
2016-05-15process.c: Prevent data loss for process output streamsoni-link1
2015-11-25Fix comments for os_* functions return valueRui Abreu Ferreira1
2015-09-08Fix warning: stream.c: stream_init(): Dead store: HI.oni-link1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-08-13events: Add missing function attributes to some APIsThiago de Arruda1
2015-07-17rstream/wstream: Unify structures and simplify APIThiago de Arruda1