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
/
rstream.c
Age
Commit message (
Expand
)
Author
Files
2026-03-30
revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)
zeertzjq
1
2026-01-15
refactor(process): don't read from PTY master using uv_pipe_t
zeertzjq
1
2025-10-31
Merge pull request #36393 from zeertzjq/rstream-close-cb
zeertzjq
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
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-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
2024-03-28
docs: fix typos (#27868)
dundargoc
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
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-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-27
build: enable IWYU on mac
dundargoc
1
2023-11-25
build: rework IWYU mapping files
dundargoc
1
2023-11-12
build: remove PVS
dundargoc
1
2023-02-04
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-05-25
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
1
2022-03-24
refactor: convert function comments to doxygen format (#17710)
dundargoc
1
2022-03-10
refactor(uncrustify): format all c files
Dundar Göc
1
2021-12-10
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
1
2021-12-09
refactor(misc1): move preserve_exit() to related functions in main.c
Björn Linse
1
2021-09-14
refactor: format files with uncrustify #15663
dundargoc
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
2018-06-04
lint
Justin M. Keyes
1
2018-01-18
Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...
George Zhao
1
2017-11-24
channels: allow bytes sockets and stdio, and buffered bytes output
Björn Linse
1
2017-08-21
log: some DEBUG-level stream logging
Justin M. Keyes
1
2017-04-19
*: Add comment to all C files
ZyX
1
2017-03-29
*: Fix some Windows-specific warnings
ZyX
1
2016-10-19
system('foo &', 'bar'): Show error, don't crash.
Justin M. Keyes
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-08-16
rstream.c: Prevent stream closing if a read event is still queued. #3172
oni-link
1
2015-08-13
rstream: Pass read count to read events
Thiago de Arruda
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-21
rstream: Fix read_cb invocation
Thiago de Arruda
1
2015-07-17
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
1