aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Collapse)AuthorAge
* Oops... Pipe list initialization was not complete.Garrett D'Amore2016-12-14
|
* nn_socket_create() implemented.Garrett D'Amore2016-12-14
|
* Protocols are 16-bit.Garrett D'Amore2016-12-14
|
* Initial swing at pair protocol.Garrett D'Amore2016-12-13
|
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
| | | | trying to come to a fork-safe solution, but ultimately we gave up.
* More pipe details, and clarified locking / call order comments in transport.h.Garrett D'Amore2016-12-12
|
* New inproc transport.Garrett D'Amore2016-12-12
| | | | Lots of supporting changes.
* Work in progress on sendmsg.Garrett D'Amore2016-12-11
|
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11
Start of socket definitions.