Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | While this will complicate the implementation of streams not based on a fd, it allows us to unleash the full power of FILE based convenience functions. | ||||
* | 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 |
Currently only synchronous operation is supported, but this will be extended with asynchronous methods using the new watcher. |