Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-22 | Close the file descriptor of the fifo on closing | mathieui | |
(also, it indeed needs to be a thread because opening a fifo for reading is a blocking operation) | |||
2014-04-19 | Keep a file descriptor reading the fifo instead of just opening and closing it | mathieui | |
should take care of the sigpipe when no one is reading it anymore due to broken connection | |||
2012-09-13 | Fix TBs when the system is not in utf-8 by default | mathieui | |
(force every file opening to be with the utf-8 encoding) | |||
2011-10-29 | Remote execution. | Florent Le Coz | |
We can use a fifo to write command, and execute them on the local machine by running a simple daemon. |