All Versions
31
Latest Version
Avg Release Cycle
103 days
Latest Release
305 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.15.0 Changes
August 01, 2022- ๐ Correct permissions on createPipe on Windows 234
- ๐ Ensure that both ends of pipes on Windows are created in the same mode 234
- ๐ Fixed an issue with WINIO where giving an application an inherited pipe can cause it to misbehave 245
- Set the encoding on WINIO created pipes to the local encoding as with MIO 248
- cbits/fork-exec: Don't dup2 identical fds #250
-
v1.6.14.0 Changes
February 01, 2022- posix: Ensure that
errno
is set afterposix_spawnp
fails #228 - ๐ Fix
waitForProcess
not closing process handles withdelegate_ctlc
#231 - Don't use
posix_spawn
on platforms where it does not reportENOENT
in caes where the requested executable does not exist #224 - Ensure that
find_executable
correctly-locates executables when a change in working directory is requested #219 - ๐ Fix capitalization error allowing
execvpe
to be used when available.
- posix: Ensure that
-
v1.6.13.2 Changes
July 01, 2021posix_spawn
: Don't attempt todup2
identical fds #214
-
v1.6.13.1 Changes
July 01, 2021- ๐ Patches for the previous release
-
v1.6.13.0 Changes
July 01, 2021- ๐จ Refactoring of POSIX process logic #208
-
v1.6.12.0 Changes
June 01, 2021- โ Add function
getCurrentPid
to get the currently executing process' ID #205
- โ Add function
-
v1.6.11.0 Changes
January 01, 2021 -
v1.6.10.0 Changes
June 01, 2020- ๐ Give a usable buffer to
_pipe
on Windows #182
- ๐ Give a usable buffer to
-
v1.6.9 Changes
May 01, 2020- ๐ Windows: Fix buffer size of
QueryInformationJobObject
request #176
- ๐ Windows: Fix buffer size of
-
v1.6.8.2 Changes
March 20, 2020- ๐ Fix another process wait bug on Windows.