| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option. | Garrett D'Amore | 2024-11-24 |
| | | | | | | | | | This is now replaced with nng_listener_set_security_descriptor and nng_stream_listener_set_security_descriptor functions. We may elect to remove these entirely, but for named pipe users they are probably still quite useful. Moving towards UNIX domain sockets would obsolete this functionality. | ||
| * | tls: add a mutual authentication test | Garrett D'Amore | 2024-11-23 |
| | | | | | | | | | Also, make it clearer that TLS keys and certificates can only be set once on a configuration. (mbedTLS makes this confusing!) This mutual test is only fully validated on mbed, because wolfSSL seems to not properly validate this in many configurations. | ||
| * | Introduce nng_listener_get_url and nng_dialer_get_url. | Garrett D'Amore | 2024-11-21 |
| | | | | | This is intended to replace NNG_OPT_URL. | ||
| * | More url work. Undocument rawurl, and stop using it stats and logs. | Garrett D'Amore | 2024-11-17 |
| | | | | | | | | Also expose nng_url_sprintf() for users who need it. This avoids some need to do dynamic memory on some things. Soon the entirety of nng_url will be allocation free in the usual case. | ||
| * | Document nng_init and nng_fini | Garrett D'Amore | 2024-11-11 |
| | | |||
| * | Migration update referencing nng_init (but note not documented yet.) | Garrett D'Amore | 2024-11-11 |
| | | |||
| * | TLS configuration changed to use discret _set_tls and _get_tls functions. | Garrett D'Amore | 2024-11-09 |
| | | | | | This is simpler, and more reliable than using socket options. | ||
| * | fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fd | Garrett D'Amore | 2024-11-09 |
| | | |||
| * | Add some cross references in the NNG 1 migration guide. | 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 | ||
| * | docs: fix various links | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | docs: update nng_sleep_aio for mdbook | Garrett D'Amore | 2024-10-27 |
| | | |||
| * | docs: AIO chapter (consumer only) converted to mdbook. | Garrett D'Amore | 2024-10-24 |
| | | |||
| * | docs: document error codes | Garrett D'Amore | 2024-10-23 |
| | | |||
| * | docs: master cross-reference table | Garrett D'Amore | 2024-10-22 |
