index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
channel.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor: rename "process" => "proc" #30387
Justin M. Keyes
2024-09-15
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor(io): make rstream use a linear buffer
bfredl
2024-06-08
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
refactor(io): separate types for read and write streams
bfredl
2024-05-31
*
docs: misc #24163
Justin M. Keyes
2024-04-30
*
fix: prevent child processes from inheriting ui channel file descriptors
Fred Sundvik
2024-04-02
*
fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)
zeertzjq
2024-03-19
*
refactor(api): use arena for channel info and terminal info
bfredl
2024-02-18
*
refactor: don't use subtraction in qsort() comparison functions
zeertzjq
2024-02-10
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
fix(channel): use os_write() instead of fwrite() for stderr (#26689)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
feat(nvim_open_term): convert LF => CRLF (#26384)
Raphael
2023-12-14
*
refactor: object_to_vim() cannot fail
Justin M. Keyes
2023-12-07
*
refactor(terminal): only remove const qualifier when necessary (#26386)
zeertzjq
2023-12-04
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: remove PVS
dundargoc
2023-11-12
*
fix(context): don't crash on invalid arg to nvim_get_context (#25977)
zeertzjq
2023-11-11
*
fix(terminal): assign channel to terminal earlier (#25771)
zeertzjq
2023-10-25
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
*
fix(startup): run embedded Nvim with real path (#24282)
zeertzjq
2023-07-08
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: remove use of reserved c++ keywords
ii14
2023-04-06
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
fix: resolve error from -Werror=maybe-uninitialized
Lewis Russell
2023-02-23
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
fix(embed): handle stdio in server properly
bfredl
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)
zeertzjq
2022-08-18
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
fix(terminal): coverity USE_AFTER_FREE #18978
Justin M. Keyes
2022-06-18
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
[next]