aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol
Commit message (Expand)AuthorAge
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* protocols: move content from the protocols to nng.hGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* pipeline: use nni_aio_startGarrett D'Amore2024-12-26
* sub: remove some calls to nni_aio_beginGarrett D'Amore2024-12-26
* pair0: use nni_aio_startGarrett D'Amore2024-12-26
* pair1: use nni_aio_startGarrett D'Amore2024-12-26
* pub sub: use nni_aio_startGarrett D'Amore2024-12-26
* bus: use nni_aio_startGarrett D'Amore2024-12-26
* req rep: use nni_aio_startGarrett D'Amore2024-12-26
* survey protocol conversion to nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* ctx: Simplify handling for closed contexts.Garrett D'Amore2024-12-07
* fixes #1959 Occasional SIGSEGV in nng_recv_aio() on a respondent socketAleksei Solovev2024-12-07
* tests: req stress test converted to NUTSGarrett D'Amore2024-11-30
* tests: fix data race getting resultsGarrett D'Amore2024-11-30
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Add some more tests for sub coverage.Garrett D'Amore2024-11-03
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.Garrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* Use `const` for nng_stat when possible.Garrett D'Amore2024-10-20
* Log protocol connections rejected by protocol.Garrett D'Amore2024-04-14
* Add support for socket:// in NUTS marry function.Garrett D'Amore2024-02-18
* Add REP huge reply (10MB) testGarrett D'Amore2024-02-18
* fixes #1740 Public ID hash APIGarrett 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 #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
* Fix PAIR v0 not finalizing the pollables when closing socket (#1640)Ricardo Catalinas Jiménez2023-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
* 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
* Fix LeakAnalyzer complaints due to deferred reap.Garrett D'Amore2021-07-07
* fixes #1436 Guard against UB in sub0_ctx_subscribe (#1437)Kristóf Havasi2021-04-10
* fixes #1419 pairv0 performance workGarrett D'Amore2021-01-24
* fixes #1415 pair.c compiler warningGarrett D'Amore2021-01-24
* fixes #808 Very slow PAIR performance compared to nanomsgGarrett D'Amore2021-01-18