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
*
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
*
stream: set data together with callback
Björn Linse
2016-08-20
*
Merge #4798 'process.c: Fix block in teardown'
Justin M. Keyes
2016-07-16
|
\
|
*
process.c: Close events are processed too late
oni-link
2016-05-28
|
*
process.c: Fix a block when in teardown mode
oni-link
2016-05-28
*
|
Merge #4646 from oni-link/fix.issue.4569.3
Justin M. Keyes
2016-06-26
|
\
\
|
*
|
fixup2: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
fixup: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
|
/
*
|
*: Fix errors from new linter checks
ZyX
2016-06-11
*
|
pty_process: split into plat-specific files (#3976)
Rui Abreu Ferreira
2016-06-04
|
/
*
*: Fix new linter errors
ZyX
2016-05-01
*
job control: don't kill PTY processes on exit
Björn Linse
2016-01-20
*
job control: add 'detach' option to jobstart
Björn Linse
2016-01-20
*
Windows: avoid "uv_" naming conflicts. #3225
Seth Jackson
2015-08-27
*
eval: Protect job callbacks from being redefined
Thiago de Arruda
2015-08-21
*
eval: Fix jobwait() to process multiple jobs concurrently
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
process: Pass loop reference during initialization
Thiago de Arruda
2015-08-13
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17