aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/channel.c
Commit message (Expand)AuthorAge
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* fix(channel): use os_write() instead of fwrite() for stderr (#26689)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq2023-12-04
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: remove PVSdundargoc2023-11-12
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* fix: resolve error from -Werror=maybe-uninitializedLewis Russell2023-02-23
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* fix(embed): handle stdio in server properlybfredl2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix(events): make v:event readonly in more events (#18070)zeertzjq2022-04-11
* fix(channel): fix channel consistencyerw72022-03-12
* feat(term): use vterm_output_set_callback()Andreas Schneider2022-02-08
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
* fix(channel): throw error if sending to internal channel w/o terminalzeertzjq2021-11-11
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse2021-10-29
* feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20