aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
* TLS: make some tests conditional.Garrett D'Amore2024-07-22
* Fix conditional tls_tran_testGarrett D'Amore2024-07-21
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* Fixes problem that causing it unable to pass compile when NNG_TRANSPORT_ZEROT...Peter Wang2024-06-01
* Free SP protocol streams before discarding aio objects.Garrett D'Amore2024-05-30
* Another attempt at the close deadlock, fix use-after-free.Garrett D'Amore2024-05-30
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* Log messages when peer sends too large message.Garrett D'Amore2024-04-17
* Log protocol connections rejected by protocol.Garrett D'Amore2024-04-14
* Log transports as they are initialized.Garrett D'Amore2024-04-14
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* Add support for socket:// in NUTS marry function.Garrett D'Amore2024-02-18
* Add REP huge reply (10MB) testGarrett D'Amore2024-02-18
* Windows: Use _close instead of closeGarrett D'Amore2024-01-27
* 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 #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 #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* 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_TEST_LIBMarco Casaroli2023-11-25
* Minor formatting fix.Garrett D'Amore2023-02-07
* Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on W...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
* Fix PAIR v0 not finalizing the pollables when closing socket (#1640)Ricardo Catalinas Jiménez2023-02-05
* Fill NNG_PKGS to request nng dependencies from installed location. (#1641)Garrett D'Amore2023-02-05
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* Bus socket converted to use lmq.Garrett D'Amore2021-12-27
* Socket and context initialization never fails.Garrett D'Amore2021-12-25
* Provide a tiny buf for lmq buffer by default.Garrett D'Amore2021-12-25
* Pollables can be completely inline.Garrett D'Amore2021-12-25
* Bus aio's can be inline.Garrett D'Amore2021-12-25
* ID map static initialization support.Garrett D'Amore2021-12-06
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* fixes #1536 nng_sendmsg and nng_recvmsg could be fasterGarrett D'Amore2021-11-28
* fixes #1346 windows ipc winsec fails frequently in CI/CDGarrett D'Amore2021-11-02
* fixes #1518 Disconnect during negotiation breaks listenerGarrett D'Amore2021-10-16
* SP initialization cannot fail.Garrett D'Amore2021-09-06
* Move protocol.c into SP tree (it is SP specific.)Garrett D'Amore2021-08-21
* Fix premature transport registration. Mark it deprecated.Garrett D'Amore2021-08-01
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* Fix header guards.Garrett D'Amore2021-07-22