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
/
stream.c
Age
Commit message (
Expand
)
Author
Files
2026-04-25
fix(channel): stack-buffer-overflow with exit during connection (#39387)
zeertzjq
1
2026-03-30
revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)
zeertzjq
1
2026-03-20
fix(pty): prevent orphan conhost.exe on Windows 10 #38244
tao
1
2026-01-15
refactor(process): don't read from PTY master using uv_pipe_t
zeertzjq
1
2026-01-15
refactor(event/stream.c): fix confusing indent (#37398)
zeertzjq
1
2025-11-01
fix(socket): avoid stack-use-after-return after timeout (#36405)
zeertzjq
1
2025-10-31
Merge pull request #36393 from zeertzjq/rstream-close-cb
zeertzjq
1
2025-08-14
feat(ui): :connect command #34586
Siddhant Agarwal
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-03-24
refactor(channel): redundant channel_close()
Justin M. Keyes
1
2025-02-10
feat(ui): UI :detach command
Justin M. Keyes
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-09-26
fix(channel): handle writing to file instead of pipe (#30519)
zeertzjq
1
2024-09-12
refactor(stream.c): unused params in stream_close #30356
Justin M. Keyes
1
2024-06-08
refactor(io): make rstream use a linear buffer
bfredl
1
2024-05-31
refactor(io): separate types for read and write streams
bfredl
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-12
fix(stream): do not close handle if it is already closing (#26537)
Gregory Anders
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-16
refactor: iwyu (#26062)
zeertzjq
1
2023-11-12
build: remove PVS
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-09-18
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
1
2021-09-29
Refactor/uncrustify (#15790)
dundargoc
1
2021-09-14
refactor: format files with uncrustify #15663
dundargoc
1
2021-07-07
chore: use codespell to spell check #15016
dundargoc
1
2020-05-26
win/TUI: enable mouse on ConEmu and vtpcon without vti
erw7
1
2020-05-26
win: use virtual terminal input (VTI) if available #11803
erw7
1
2020-04-21
Test on actual libuv version number, not on existence of symbol.
Matěj Cepl
1
2020-04-21
Make neovim building even with libuv 1.18.0
Matěj Cepl
1
2019-08-20
win: stream: reset tty stream on close
Anciety
1
2019-08-01
stream: log unwritten bytes, if any #10663
Justin M. Keyes
1
2019-06-03
build: fix some warnings
Justin M. Keyes
1
2019-04-28
win: stream_init() issue with tty on Windows #9884
erw7
1
2017-11-25
channels: generalize jobclose()
Björn Linse
1
2017-08-21
log: some DEBUG-level stream logging
Justin M. Keyes
1
2017-05-20
*: Fix all V641 errors
ZyX
1
2017-04-19
*: Add comment to all C files
ZyX
1
2016-08-20
stream: set data together with callback
Björn Linse
1
2016-05-15
process.c: Prevent data loss for process output streams
oni-link
1
2015-11-25
Fix comments for os_* functions return value
Rui Abreu Ferreira
1
2015-09-08
Fix warning: stream.c: stream_init(): Dead store: HI.
oni-link
1
2015-08-13
event: Refactor async event processing
Thiago de Arruda
1
2015-08-13
events: Add missing function attributes to some APIs
Thiago de Arruda
1
2015-07-17
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
1