summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/rstream.c
AgeCommit message (Expand)AuthorFiles
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq1
2025-10-31Merge pull request #36393 from zeertzjq/rstream-close-cbzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-03-24refactor(channel): redundant channel_close()Justin M. Keyes1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-26fix(channel): handle writing to file instead of pipe (#30519)zeertzjq1
2024-06-08refactor(io): make rstream use a linear bufferbfredl1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2024-03-28docs: fix typos (#27868)dundargoc1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-02-04refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-03-24refactor: convert function comments to doxygen format (#17710)dundargoc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-12-09refactor(misc1): move preserve_exit() to related functions in main.cBjörn Linse1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2019-06-03build: fix some warningsJustin M. Keyes1
2019-04-28win: stream_init() issue with tty on Windows #9884erw71
2018-06-04lintJustin M. Keyes1
2018-01-18Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao1
2017-11-24channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse1
2017-08-21log: some DEBUG-level stream loggingJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2017-03-29*: Fix some Windows-specific warningsZyX1
2016-10-19system('foo &', 'bar'): Show error, don't crash.Justin M. Keyes1
2016-08-20stream: set data together with callbackBjörn Linse1
2016-05-15process.c: Prevent data loss for process output streamsoni-link1
2015-08-16rstream.c: Prevent stream closing if a read event is still queued. #3172oni-link1
2015-08-13rstream: Pass read count to read eventsThiago de Arruda1
2015-08-13event: Refactor async event processingThiago de Arruda1
2015-08-13events: Add missing function attributes to some APIsThiago de Arruda1
2015-07-21rstream: Fix read_cb invocationThiago de Arruda1
2015-07-17rstream/wstream: Unify structures and simplify APIThiago de Arruda1