Christian Ulrich
|
149ac0df06
|
try to fix "too many open files" error
|
2020-10-05 18:07:34 +02:00 |
Christian Ulrich
|
1719e07c97
|
Revert "try to fix "too many open files" error"
This reverts commit f0ec192e8d .
|
2020-10-05 18:06:57 +02:00 |
Christian Ulrich
|
f0ec192e8d
|
try to fix "too many open files" error
|
2020-10-05 18:04:14 +02:00 |
Christian Ulrich
|
0f622c0953
|
remove debug output
|
2020-08-23 12:49:06 +02:00 |
Christian Ulrich
|
6f75ffb35c
|
workaround segfault (need to investigate later)
|
2020-08-22 13:11:55 +02:00 |
Christian Ulrich
|
a1fbc27c54
|
fix compilation on arm64
|
2020-08-17 20:26:12 +02:00 |
Christian Ulrich
|
32ecd8074c
|
calling close causes AssertionError
|
2020-07-22 01:32:04 +02:00 |
Christian Ulrich
|
02a96ac412
|
make asyncExecCmd return the console output and raise an exception if exitcode != 0
|
2020-07-21 22:56:06 +02:00 |
Christian Ulrich
|
629556ad30
|
add fromFd to asyncutils
|
2020-07-07 19:36:44 +02:00 |
Christian Ulrich
|
b6f28037a0
|
remove unneeded procs
|
2020-07-07 19:36:17 +02:00 |
Christian Ulrich
|
b566436ce5
|
remove unneeded imports; make ControlMessage's fields public
|
2020-06-19 15:21:42 +02:00 |
Christian Ulrich
|
aca6888011
|
make asyncSendMsg and asyncRecvMsg generic
|
2020-06-15 22:30:30 +02:00 |
Christian Ulrich
|
ccd0a9983e
|
remove wrong assumption based on misreading the man page
|
2020-06-14 22:42:04 +02:00 |
Christian Ulrich
|
d1d4019af0
|
change formatting of long lines
|
2020-06-14 22:40:33 +02:00 |
Christian Ulrich
|
fd1ec1aeaa
|
need to use return value of recvmsg for length of received data
|
2020-06-13 12:33:00 +02:00 |
Christian Ulrich
|
2f49216e15
|
implement asyncRecvMsg
|
2020-06-11 16:18:56 +02:00 |
Christian Ulrich
|
742c047480
|
only support sending one fd
|
2020-06-10 22:55:18 +02:00 |
Christian Ulrich
|
8a5b3d41b6
|
implement asyncSendMsg
|
2020-06-10 21:22:08 +02:00 |
Christian Ulrich
|
ce782be7f1
|
reorganize punch module; add procs to add/remove firewall rules
|
2020-06-05 21:56:41 +02:00 |