Benedek Racz
850eece43b
use generated random pipe_file_name instead of pid
...
The process pid is differs from the host and the child's point of view.
See #26 for more details. This, random generated pipe_file_name, whill solve this issue.
2020-05-31 13:37:48 +02:00
Benedek Racz
1153176f4f
[TST] Improove code coverity
2020-04-06 13:07:49 +02:00
Benedek Racz
08e2ffa109
[FIX] fix duplicated logging #28
2020-03-30 09:05:36 +02:00
Benedek Racz
fff4281702
[CLN] remove License from the beginning of each file MIT license requires only the LICENSE file: https://choosealicense.com/licenses/mit/
2020-03-12 11:51:26 +01:00
Benedek Racz
bbc6a4f16c
[FIX] codepage in new console launch
2020-02-22 18:10:12 +01:00
Benedek Racz
f6ff2fcf4d
[CLN] more lint fixes
2020-02-19 10:20:56 +01:00
Benedek Racz
4bd5dea693
[FIX] flake8 linter first run; Atom first fixes
2020-02-06 11:47:56 +01:00
Benedek Racz
d46e700655
[FIX] real child process cannot be fetched from host, because it may died befor fetching it, so signal handling cannot be handled directly.
2020-01-25 22:54:40 +01:00
Benedek Racz
fa38c44947
[REF] spawn renamed to host not to hide spawn class; [FIX][TST] More misc test fixed
2020-01-24 17:25:12 +01:00
Benedek Racz
e62dfabc82
[FIX] process termination: do not terminate a process, which has not been started.
2020-01-24 16:24:03 +01:00
Benedek Racz
1ad1ea28b0
[FIX] EOF handling, more fixes needed
2020-01-23 09:29:49 +01:00
Benedek Racz
149ef50874
[CLN] logging levels; [FIX] Pipe avail bytes
2020-01-22 16:59:24 +01:00
Benedek Racz
eda36aa1a1
[FIX] align sleep times, now all commands arrives after the before one has been processed.[TST][FIX] destructor and constructor testcases
2020-01-22 13:33:09 +01:00
Benedek Racz
54d961489a
[ADD] logging into spawn class; [FIX] more fixes around process finishing
2020-01-22 11:17:07 +01:00
Benedek Racz
46a206ae30
[ADD] SpawnPipe, and SpawnSocket classes
2020-01-21 09:36:46 +01:00
Benedek Racz
c7a4e092c8
[ADD] Basic features added
2020-01-20 13:26:40 +01:00