1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-18 11:19:56 +00:00
janet/src
Calvin Rose 448ea7167f Add CLOEXEC when calling accept on Linux.
Prevents leakage of file descriptors to subprocesses.
The symptom of the above issue is sockets that don't seem to close
until a subprocess completes.
2022-10-10 18:06:31 -05:00
..
boot Fix typo in ev/spawn doc 2022-09-13 23:49:42 +00:00
conf Update CHANGELOG and version numbers. 2022-08-26 13:15:30 -05:00
core Add CLOEXEC when calling accept on Linux. 2022-10-10 18:06:31 -05:00
include Fix typo in define comment 2022-08-30 09:21:20 +02:00
mainclient Fix build warnings on Linux GCC version 12.1.0 x64 2022-07-20 08:04:03 -05:00