Lines Matching refs:uv_spawn
131 * unix: protect fork in uv_spawn from signals (Jameson Nash)
1178 * win: fix uv_spawn() ENOMEM on empty env (Ben Noordhuis)
2019 * unix: avoid malloc() call in uv_spawn() (Ben Noordhuis)
3034 * process: fix uv_spawn edge-case (Santiago Gimeno)
3467 * unix: fix swapping fds order in uv_spawn (Saúl Ibarra Corretgé)
3469 * unix: fix potential bug if dup2 fails in uv_spawn (Saúl Ibarra Corretgé)
4010 * windows: add support for UNC paths on uv_spawn (Paul Goldsmith)
4196 * windows: Fix an infinite loop in uv_spawn (Alex Crichton)
4498 * windows: translate system errors in uv_spawn (Alexis Campailla)
4500 * windows: uv_spawn code refactor (Alexis Campailla)
4540 * unix: return exec errors from uv_spawn, not async (Alex Crichton)
4644 * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
4646 * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
4697 * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
4699 * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
4773 * include: uv_spawn takes const uv_process_options_t* (Ben Noordhuis)
4842 * process: make uv_spawn() return some types of errors immediately on windows,
4979 * windows: uv_spawn shouldn't reject reparse points (Bert Belder)
5022 * windows: uv_spawn shouldn't reject reparse points (Bert Belder)
5113 * windows: make uv_spawn not fail when the libuv embedding application is run
5187 * windows: make uv_spawn not fail under job control (Bert Belder)