aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* tests: fix type mismatch on htonlGarrett D'Amore2024-11-30
* tests: convert ws transport test to NUTSGarrett D'Amore2024-11-30
* tests: time collection overhead might be zero for coarse timers (Windows)Garrett D'Amore2024-11-30
* tests: convert TCPv6 transport test to NUTS (and consolidate with v4)Garrett D'Amore2024-11-30
* tests: better reporting of timing overheadGarrett D'Amore2024-11-30
* tests: add a couple more transport specific testsGarrett 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 all the get_ptr option accessors.Garrett D'Amore2024-11-24
* Remove all the set_ptr option functions.Garrett D'Amore2024-11-24
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* http: constify some functionsGarrett D'Amore2024-11-24
* ws: add some more test casesGarrett D'Amore2024-11-24
* Remove string option functions from sockets and contexts.Garrett D'Amore2024-11-24
* socket: remove unused nng_socket_get_ptr and nng_socket_set_ptr.Garrett D'Amore2024-11-24
* option parser: test for no clustering supportGarrett D'Amore2024-11-24