| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | req rep: use nni_aio_start | Garrett D'Amore | 2024-12-26 |
| | | |||
| * | NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions. | Garrett D'Amore | 2024-11-02 |
| | | | | | | | | | | | These options are removed entirely, and their functionality is now available via special functions, `nng_socket_get_send_poll_fd` and `nng_socket_get_recv_poll_fd`, making these first class methods on the socket. This eliminates a bit of wasteful code, and provides type safety for these methods. | ||
| * | Log protocol connections rejected by protocol. | Garrett D'Amore | 2024-04-14 |
| | | |||
| * | Socket and context initialization never fails. | Garrett D'Amore | 2021-12-25 |
| | | | | | | This makes these functions entirely bullet proof, and eliminates yet more error handling cases. | ||
| * | fixes #1345 Restructure the source tree | Garrett D'Amore | 2021-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. | |||
