summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/channel.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-17refactor(channel): eliminate special case in on_proc_exit() #32485Justin M. Keyes1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2024-09-15refactor: rename "process" => "proc" #30387Justin M. Keyes1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
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-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-05-17refactor(map): avoid duplicated khash_t types for valuesbfredl1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-04-06refactor: remove use of reserved c++ keywordsii141
2023-01-09fix(embed): handle stdio in server properlybfredl1
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-12fix(channel): fix channel consistencyerw71
2022-01-24feat(--headless): add on_print callback to stdioopenglacambre1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-20feat(nvim_open_term): support input callback in luaBjörn Linse1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse1
2021-07-12feat(job): add parameter to close stdinGregory Anders1
2020-02-23nvim: Correctly setup global channelsAndreas Schneider1
2019-06-18channel: refactor events, prevent recursive invocation of eventsBjörn Linse1
2017-11-25channels: improvements to bufferingBjörn Linse1
2017-11-25channels: refactor jobwaitBjörn Linse1
2017-11-25channels: stderr channelBjörn Linse1
2017-11-25channels: generalize jobclose()Björn Linse1
2017-11-24channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse1
2017-11-24channels: refactorBjörn Linse1