aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* tests: add a test of canceling TCP stream listenerGarrett 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
* aio: task_abort was a mistakeGarrett D'Amore2024-12-07
* device: fixes for socket holds and leaking aio dataGarrett D'Amore2024-12-07
* nuts: try to avoid address in use for most testsGarrett D'Amore2024-12-07
* websocket: inline the aiosGarrett D'Amore2024-12-07
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* ctx: Simplify handling for closed contexts.Garrett D'Amore2024-12-07
* aio: make sure aio is initialized before certain operationsGarrett 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
* Pipe protocol data is never null.Garrett D'Amore2024-12-07
* reap: thread exits prematurely after reinitializationGarrett D'Amore2024-12-07
* aio: stop has to wait for expirations to finishGarrett D'Amore2024-12-07
* fini: add drain mechanism for aio, reap, and task subsystemsGarrett D'Amore2024-12-07
* aio: separate stop / shutdown from fini (deallocate)Garrett D'Amore2024-12-07
* aio: do not reschedule or start operations when expire queue is exitingGarrett D'Amore2024-12-07
* Add forgotten license boilerplateAleksei Solovev2024-12-07
* fixes #1408 Reference count as a first class typeGarrett D'Amore2024-12-07
* fixes #1959 Occasional SIGSEGV in nng_recv_aio() on a respondent socketAleksei Solovev2024-12-07
* tests: convert http server test to NUTSGarrett D'Amore2024-12-06
* url: add nng_url_resolve_portGarrett D'Amore2024-12-06
* sockfd: check the result of nni_aio_scheduleGarrett D'Amore2024-12-03
* windows ipc: check the return value of nni_aio_scheduleGarrett D'Amore2024-12-03
* tests: void instead of empty parameter listGarrett D'Amore2024-12-01
* http server: sprintf is considered deprecatedGarrett D'Amore2024-12-01
* http server: fix race condition for server->closedGarrett D'Amore2024-12-01
* tests: convert files test to NUTSGarrett D'Amore2024-12-01
* tests: convert ipcsupp tests to NUTSGarrett D'Amore2024-11-30
* tests: convert tcpsupp test to NUTSGarrett D'Amore2024-11-30
* tests: convert scalability test to NUTSGarrett D'Amore2024-11-30
* tests: convert nonblock test to NUTSGarrett D'Amore2024-11-30
* tests: convert synch test to NUTS.Garrett D'Amore2024-11-30
* tests: fix sign bug in comparing timesGarrett D'Amore2024-11-30
* tests: Allow more time for larger messagesGarrett D'Amore2024-11-30
* tests: incompletely initialized address in has_ipv6 checkGarrett D'Amore2024-11-30