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
/
os
/
job.c
Commit message (
Expand
)
Author
Age
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
Remove dead WIFSTOPPED and WIFCONTINUED checks
Fredrik Fornwall
2015-07-13
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
Add guard for sys/wait.h header in job.c #2686
Rui Abreu Ferreira
2015-05-21
*
eval: Implement `jobclose()` vimscript function
Thiago de Arruda
2015-03-29
*
eval: Implement `jobwait()` vimscript function
Thiago de Arruda
2015-03-29
*
job: Close the process in a queued event handler
Thiago de Arruda
2015-03-25
*
job: Fix memory error
oni-link
2015-03-24
*
job: Fix process cleanup using SIGCHLD/waitpid
Thiago de Arruda
2015-03-24
*
job: Allow spawning jobs connected to pseudo terminals
Thiago de Arruda
2015-02-23
*
job: Refactor process spawning and startup arguments
Thiago de Arruda
2015-02-23
*
job: Send SIGTERM before calling job_stop in job_teardown
Thiago de Arruda
2015-02-23
*
job.c: Prevent early return from job_wait().
oni-link
2015-01-11
*
Mark some function arguments as [consumed] in the docs.
oni-link
2014-11-09
*
job: Fix memory leak in job_start().
oni-link
2014-11-09
*
job: Only force-close stdout/stderr when the job exits
Thiago de Arruda
2014-11-07
*
job: Simplify job_teardown function
Thiago de Arruda
2014-11-02
*
job: Fix job_wait to properly cleanup the job when it exits.
Thiago de Arruda
2014-10-31
*
job: Refactor how job kill timeouts are handled
Thiago de Arruda
2014-10-31
*
job: Let job_start callers to selectively ignore stdio
Thiago de Arruda
2014-10-31
*
job: Close libuv handles when uv_spawn fails
Thiago de Arruda
2014-10-31
*
input/job: process ctrl+c and do conversion in the read callback
Thiago de Arruda
2014-10-29
*
job_start: Do not close in/out/err on error.
Scott Prager
2014-10-28
*
job: Only decrease refcount after `settmode` in `job_wait`
Thiago de Arruda
2014-10-23
*
job: Refactor to ensure that all callbacks will be invoked
Thiago de Arruda
2014-10-23
*
event: Remove direct calls to `uv_run` from job.c/shell.c
Thiago de Arruda
2014-10-21
*
event: Extract event_poll loops to `event_poll_until` macro
Thiago de Arruda
2014-10-21
*
event: Remove automatic event deferall
Thiago de Arruda
2014-10-21
*
event: Remove EventType enum and pass a callback to `event_push`
Thiago de Arruda
2014-10-21
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
job: Fix crash when passing a non-executable path to job_start
Thiago de Arruda
2014-09-12
*
Remove unused arg 'defer' in 'job_start' #1000
oni-link
2014-07-29
*
job: increase JOB_BUFFER_SIZE to 0xFFFF
Nicolas Hillegeer
2014-07-27
*
job: add in-pipe notification and closing support
Nicolas Hillegeer
2014-07-27
*
job: implement job_wait()
Nicolas Hillegeer
2014-07-27
*
Fix memory leaks for jobs.
oni-link
2014-07-23
*
events: Refactor how event deferral is handled
Thiago de Arruda
2014-07-17
*
job: No longer free the job data. It's now done by the exit callback
Thiago de Arruda
2014-07-17
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
job: Add a `maxmem` parameter to job_start
Thiago de Arruda
2014-06-24
*
events: Refactor how events are queued for processing
Thiago de Arruda
2014-06-18
*
job: Refactor job_write to receive WBuffer instances.
Thiago de Arruda
2014-06-18
*
job: Add defer flag and setter method
Thiago de Arruda
2014-06-18
*
job: Refactor to use pointers instead of ids
Thiago de Arruda
2014-06-18
*
wstream: Refactor wstream_new_buffer/wstream_write
Thiago de Arruda
2014-06-18
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
WStream: Refactor: Use reference count for memory management
Thiago de Arruda
2014-05-28
[next]