Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stream: Separate TCP/Unix stream helpers from stream/service implementations | Martin Willi | 2014-06-04 | 1 | -51/+0 |
* | lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration | Martin Willi | 2014-02-17 | 1 | -3/+2 |
* | stream: allow async read/write callback to destroy the stream explicitly | Martin Willi | 2013-07-18 | 1 | -4/+4 |
* | stream: add read/write_all() methods to stream | Martin Willi | 2013-07-18 | 1 | -0/+25 |
* | stream: replace print/vprint() convenience functions by a FILE* getter | Martin Willi | 2013-07-18 | 1 | -14/+3 |
* | stream: add support for TCP streams | Martin Willi | 2013-07-18 | 1 | -0/+27 |
* | stream: add support for UNIX streams | Martin Willi | 2013-07-18 | 1 | -0/+24 |
* | stream: support async operation using watcher | Martin Willi | 2013-07-18 | 1 | -0/+33 |
* | stream: add printf()-style covenience functions | Martin Willi | 2013-07-18 | 1 | -0/+18 |
* | stream: add a stream class abstracting BSD sockets | Martin Willi | 2013-07-18 | 1 | -0/+83 |