summary refs log tree commit diff stats
path: root/lib/pure/osproc.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix linux start process errorCode always 0 (#24001)握猫猫2024-08-281-4/+7
* Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...ringabout2024-08-211-7/+4
* Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...握猫猫2024-08-211-4/+7
* fixes #23844; Nim devel nightly i386 build failing (#23849)ringabout2024-07-171-1/+1
* Use monotonic timestamp to calculate timeouts refs #23826 (#23834)Mark Leyva2024-07-151-10/+16
* fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)Mark Leyva2024-07-121-101/+42
* fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)Mark Leyva2024-07-011-0/+2
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-7/+7
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-15/+15
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-111-1/+1
* NuttX: use posix_spawn for osproc (#21539)Hiroki Noda2023-03-201-4/+6
* Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)Sultan Al Isaiee2023-03-041-0/+4
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-021-23/+12
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-6/+2
* Refines raises list in osproc (#21323)ringabout2023-02-141-20/+21
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
* make implicit cstring conversions explicit (#19488)ee72022-08-191-5/+5
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-1/+1
* Remove deprecated typo poDemon (#19631)Juan Carlos2022-03-231-5/+0
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* Fix process lines iterator (#19605)Dominic Ward2022-03-231-6/+8
* fixes #18858 [backport] (#18868)Andreas Rumpf2021-09-191-1/+5
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-101-24/+23
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-1/+1
* fix some warnings (#16952)flywind2021-02-081-5/+5
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-7/+7
* reuse const (#16422)n5m2021-01-011-1/+1
* link to POSIX sendSignal from osproc.kill docs (#16475)n5m2021-01-011-0/+2
* Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...Tomohiro2020-12-181-18/+40
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* typoAraq2020-10-061-1/+1
* Add first draft of new osproc.readLines (#15429)c-blake2020-10-011-0/+51
* Fix #14906 (#14949)Tomohiro2020-07-181-7/+64
* turn 'runnableExample' into 'code-block' to make nightlies greennarimiran2020-06-251-9/+12
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-12/+31
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-1/+5
* fix #14203 (#14204)slangmgh2020-05-031-1/+4
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-1/+1
* osproc: added a better version of waitForExit for Haiku (#13938)alaviss2020-04-101-0/+61
* Deprecate when declared(echo):echo (#13840)Juan Carlos2020-04-021-1/+1
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-0/+1
* More fixes for Haiku (#13774)alaviss2020-03-271-47/+48
* Fix error check code in osproc (#13090) [backport]Tomohiro2020-01-091-1/+1
* osproc: fixes regressionAraq2019-12-241-1/+1
* ported osproc.nim to ARCAraq2019-12-241-1/+1
* osproc needs 'import linux' for -d:useCloneAndreas Rumpf2019-11-071-0/+3
* remove unused importsnarimiran2019-11-061-3/+0