Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stream: Separate TCP/Unix stream helpers from stream/service implementations | Martin Willi | 2014-06-04 | 1 | -19/+0 |
| | | | | | | This allows us to disable Unix sockets cleanly on Windows. Replaces some read/write calls with recv/send counterparts, as Winsock does not like read/writes. | ||||
* | stream: support keeping the service alive outside of service callback | Martin Willi | 2013-07-18 | 1 | -2/+4 |
| | |||||
* | stream: add a concurrency option to services, limiting parallel callbacks | Martin Willi | 2013-07-18 | 1 | -1/+3 |
| | |||||
* | stream: add a job priority option to stream services | Martin Willi | 2013-07-18 | 1 | -1/+4 |
| | |||||
* | stream: add backlog option to stream services, forward to listen() | Martin Willi | 2013-07-18 | 1 | -4/+7 |
| | |||||
* | stream: add support for TCP stream services | Martin Willi | 2013-07-18 | 1 | -0/+8 |
| | |||||
* | stream: add support for UNIX stream services | Martin Willi | 2013-07-18 | 1 | -0/+8 |
| | |||||
* | stream: add a stream service class abstracting services using BSD sockets | Martin Willi | 2013-07-18 | 1 | -0/+78 |