aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
* 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
* fixes #1409 reader/writer lock desiredGarrett D'Amore2021-07-11
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Move transport.[ch] to SPGarrett D'Amore2021-07-09
* Fix LeakAnalyzer complaints due to deferred reap.Garrett D'Amore2021-07-07
* Fix for ZeroTier transport (#1438)janjaapbos2021-04-10
* fixes #1436 Guard against UB in sub0_ctx_subscribe (#1437)Kristóf Havasi2021-04-10