aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
...
* tests: convert scalability test to NUTSGarrett D'Amore2024-11-30
* tests: convert nonblock test to NUTSGarrett D'Amore2024-11-30
* tests: fix type mismatch on htonlGarrett D'Amore2024-11-30
* tests: convert ws transport test to NUTSGarrett D'Amore2024-11-30
* tests: convert TCPv6 transport test to NUTS (and consolidate with v4)Garrett D'Amore2024-11-30
* tests: tcp test converted to NUTSGarrett D'Amore2024-11-30
* tests: inproc converted to NUTSGarrett D'Amore2024-11-30
* tests: Convert device test to NUTSGarrett D'Amore2024-11-30
* tests: req stress test converted to NUTSGarrett D'Amore2024-11-30
* tests: multistress test converted to NUTSGarrett D'Amore2024-11-30
* tests: Convert pipe test suite to NUTSGarrett D'Amore2024-11-30
* tests: fix data race getting resultsGarrett D'Amore2024-11-30
* sockfd: inline aio structsGarrett D'Amore2024-11-24
* tls: don't use an extra resolver step in the listener.Garrett D'Amore2024-11-24
* sockfd: we can use NULL for dialer opsGarrett D'Amore2024-11-24
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* ws: add some more test casesGarrett D'Amore2024-11-24
* ipc: Add NNG_OPT_REMADDR for dialer.Garrett D'Amore2024-11-23
* tls: add a mutual authentication testGarrett D'Amore2024-11-23
* tls: include error code from mbed in log messagesGarrett D'Amore2024-11-23
* socket: fds can never be negativeGarrett D'Amore2024-11-23
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* Remove u_rawurl member of URL.Garrett D'Amore2024-11-23
* tls: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* tcp: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* udp: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* tests: eliminate use of NNG_OPT_URLGarrett D'Amore2024-11-23
* tests: Avoid NNG_OPT_URL in tcp test.Garrett D'Amore2024-11-23
* Convert UDP test to use URL functions.Garrett D'Amore2024-11-22
* Fix socket:// hostname should be null, and add test caseGarrett D'Amore2024-11-22
* Select transport using raw URL string.Garrett D'Amore2024-11-22
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* TCPv6 test suite fixes for addresses.Garrett D'Amore2024-11-18
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* tcp/tls: Remove support for local interface address in dialer URLsGarrett D'Amore2024-11-17
* 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
* ipc: listener cancellation testGarrett 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
* 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
* Introduce NUTS_SKIP and use it in a few tests.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