aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_stream_get.3str.adoc
Commit message (Collapse)AuthorAge
* docs: convert nng_stream_get familyGarrett D'Amore2024-12-31
|
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
| | | | | Temporarily we have removed access to the peer alt names, but that was never used and was not tested (it also didn't work with WolfSSL.)
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
| | | | | The underlying stream APIs have no need for untyped accessors. Another step on the road to removal of NNI_TYPE_OPAQUE.
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
| | | | This was not really used or useful.
* s/NNG_DUR_/NNG_DURATION_Patrik Wenger2024-01-01
|
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
This is a major change, and includes changes to use a polymorphic stream API for all transports. There have been related bugs fixed along the way. Additionally the man pages have changed. The old non-polymorphic APIs are removed now. This is a breaking change, but the old APIs were never part of any released public API.