| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #872 create unified nng_stream API | Garrett D'Amore | 2019-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. | ||
| * | fixes #839 TCP listener_start API should use constant sockaddr | Garrett D'Amore | 2019-01-06 |
| | | |||
| * | fixes #825 TCP public API should use generic setopt/getopt | Garrett D'Amore | 2018-12-31 |
| | | | | | | | | | | | | | This changes much of the internal API for TCP option handling, and includes hooks for some of this in various consumers. Note that the consumers still need to have additional work done to complete them, which will be part of providing public "raw" TLS and WebSocket APIs. We would also like to finish addressing the call sites of nni_tcp_listener_start() that assume the sockaddr is modified -- it would be superior to use the NNG_OPT_LOCADDR option. Thaat will be addressed in a follow up PR. | ||
| * | fixes #680 Public TCP API | Garrett D'Amore | 2018-11-27 |
