9 Commits

Author SHA1 Message Date
Maxim Reznik
0304ef5347 Change license headers to Apache 2.0 2022-06-22 11:04:15 +03:00
Vadim Godunko
94a3525fe8 U505-038 Implementation of Kill_Process on Windows. 2021-05-20 21:17:46 +03:00
Vadim Godunko
22b8d8160a U505-038 Implementation of Terminate_Process on Windows. 2021-05-20 21:17:46 +03:00
Maxim Reznik
56f6791d0f Update README.md. Add Makefile.
Update copyright headers.
2020-11-20 12:18:57 +02:00
Vadim Godunko
9b5dd70aa8 TA14-018 Rewrite pipe initialization code for interprocess communication
Each pipe has unique name now. Each pipe can have only one instance.
Attempt to use another pipe name on case of failure.

Wait to complete of pipe initialization.
2020-11-20 11:25:36 +02:00
Maxim Reznik
48f954e1e9 S125-009 Add Search_Path function to Spawn API
to search full path of executable. We've considered to let Start
subprogram find full path, but this could be wrong if PATH environment
variable differs in child process environments. So client should find
full path in correct environment with new function Search_Path and pass
full path to Set_Program.
2020-11-20 11:25:36 +02:00
Maxim Reznik
0b1434f66e Update year in copyright headers 2020-11-20 11:25:36 +02:00
Maxim Reznik
0292c45133 Implement Process API using Glib 2020-11-20 11:25:36 +02:00
Maxim Reznik
8676738ea3 Add Windows implementation for Process API. 2020-11-20 11:25:36 +02:00