| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix typos across docs, comments, and CMake | mochalins | 2025-06-02 |
| | | |||
| * | stream demo: fix compilation, add server mode | Garrett D'Amore | 2025-01-01 |
| | | | | | This is tested and shown to work now. | ||
| * | streams: add explicit stop functions | Garrett D'Amore | 2024-12-12 |
| | | | | | | | | | | | | | This allows us to explicitly stop streams, dialers, and listeners, before we start tearing down things. This hopefully will be useful in resolving use-after-free bugs in http, tls, and websockets. The new functions are not yet documented, but they are nng_stream_stop, nng_stream_dialer_stop, and nng_stream_listener_stop. They should be called after close, and before free. The close functions now close without blocking, but the stop function is allowed to block. | ||
| * | Add a nng_stream example paired with a socket server on win/linux | Hugo Lindström | 2024-01-01 |
