aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport
Commit message (Expand)AuthorAge
* websocket: stop trying to accept once we're closedGarrett D'Amore2024-12-16
* tls: fix deadlock in error pathGarrett D'Amore2024-12-16
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* websocket transport: use inline SP objectsGarrett D'Amore2024-12-15
* tls transport: use inline SP structuresGarrett D'Amore2024-12-15
* tls transport: inline aiosGarrett D'Amore2024-12-15
* inproc: use inline data structures for SP blocksGarrett D'Amore2024-12-15
* inproc: use nni_refcntGarrett D'Amore2024-12-15
* test: fix uninitialized complaint from tcp recv max testGarrett D'Amore2024-12-15
* ipc: remove unnecessary check for null msg in finiGarrett D'Amore2024-12-15
* tcp transport: use preallocated SP objectsGarrett D'Amore2024-12-15
* tcp transport: inline aios (eliminate failure paths)Garrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* zerotier: implement ep stopGarrett D'Amore2024-12-11
* websocket: implement ep stop hereGarrett D'Amore2024-12-11
* tls: implement ep stopGarrett D'Amore2024-12-11
* inproc: implement stub ep stopGarrett D'Amore2024-12-11
* tcp: implement ep stopGarrett D'Amore2024-12-11
* ipc transport: convert to using inline data structuresGarrett D'Amore2024-12-11
* udp: implement endpoint stop functionsGarrett D'Amore2024-12-11
* sockfd: implement endpoint stop functionsGarrett D'Amore2024-12-11
* windows ipc: significant refactorGarrett D'Amore2024-12-09
* udp transport: convert to using inline pipes and endpointsGarrett D'Amore2024-12-08
* socket transport: convert to using inline pipe and endpoint allocationsGarrett D'Amore2024-12-08
* socket transport: No need for a cool down for this transport.Garrett D'Amore2024-12-07
* tests: add sockfd test for multiple acceptsGarrett D'Amore2024-12-07
* websocket: inline the aiosGarrett D'Amore2024-12-07
* udp: hang on close after sending too largeGarrett D'Amore2024-12-07
* inproc: add pipe stop.Garrett D'Amore2024-12-07
* 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
* 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