aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/process.h
Commit message (Expand)AuthorAge
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* Add overlapped option to jobstarterw72020-06-10
* jobstart now supports env/clear_envMatthieu Coudron2019-12-11
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* :ls : show "R", "F" for terminal-jobs #10370Justin M. Keyes2019-06-29
* job-control: children_kill_cb(): do not check elapsed timeJustin M. Keyes2018-04-15
* channels: refactor jobwaitBjörn Linse2017-11-25
* channels: move away term code from eval.cBjörn Linse2017-11-25
* channels: refactorBjörn Linse2017-11-24
* jobstop/process_stop: send SIGTERM directlyDaniel Hahler2017-07-07
* Revert "event/process.c: send SIGTERM directly (#6644)"Justin M. Keyes2017-05-08
* event/process.c: send SIGTERM directly (#6644)Daniel Hahler2017-05-04
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* job control: add 'detach' option to jobstartBjörn Linse2016-01-20
* event: Refactor async event processingThiago de Arruda2015-08-13
* process: Pass loop reference during initializationThiago de Arruda2015-08-13
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17