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(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:8.2.3609: internal error when ModeChanged is triggered recursively
Magnus Groß
2021-11-18
*
fix(channel): throw error if sending to internal channel w/o terminal
zeertzjq
2021-11-11
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor(api): break out vim_to_object/object_to_vim to own file
Björn Linse
2021-10-29
*
feat(nvim_open_term): support input callback in lua
Björn Linse
2021-10-20
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
feat(f_chansend): support Blob data argument
Sean Dewar
2021-09-16
*
feat(api): nvim_get_chan_info: include "argv" for jobs #15537
Justin M. Keyes
2021-09-01
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
feat(terminal): TermClose: set exit code in v:event.status #15406
Gregory Anders
2021-08-20
*
Rename stdin to stdin_mode
Gregory Anders
2021-07-12
*
feat(job): add parameter to close stdin
Gregory Anders
2021-07-12
*
Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)
Jan Edmund Lazo
2021-05-15
*
api: fix use-after-free in nvim_chan_send
Björn Linse
2021-04-04
*
api: allow open non-current buffer as terminal (+ xmas bonus)
Björn Linse
2021-03-12
*
fix(pty): Always use $TERM from the job's env dict
James McCoy
2021-02-06
*
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
*
Add overlapped option to jobstart
erw7
2020-06-10
*
nvim: Correctly setup global channels
Andreas Schneider
2020-02-23
*
Change to replace stderr with conout
erw7
2020-01-17
*
Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}
erw7
2020-01-17
*
Add stdin, stdout replacement functions
erw7
2020-01-17
*
Change to use ConPTY, if available
erw7
2020-01-17
*
Add os_getfullenv_size/os_copyfullenv
James McCoy
2019-12-11
*
jobstart now supports env/clear_env
Matthieu Coudron
2019-12-11
*
UIAttach, UIDetach
Rui Abreu Ferreira
2019-09-12
*
:ls : show "R", "F" for terminal-jobs #10370
Justin M. Keyes
2019-06-29
*
channel: refactor events, prevent recursive invocation of events
Björn Linse
2019-06-18
*
api: implement object namespaces
Björn Linse
2018-11-24
*
channel: avoid buffering output when only terminal and no callbacks are active
Björn Linse
2018-11-08
*
jobstart(): Fix hang on non-executable cwd #9204
Tommy Allen
2018-11-07
*
startup: always wait for UI with --embed, unless --headless also is supplied
Björn Linse
2018-09-22
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff
oni-link
2018-07-15
*
terminal: flush vterm output buffer on pty output #8486
林千里
2018-06-08
*
api: list information about all channels/jobs.
Björn Linse
2018-05-23
*
channel: avoid references to non-rooted vimL list with output
Björn Linse
2018-05-17
*
job-control: mitigate process-kill race
Justin M. Keyes
2018-04-15
*
channels: cleanup channel freeing code
Björn Linse
2018-04-12
*
channels: delay free so that libuv can cleanup handles
Björn Linse
2018-04-12
*
log/channels: Formatting. Also log loopback channel. #8146
Justin M. Keyes
2018-03-18
*
channel: Make empty output be represented by `['']` again
ZyX
2018-01-14
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
Merge #7708 from ZyX-I/hide-container-impl
Justin M. Keyes
2017-12-23
|
\
|
*
*: Start hiding list implementation
ZyX
2017-12-10
*
|
channel: check for existance before trying to set key
Björn Linse
2017-12-23
|
/
*
channels: improvements to buffering
Björn Linse
2017-11-25
*
channels: more consistent event handling
Björn Linse
2017-11-25
[next]