summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/wstream.c
AgeCommit message (Expand)AuthorFiles
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-02-19fix(rpc): include write failure reason in log (#37959)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-09-26fix(channel): handle writing to file instead of pipe (#30519)zeertzjq1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2024-03-28docs: fix typos (#27868)dundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
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-12build: remove PVSdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2018-05-23Bump up buffer capacity to 2GBKillTheMule1
2018-01-18Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao1
2017-08-21log: some DEBUG-level stream loggingJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-08-20stream: set data together with callbackBjörn Linse1
2015-08-13events: Add missing function attributes to some APIsThiago de Arruda1
2015-07-17rstream/wstream: Unify structures and simplify APIThiago de Arruda1