aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/process.c
Commit message (Expand)AuthorAge
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* signal_init: Always unblock SIGCHLD. (#5243)Justin M. Keyes2016-08-29
* stream: set data together with callbackBjörn Linse2016-08-20
* Merge #4798 'process.c: Fix block in teardown'Justin M. Keyes2016-07-16
|\
| * process.c: Close events are processed too lateoni-link2016-05-28
| * process.c: Fix a block when in teardown modeoni-link2016-05-28
* | Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\ \
| * | fixup2: process.c: Prevent data loss for process output streamsoni-link2016-05-15
| * | fixup: process.c: Prevent data loss for process output streamsoni-link2016-05-15
| * | process.c: Prevent data loss for process output streamsoni-link2016-05-15
| |/
* | *: Fix errors from new linter checksZyX2016-06-11
* | pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04
|/
* *: Fix new linter errorsZyX2016-05-01
* job control: don't kill PTY processes on exitBjörn Linse2016-01-20
* job control: add 'detach' option to jobstartBjörn Linse2016-01-20
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* eval: Fix jobwait() to process multiple jobs concurrentlyThiago de Arruda2015-08-13
* 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