| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | move all public headers to include/nng/ folder | Gregor Burger | 2018-11-22 |
| | | | | | | | | | | | This change makes embedding nng + nggpp (or other projects depending on nng) in cmake easier. The header files are moved to a separate include directory. This also makes installation of the headers easier, and allows clearer identification of private vs public heade files. Some additional cleanups were performed by @gedamore, but the main credit for this change belongs with @gregorburger. | ||
| * | fixes #523 dialers could support multiple outstanding dial requests | Garrett D'Amore | 2018-07-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fixes #179 DNS resolution should be done at connect time fixes #586 Windows IO completion port work could be better fixes #339 Windows iocp could use synchronous completions fixes #280 TCP abstraction improvements This is a rather monstrous set of changes, which refactors TCP, and the underlying Windows I/O completion path logic, in order to obtain a cleaner, simpler API, with support for asynchronous DNS lookups performed on connect rather than initialization time, the ability to have multiple connects or accepts pending, as well as fewer extraneous function calls. The Windows code also benefits from greatly reduced context switching, fewer lock operations performed, and a reduced number of system calls on the hot code path. (We use automatic event resetting instead of manual.) Some dead code was removed as well, and a few potential edge case leaks on failure paths (in the websocket code) were plugged. Note that all TCP based transports benefit from this work. The IPC code on Windows still uses the legacy IOCP for now, as does the UDP code (used for ZeroTier.) We will be converting those soon too. | ||
| * | Fixes issues found by (and submitted by) @nonnenmacher when working | Vincent Nonnenmacher | 2018-03-19 |
| | | | | | | | | on a python wrapper (cffi). Mostly this is fixing inconsistencies in our public API and the actual implementation. | ||
| * | Fix for Windows compilation warnings. | Garrett D'Amore | 2018-03-05 |
| | | |||
| * | Isolate TLS functions into separate tls.h header file. | Garrett D'Amore | 2018-03-02 |
| | | |||
| * | fixes #247 nngcat needs TLS options | Garrett D'Amore | 2018-03-02 |
| While here we also fixed a bug in the --file handling that we noticed while writing the TLS handling. We also fixed a warning in the core (msgqueue) for set but unused variables. | |||
