aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* intern URL schemeGarrett D'Amore2024-11-17
* fix parsing bug in abstract URLsGarrett D'Amore2024-11-17
* tcp/tls: Remove support for local interface address in dialer URLsGarrett D'Amore2024-11-17
* remove NNG_OPT_SOCKNAME (and socket names altogether)Garrett D'Amore2024-11-17
* tls: add ecdsa test caseGarrett D'Amore2024-11-17
* tls: remove support for TLS 1.0 and 1.1.Garrett D'Amore2024-11-16
* Document nng_init and nng_finiGarrett D'Amore2024-11-11
* init test coverage improvementsGarrett D'Amore2024-11-11
* Cleanup POSIX platform initialization.Garrett D'Amore2024-11-11
* Migration update referencing nng_init (but note not documented yet.)Garrett D'Amore2024-11-11
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* websocket: Do not allow a listener or dialer to change TLS while runningGarrett D'Amore2024-11-09
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Add some examples for generating PDF and EPUB.Garrett D'Amore2024-11-09
* fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fdGarrett D'Amore2024-11-09
* Add some cross references in the NNG 1 migration guide.Garrett D'Amore2024-11-09
* Remove references to NNG_OPT_SUB_SUBSCRIBE.Garrett D'Amore2024-11-09
* Remove tabs from docs (expand to 4 spaces) - some renderers cannot cope.Garrett D'Amore2024-11-09
* fixes #1914 Document nng_socket_proto_id, proto_name, peer_id, peer_name, and...Garrett D'Amore2024-11-09
* Remove left over single doc pages.Garrett D'Amore2024-11-09
* Add matrix of TLS engines, including wolfSSLGarrett D'Amore2024-11-08
* wolfSSL: fix configuration to match official wolfSSL cmake libraryGarrett D'Amore2024-11-08
* Remove unused sockaddr NULL checkGarrett D'Amore2024-11-06
* Fix coverage badge.Garrett D'Amore2024-11-06
* websocket: fix for setting user headersGarrett D'Amore2024-11-05
* Add zero test for errorGarrett D'Amore2024-11-05
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* ipc: listener cancellation testGarrett D'Amore2024-11-05
* Fix leak in pubdropGarrett D'Amore2024-11-05
* ipc: validate stale cleanup listenerGarrett D'Amore2024-11-05
* IPC test - note which ones skipped.Garrett D'Amore2024-11-05
* Remove registration functions (unused).Garrett D'Amore2024-11-04
* Add pubdrop test.Garrett D'Amore2024-11-04
* UDP: prefer new packets (drop older)Garrett D'Amore2024-11-04
* Use a callback for UDP burst test.Garrett D'Amore2024-11-04
* UDP test improvements.Garrett D'Amore2024-11-04
* logging: better debug & test logsGarrett D'Amore2024-11-04
* Remove left over prototype for nng_socket_get()Garrett D'Amore2024-11-04
* Introduce NUTS_SKIP and use it in a few tests.Garrett D'Amore2024-11-03
* Update acutest.h.Garrett D'Amore2024-11-03
* Socket option handling clean ups for endpoints.Garrett D'Amore2024-11-03
* Remove NNI_TYPE_OPAQUE altogether.Garrett D'Amore2024-11-03
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Remove nng_ctx untyped option functionsGarrett D'Amore2024-11-03
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Add some more tests for sub coverage.Garrett D'Amore2024-11-03
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02