aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol/reqrep0/xrep.c
Commit message (Collapse)AuthorAge
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
|
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
| | | | | This should simplify things for developers. Just one header to include in most cases now.
* Log protocol connections rejected by protocol.Garrett D'Amore2024-04-14
|
* Socket and context initialization never fails.Garrett D'Amore2021-12-25
| | | | | This makes these functions entirely bullet proof, and eliminates yet more error handling cases.
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
This is not quite complete, but it sets the stage for other protocols (such as zmq or mqtt) to be added to the project.