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
/
event
/
process.c
Commit message (
Expand
)
Author
Age
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
fix(tui): don't overwrite an assertion faliure message on exit
bfredl
2023-09-21
*
fix(startup): run embedded Nvim with real path (#24282)
zeertzjq
2023-07-08
*
fix(rpc)!: preseve files when stdio channel is closed (#22137)
zeertzjq
2023-02-11
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
fix(embed): handle stdio in server properly
bfredl
2023-01-09
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
fix(jobs): deadlock in channel.c:exit_event #19082
erw7
2022-07-02
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
refactor: convert function comments to doxygen format (#17710)
dundargoc
2022-03-24
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
feat(api): nvim_get_chan_info: include "argv" for jobs #15537
Justin M. Keyes
2021-09-01
*
fix(process_wait): drain proc.events directly #15501
Gregory Anders
2021-08-27
*
fix(pty): Always use $TERM from the job's env dict
James McCoy
2021-02-06
*
f_jobwait: cleanup
Justin M. Keyes
2019-09-03
*
channels: reflect exit due to signals in exit status code (#10573)
Daniel Hahler
2019-08-09
*
process_stop: uv: do not close stdin first/explicitly #10584
Daniel Hahler
2019-08-01
*
CI: improve gcov handling #10404
Daniel Hahler
2019-07-07
*
gcov: use __gcov_flush instead of __gcov_dump (#10260)
Daniel Hahler
2019-06-18
*
Dump gcov coverage in process_spawn (#10230)
Daniel Hahler
2019-06-15
*
Merge #8218 'Fix errors reported by PVS'
Justin M. Keyes
2018-04-27
|
\
|
*
event/process: Silence PVS/V547: assuming stream->num_bytes changes
ZyX
2018-04-17
*
|
IO: shada should respect 'fsync' option
Justin M. Keyes
2018-04-21
*
|
job-control: children_kill_cb(): do not check elapsed time
Justin M. Keyes
2018-04-15
*
|
job-control: one-shot timer instead of repeating
Justin M. Keyes
2018-04-15
*
|
job-control: mitigate process-kill race
Justin M. Keyes
2018-04-15
*
|
loop: remove `children_stop_requests`
Justin M. Keyes
2018-04-15
|
/
*
win: os_proc_tree_kill()
Justin M. Keyes
2018-03-16
*
jobs: child proc must have a separate process-group
Justin M. Keyes
2018-03-16
*
jobwait: return -2 on interrupt also with timeout
Björn Linse
2018-02-20
*
channels: refactor jobwait
Björn Linse
2017-11-25
*
channels: generalize jobclose()
Björn Linse
2017-11-25
*
channels: allow bytes sockets and stdio, and buffered bytes output
Björn Linse
2017-11-24
*
channels: refactor
Björn Linse
2017-11-24
*
process_close(): uv_unref() detached processes (#7539)
Justin M. Keyes
2017-11-12
*
log: some DEBUG-level stream logging
Justin M. Keyes
2017-08-21
*
jobstop/process_stop: send SIGTERM directly
Daniel Hahler
2017-07-07
*
*: Fix all V641 errors
ZyX
2017-05-20
*
Revert "event/process.c: send SIGTERM directly (#6644)"
Justin M. Keyes
2017-05-08
*
event/process.c: send SIGTERM directly (#6644)
Daniel Hahler
2017-05-04
*
*: Add comment to all C files
ZyX
2017-04-19
*
process_spawn: Return status code (#6075)
Justin M. Keyes
2017-02-09
*
process_wait(): Avoid dereference after LOOP_PROCESS_EVENTS. (#5917)
Justin M. Keyes
2017-01-09
*
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
signal_init: Always unblock SIGCHLD. (#5243)
Justin M. Keyes
2016-08-29
[next]