mathieui
|
b14aceaa4f
|
Close the file descriptor of the fifo on closing
(also, it indeed needs to be a thread because opening
a fifo for reading is a blocking operation)
|
2014-04-22 19:57:25 +02:00 |
|
mathieui
|
3622443631
|
Keep a file descriptor reading the fifo instead of just opening and closing it
should take care of the sigpipe when no one is reading it anymore due to
broken connection
|
2014-04-19 06:36:10 +02:00 |
|
mathieui
|
0bd55a27f2
|
Fix TBs when the system is not in utf-8 by default
(force every file opening to be with the utf-8 encoding)
|
2012-09-13 09:50:48 +02:00 |
|
Florent Le Coz
|
7e16ffd9e0
|
Remote execution.
We can use a fifo to write command, and execute them on the local
machine by running a simple daemon.
|
2011-10-29 05:11:30 +02:00 |
|