| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #1959 Occasional SIGSEGV in nng_recv_aio() on a respondent socket | Aleksei Solovev | 2024-12-08 |
| | | |||
| * | Log protocol connections rejected by protocol. | Garrett D'Amore | 2024-04-14 |
| | | |||
| * | fixes #1740 Public ID hash API | Garrett D'Amore | 2023-12-29 |
| | | | | | | | | | | This includes a manual page documenting the entire set of functions in one step. The hash is 64-bit based for now, to be maximally flexible. An internal 32-bit convenience for the common internal use is also provided (not public). The public API includes a test suite. | ||
| * | fixes #1728 surveyor could be simplified to not use timer | Garrett D'Amore | 2023-12-17 |
| | | |||
| * | minor comment fixes for survey_test | Garrett D'Amore | 2023-12-17 |
| | | |||
| * | don't use deprecated functions in tests (#1560) | Edward Rudd | 2021-12-29 |
| | | |||
| * | 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. | ||
| * | Provide a tiny buf for lmq buffer by default. | Garrett D'Amore | 2021-12-25 |
| | | | | | | This allows us to make nni_lmq_init() non-failing. (Although the buffer size requested at initialization might not be granted.) | ||
| * | fixes #1536 nng_sendmsg and nng_recvmsg could be faster | Garrett D'Amore | 2021-11-28 |
| | | | | | fixes #1535 Desire nng_ctx_sendmsg and nng_ctx_recvmsg | ||
| * | 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. | |||
