aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* New CMAKE option NNG_ENABLE_COMPAT (defaults ON)Garrett D'Amore2024-01-27
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fix idhash not publicGarrett D'Amore2024-01-06
* silence compiler warning from minimum int constantGarrett D'Amore2024-01-01
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* Comment typoGarrett D'Amore2024-01-01
* fixes #1751 Support nng_aio_set_expire().Garrett D'Amore2023-12-30
* provide NNG_MAX_POLLER_THREADSGarrett D'Amore2023-12-29
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* tcp and tls: setting recv max on endpoint does not change pipesGarrett D'Amore2023-12-29
* ipc: changing ep receive max should not affect established pipesGarrett D'Amore2023-12-29
* ipc: refactor get peerid support to use common POSIX codeGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* fixes #1734 websocket dialer hang on shutdownGarrett D'Amore2023-12-17
* fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdownGarrett D'Amore2023-12-17
* fixes #1729 remove nni_timerGarrett D'Amore2023-12-17
* fixes #1728 surveyor could be simplified to not use timerGarrett D'Amore2023-12-17
* minor comment fixes for survey_testGarrett D'Amore2023-12-17
* fixes #1663 Request/Reply Protocol Throughput and ScalabilityGarrett D'Amore2023-12-16
* fixes #1673 High CPU usage with TLSGarrett D'Amore2023-12-16
* fixes #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* fixes #1701 compat: nn_reallocmsg is incorrectGarrett D'Amore2023-11-25
* fixes #1702 segfault canceling req receive while sendingGarrett D'Amore2023-11-25
* req: use nni_aio_completions - this is similar to #1523Garrett D'Amore2023-11-25
* fixes #1523 rare SEGV in sub nni_list_removeGarrett D'Amore2023-11-25
* fix: use ifdef for NNG_HAVE_BACKTRACEMarco Casaroli2023-11-25
* fix: use ifdef for NNG_TEST_LIBMarco Casaroli2023-11-25
* fix: use ifdef for NNG_ENABLE_STATSMarco Casaroli2023-11-25
* fixes #1675 undefined behavior in posix ipc_dialer_dialGarrett D'Amore2023-09-14
* Update win_tcpconn.cNissimBendanan2023-09-14
* fixes #1619 expose expire threads tunablesPaulo Henrique Silva2023-08-27
* Skip URI parameters when serving a directory (http_server)Robert Bielik2023-08-23
* fix the wrong size in stream xfr alloc.wangha2023-08-23
* fix copyrightsGarrett D'Amore2023-04-23
* fixes #1658 Possible use-after-free in dialerGarrett D'Amore2023-04-23
* fixes #1657 Use after free in listener (data race)Garrett D'Amore2023-04-23
* fixes #1619 Expose NNG_MAX_EXPIRE_THREADS via CMakeGarrett D'Amore2023-04-19
* fixes#1611 http_sconn_error() in http_server.c; use after freeGarrett D'Amore2023-04-19
* posix_resolv_gai.c: add AI_NUMERICSERV where undefinedSergey Fedorov2023-04-19
* Birth pipe object with non-zero reference.Garrett D'Amore2023-04-19
* fixes #1610 nni_sock_open() in socket.c: use after freeGarrett D'Amore2023-04-19
* Get common name and subject alternative names of peer certificate (#1617)Christian Fischbach2023-02-08
* Socket close may leak messages.Garrett D'Amore2023-02-07
* Minor formatting fix.Garrett D'Amore2023-02-07
* Revert "fixes 1543 (#1616)"Garrett D'Amore2023-02-05
* Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on W...Garrett D'Amore2023-02-05
* Don't bump error counters for NNG_ECLOSED.Garrett D'Amore2023-02-05
* src: sp: tcp: Finish receive aio on close (#1636)Dmitry Shifrin2023-02-05
* fixes#1175 nng_listen occasionally fails when reusing ipc socket on Windows (...Garrett D'Amore2023-02-05
* fixes 1543 (#1616)josh salit2023-02-05