| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #250 nngcat may not build if protocols are missing | Garrett D'Amore | 2018-02-28 |
| | | |||
| * | Introduce 'porting layer' Public API. | Garrett D'Amore | 2018-02-20 |
| | | | | | | | | This introduces portable primitives for time, random numbers, synchronization primitives, and threading. These are somewhat primitive (least common denominiators), but they can help with writing portable applications, especially our own demo apps. | ||
| * | fixes #166 Websocket TLS mapping | Garrett D'Amore | 2017-12-30 |
| | | | | | | | | | | | | | | | | | | This introduces the wss:// scheme, which is available and works like the ws:// scheme if TLS is enabled in the library. The library modularization is refactored somewhat, to make it easier to use. There is now a single NNG_ENABLE_TLS that enables TLS support under the hood. This also adds a new option for the TLS transport, NNG_OPT_TLS_CONFIG (and a similar one for WSS, NNG_OPT_TLS_WSS_CONFIG) that offer access to the underlying TLS configuration object, which now has a public API to go with it as well. Note that it is also possible to use pure HTTPS using the *private* API, which will be exposed in a public form soon. | ||
| * | Add pipeline test to the multistress test. | Garrett D'Amore | 2017-11-06 |
| | | |||
| * | Add multiprotocol/multitransport stress test. | Garrett D'Amore | 2017-11-05 |
