aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/channel.h
Commit message (Expand)AuthorAge
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* refactor: remove use of reserved c++ keywordsii142023-04-06
* fix(embed): handle stdio in server properlybfredl2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(channel): fix channel consistencyerw72022-03-12
* feat(--headless): add on_print callback to stdioopenglacambre2022-01-24
* refactor: uncrustify #16090dundargoc2021-10-29
* feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* feat(job): add parameter to close stdinGregory Anders2021-07-12
* nvim: Correctly setup global channelsAndreas Schneider2020-02-23
* channel: refactor events, prevent recursive invocation of eventsBjörn Linse2019-06-18
* channels: improvements to bufferingBjörn Linse2017-11-25
* channels: refactor jobwaitBjörn Linse2017-11-25
* channels: stderr channelBjörn Linse2017-11-25
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24