aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/libuv_process.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): fix headers for arabic.hdundargoc2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(embed): handle stdio in server properlybfredl2023-01-09
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* Add more info to debug messagesJames McCoy2021-04-08
* Common handling of required/ignored env varsJames McCoy2021-01-31
* 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
* win: open child stdio handles in overlapped-mode (#8113)Björn Linse2018-04-25
* jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* channels: refactorBjörn Linse2017-11-24
* process_close(): uv_unref() detached processes (#7539)Justin M. Keyes2017-11-12
* *: Fix all V641 errorsZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
* win: libuv_process_spawn(): special-case cmd.exeRui Abreu Ferreira2017-04-12
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* Windows: libuv_process_spawn(): Allow libuv argument quoting/escaping.Rui Abreu Ferreira2017-01-10
* eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* job control: add 'detach' option to jobstartBjörn Linse2016-01-20
* Windows: disable libuv argument escaping for uv_spawn #3305Rui Abreu Ferreira2015-09-08
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27