aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
...
* tcp: use nni_aio_startGarrett D'Amore2024-12-26
* websocket: use nni_aio_startGarrett D'Amore2024-12-26
* inproc: use nni_aio_startGarrett D'Amore2024-12-26
* sockfd: convert to use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* test: fix valgrind complaint about unitialized test data in ipc testGarrett D'Amore2024-12-22
* 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
* 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