| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option. | Garrett D'Amore | 2025-10-27 |
| | | | | | | | | | | | | More direct access methods are provided instead. This results in much lower friction when using, and is a step on the path to removing NNG_OPT_LOCADDR as well. We need to figure a solution for NNG_OPT_LOCADDR for dialers; for listeners there is little use in it either, and it will be removed. (Dialers will probably get a new NNG_OPT_BIND_IP option.) | ||
| * | api: remove old protocol headers | Garrett D'Amore | 2025-01-04 |
| | | |||
| * | protocols: move content from the protocols to nng.h | Garrett D'Amore | 2025-01-01 |
| | | | | | | This should simplify things for developers. Just one header to include in most cases now. | ||
| * | socket: rename nng_close to nng_socket_close | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | tests: Convert pipe test suite to NUTS | Garrett D'Amore | 2024-11-30 |
