| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Windows: Use _close instead of close | Garrett D'Amore | 2024-01-27 |
| | | |||
| * | tcp and tls: setting recv max on endpoint does not change pipes | Garrett D'Amore | 2023-12-29 |
| | | | | | | Again, this was racy code, and not well tested. Set this option before starting the endpoint if you need to be sure. | ||
| * | ipc: changing ep receive max should not affect established pipes | Garrett D'Amore | 2023-12-29 |
| | | | | | This code was not well tested, and is racy as well. | ||
| * | ipc: refactor get peerid support to use common POSIX code | Garrett D'Amore | 2023-12-29 |
| | | | | | | This eliminates some code. A test is added as well, so this should help with coverage. | ||
| * | fixes #1746 Create a new socket:// transport for socketpair() based connections | Garrett D'Amore | 2023-12-29 |
| | | | | | | | | | | | | | | This transport only listens, and creates connections when the application calls setopt on the lister with NNG_OPT_SOCKET_FD, to pass a file descriptor. The FD is turned into an nng_stream, and utilized for SP. The protocol over the descriptor is identical to the TCP protocol (not the IPC protocol). The options for peer information are borrowed from the IPC transport, as they may be useful for these purposes. This includes a test suite and full documentation. | ||
| * | fixes #1713 SP pipe_send leaks message if aio is canceled | Garrett D'Amore | 2023-11-26 |
| | | |||
| * | Minor formatting fix. | Garrett D'Amore | 2023-02-07 |
| | | |||
| * | Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on ↵ | Garrett D'Amore | 2023-02-05 |
| | | | | | | | Windows (#1562)" This reverts commit 1892e1d6d102d1fbd37e2c3bbb59dc35d81c8b33. | ||
| * | src: sp: tcp: Finish receive aio on close (#1636) | Dmitry Shifrin | 2023-02-05 |
| | | | | | Finish receive aio on tcp pipe close | ||
| * | fixes#1175 nng_listen occasionally fails when reusing ipc socket on Windows ↵ | Garrett D'Amore | 2023-02-05 |
| | | | | | (#1562) | ||
| * | Fill NNG_PKGS to request nng dependencies from installed location. (#1641) | Garrett D'Amore | 2023-02-05 |
| | | | | | Signed-off-by: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com> Co-authored-by: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com> | ||
| * | ID map static initialization support. | Garrett D'Amore | 2021-12-06 |
| | | | | | This also arranges to clean up the maps at nng_fini time. | ||
| * | fixes #1518 Disconnect during negotiation breaks listener | Garrett D'Amore | 2021-10-16 |
| | | |||
| * | Fix premature transport registration. Mark it deprecated. | Garrett D'Amore | 2021-08-01 |
| | | | | | | | | Originally the idea was to better support having the transports be separate loadable modules. This isn't needed for the builtin transports, so we make the explicit initialization of them deprecated, and document it as such. | ||
| * | Simplify the SP transport initialization process. | Garrett D'Amore | 2021-07-31 |
| | | |||
| * | More symbol renaming | Garrett D'Amore | 2021-07-11 |
| | | |||
| * | More work on moving SP stuff out of common. Remove unused defs. | Garrett D'Amore | 2021-07-10 |
| | | |||
| * | Fix for ZeroTier transport (#1438) | janjaapbos | 2021-04-10 |
| | | | | | | | | * Fix for ZeroTier transport The message must remain intact for a possible future resent. * use msg_header_len variable | ||
| * | fixes #1421 Failure in tcp and tls local source handling | Garrett D'Amore | 2021-02-07 |
| | | |||
| * | fixes #1413 nni_thr_setname NULL pointer dereference | Garrett D'Amore | 2021-01-24 |
| | | |||
| * | fixes #1403 http ws listeners added without a lock | Garrett D'Amore | 2021-01-10 |
| | | |||
| * | fixes #1345 Restructure the source tree | Garrett D'Amore | 2021-01-01 |
| This is not quite complete, but it sets the stage for other protocols (such as zmq or mqtt) to be added to the project. | |||
