| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #948 TLS listener leaks underlying TCP stream listener | Garrett D'Amore | 2019-05-19 |
| | | |||
| * | fix #946 Use after free in TLS | Garrett D'Amore | 2019-05-19 |
| | | | | | | This also introduces a more efficient reference counting usage based on atomics, rather than locks. | ||
| * | 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 #847 Define public TLS API | Garrett D'Amore | 2019-01-06 |
