aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol/pubsub0
Commit message (Expand)AuthorAge
* header file refactoring for IWYU (protocols)Garrett D'Amore2025-10-10
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* Bump socket common socket stats for PUBGarrett D'Amore2025-09-09
* fixes #2146 need statistics for PUB protocolGarrett D'Amore2025-08-24
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* 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
* sub: remove some calls to nni_aio_beginGarrett D'Amore2024-12-26
* pub sub: use 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
* 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
* fixes #1523 rare SEGV in sub nni_list_removeGarrett D'Amore2023-11-25
* 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
* fixes #1436 Guard against UB in sub0_ctx_subscribe (#1437)Kristóf Havasi2021-04-10
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01