summaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_ipc.c
Commit message (Collapse)AuthorAge
* Fix for SunOS/illumos.Garrett D'Amore2017-01-25
|
* Add nn_sendmsg (with NN_MSG support).Garrett D'Amore2017-01-23
|
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
|
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
| | | | | Test code needs to use the static libraries so that they can get access to the entire set of symbols, including private ones that are not exported.
* Windows TCP now working.Garrett D'Amore2017-01-14
| | | | | | | There are lots of changes here, mostly stuff we did in support of Windows TCP. However, there are some bugs that were fixed, and we added some new error codes, and generalized the handling of some failures during accept. Windows IPC (NamedPipes) is still missing.
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12