aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_stream.5.adoc
Commit message (Collapse)AuthorAge
* docs: remove some old converted contentGarrett D'Amore2024-12-31
|
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
| | | | This was not really used or useful.
* Language cleanups in the documentation.Garrett D'Amore2020-06-18
| | | | | | Mostly this is removal of the smart quotes, which were over-used, and misused, and could have been mistaken to be pejorative. A few other minor nits were fixed while here.
* Cross reference fixups.Garrett D'Amore2020-05-25
|
* 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.