index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
asiolink
/
process_spawn.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3025] re-enable ProcessSpawnTest.isRunningSync
Andrei Pavel
2024-02-22
1
-4
/
+10
*
[#3025] add ability to wait sync in ProcessSpawn
Andrei Pavel
2024-02-22
1
-26
/
+57
*
[#3025] add ability to inherit env in ProcessSpawn
Andrei Pavel
2024-02-22
1
-10
/
+40
*
[#2769] release changes
Andrei Pavel
2023-02-17
1
-1
/
+1
*
[#2702] fixed memory leaks
Razvan Becheriu
2023-02-10
1
-1
/
+1
*
[#1878] throw exception on NULL IOService
Razvan Becheriu
2021-06-21
1
-11
/
+25
*
[#1878] initialize SIGCHLD signal handler only once
Razvan Becheriu
2021-06-21
1
-9
/
+37
*
[#1720] reset masked signals in child process
Razvan Becheriu
2021-06-10
1
-0
/
+4
*
[#1680] check executable flags on ProcessSpawn constructor
Razvan Becheriu
2021-04-29
1
-23
/
+10
*
[#1680] clean up code
Razvan Becheriu
2021-04-29
1
-7
/
+7
*
[#1680] added check for execurtable permissions
Razvan Becheriu
2021-04-28
1
-0
/
+24
*
[#1657] addressed comments
Razvan Becheriu
2021-02-22
1
-1
/
+1
*
[#1657] addressed comments
Razvan Becheriu
2021-02-22
1
-5
/
+4
*
[#1657] addressed comments
Razvan Becheriu
2021-02-22
1
-2
/
+0
*
[#1657] addressed comments
Razvan Becheriu
2021-02-22
1
-20
/
+2
*
[#1657] addressed comments
Razvan Becheriu
2021-02-22
1
-2
/
+1
*
[#1657] mask SIGCHILD when creating new threads (only main thread handles it)
Razvan Becheriu
2021-02-22
1
-5
/
+4
*
[#1712] document that ProcessSpawn used full path to executable
Razvan Becheriu
2021-02-19
1
-1
/
+1
*
[#1712] fixed compilation on freebsd
Razvan Becheriu
2021-02-19
1
-3
/
+3
*
[#899] removed empty line
Razvan Becheriu
2021-02-18
1
-1
/
+0
*
[#899] added more unittests
Razvan Becheriu
2021-02-18
1
-1
/
+1
*
[#899] fixed unittests
Razvan Becheriu
2021-02-18
1
-10
/
+13
*
[#899] waitForProcess must be a static function
Razvan Becheriu
2021-02-18
1
-32
/
+53
*
[#899] clear signal handle after process has finished
Razvan Becheriu
2021-02-18
1
-17
/
+22
*
[#899] fixed log messages
Razvan Becheriu
2021-02-18
1
-1
/
+1
*
[#899] updated documentation
Razvan Becheriu
2021-02-18
1
-0
/
+1
*
[#899] removed SignalSet and repalced it with IOSignalSet
Razvan Becheriu
2021-02-18
1
-19
/
+4
*
[#899] use IOSignalSet to handle signals
Razvan Becheriu
2021-02-18
1
-0
/
+400