| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix typos across docs, comments, and CMake | mochalins | 2025-06-02 |
| | | |||
| * | api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv | Garrett D'Amore | 2025-01-04 |
| | | | | | This aligns more closely with the nng_ctx functions. | ||
| * | docs: remove references to asterisk wildcard, other tweaks | Garrett D'Amore | 2025-01-02 |
| | | |||
| * | docs: document NNG_OPT_MAXTTL, other cleanups | Garrett D'Amore | 2025-01-02 |
| | | |||
| * | api: remove unused _uint64 options accessors for contexts and sockets | Garrett D'Amore | 2025-01-01 |
| | | | | | Also, clarification and add socket option docs for MAXRECVSZ, RECONNMINT, RECONNMAXT | ||
| * | docs: convert socket options to mdbook | Garrett D'Amore | 2025-01-01 |
| | | |||
| * | api: Remove the NNG_FLAG_ALLOC | Garrett D'Amore | 2025-01-01 |
| | | | | | | | | | This flag failed to provide real zero copy that it was intended for, and it also involved extra allocations. Further, the API for it was brittle and error prone. Modern code should just work directly with nng_msg structures. | ||
| * | docs: add an example of nng_recv_aio with subv2.0.0-alpha.2 | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | docs: convert socket receive docs | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | doc: document socket send API, including an example | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | socket: rename nng_close to nng_socket_close | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | docs: progress on socket document conversion | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fd | Garrett D'Amore | 2024-11-09 |
| | | |||
| * | fixes #1914 Document nng_socket_proto_id, proto_name, peer_id, peer_name, ↵ | Garrett D'Amore | 2024-11-09 |
| and nng_socket_raw | |||
