aboutsummaryrefslogtreecommitdiff
path: root/src/sp
Commit message (Expand)AuthorAge
* fixes #1890 stats could support an inline lock - remove most atomicsGarrett D'Amore2024-10-13
* stats: Reduce some wasted space for disabled stats.Garrett D'Amore2024-10-13
* UDP: More test tuning for lossy environments.Garrett D'Amore2024-10-13
* udp: fix race, fix testsGarrett D'Amore2024-10-13
* UDP/sanitizer: Don't be strict about message loss in sanitizer or coverage runs.Garrett D'Amore2024-10-13
* UDP: burst testing to improve coverageGarrett D'Amore2024-10-13
* UDP: numerous fixes, added test for copy breakGarrett D'Amore2024-10-13
* UDP: add some statisticsGarrett D'Amore2024-10-12
* udp: fix leaks on EP destroyGarrett D'Amore2024-10-07
* Finally, actually register the UDP transport.Garrett D'Amore2024-10-07
* Actually enable UDP. Also fix some UWYI includes.Garrett D'Amore2024-10-06
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* fixes #168 UDP transportGarrett D'Amore2024-10-05
* 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