aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
...
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* transports: all transports implement stop functionsGarrett D'Amore2024-12-11
* 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
* endpoints: add transport ep 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
* pipes and endpoints: support for inline allocations of transport dataGarrett 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
* ctx: Simplify handling for closed contexts.Garrett 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
* Add forgotten license boilerplateAleksei Solovev2024-12-07
* fixes #1959 Occasional SIGSEGV in nng_recv_aio() on a respondent socketAleksei Solovev2024-12-07
* 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